Kirin %!s(int64=3) %!d(string=hai) anos
pai
achega
7e803bb2a3
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  1. 2 0
      app/api/controller/AuthController.php

+ 2 - 0
app/api/controller/AuthController.php

@@ -182,6 +182,8 @@ class AuthController
             return app('json')->fail('此IP今日发送次数已经达到上限');
         }
         $time = mobile_check($phone) ? 300 : 300;
+        var_dump($phone);
+        exit;
         if (CacheService::get('code_' . $phone))
             return app('json')->fail($time . '秒内有效');
         $code = rand(100000, 999999);