dever 6 年之前
父節點
當前提交
2804a58e99
共有 1 個文件被更改,包括 6 次插入0 次删除
  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;
     }