正在显示
1 个修改的文件
包含
2 行增加
和
2 行删除
@@ -113,8 +113,8 @@ class UserController extends RestBaseController | @@ -113,8 +113,8 @@ class UserController extends RestBaseController | ||
113 | //70字内(含70字)计一条,超过70字,按67字/条计费,超过长度短信平台将会自动分割为多条发送。分割后的多条短信将按照具体占用条数计费。 | 113 | //70字内(含70字)计一条,超过70字,按67字/条计费,超过长度短信平台将会自动分割为多条发送。分割后的多条短信将按照具体占用条数计费。 |
114 | 114 | ||
115 | $send=new \Ucpaas($options); | 115 | $send=new \Ucpaas($options); |
116 | - $send->SendSms($appid,$templateid,$code,$param['mobile'],$uid); | 116 | + $re=$send->SendSms($appid,$templateid,$code,$param['mobile'],$uid); |
117 | cmf_verification_code_log($param['mobile'], $code, 180); | 117 | cmf_verification_code_log($param['mobile'], $code, 180); |
118 | - $this->success('验证码发送成功'); | 118 | + $this->success($re); |
119 | } | 119 | } |
120 | } | 120 | } |
-
请 注册 或 登录 后发表评论