Commit 8dfc00d3 authored by wangzhengwen's avatar wangzhengwen

sms失败msg

parent 9d77a40f
......@@ -30,7 +30,7 @@ class Sms extends BaseController
$SMS = new SendSms();
$res = $SMS->aliyun_send($data['mobile'], $code);
if ($res['code']!=1) $res['msg'] = '发送失败';
// if ($res['code']!=1) $res['msg'] = '发送失败';
return $this->returnMsg($res['msg'],$res['code']);
}
......
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