dever 6 năm trước cách đây
mục cha
commit
2804a58e99
1 tập tin đã thay đổi với 6 bổ sung0 xóa
  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;
     }