作者 潘浩文
1 个管道 的构建 通过 耗费 0 秒

接口

@@ -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 }