Commit e3023570 by 冷斌

fix bug

parent ef5fe9e3
...@@ -400,8 +400,6 @@ class Api_Login extends PhalApi_Api { ...@@ -400,8 +400,6 @@ class Api_Login extends PhalApi_Api {
// } // }
$mobile_code = random(6,1); $mobile_code = random(6,1);
var_dump($mobile,$mobile_code, 630134);
/* 发送验证码 */ /* 发送验证码 */
$result=sendCode($mobile,$mobile_code, 630134); $result=sendCode($mobile,$mobile_code, 630134);
if($result['code']==0){ if($result['code']==0){
......
...@@ -258,6 +258,9 @@ ...@@ -258,6 +258,9 @@
return $rs; return $rs;
} }
var_dump($mobile,$code, $tempId);
try { try {
/* 必要步骤: /* 必要步骤:
* 实例化一个认证对象,入参需要传入腾讯云账户密钥对 secretId 和 secretKey * 实例化一个认证对象,入参需要传入腾讯云账户密钥对 secretId 和 secretKey
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment