dever 6 tahun lalu
induk
melakukan
2804a58e99
1 mengubah file dengan 6 tambahan dan 0 penghapusan
  1. 6 0
      src/Applet.php

+ 6 - 0
src/Applet.php

@@ -114,6 +114,12 @@ class Applet extends Base
             $result['mobile'] = $user['mobile'];
         }
 
+        if (function_exists('checkVersion')) {
+            if (checkVersion()->mobile == 2) {
+                $result['mobile'] = '101010';
+            }
+        }
+
         return $result;
     }