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

接口

... ... @@ -115,6 +115,6 @@ class UserController extends RestBaseController
$send=new \Ucpaas($options);
$re=$send->SendSms($appid,$templateid,$code,$param['mobile'],$uid);
cmf_verification_code_log($param['mobile'], $code, 180);
$this->success($re);
$this->success($re['msg'],$re);
}
}
... ...