dever %!s(int64=6) %!d(string=hai) anos
pai
achega
2804a58e99
Modificáronse 1 ficheiros con 6 adicións e 0 borrados
  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;
     }