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

个人中心接口

... ... @@ -93,6 +93,6 @@ class UserController extends RestBaseController
$templateid = "41494"; //可在后台短信产品→选择接入的应用→短信模板-模板ID,查看该模板ID
$uid = "";
//70字内(含70字)计一条,超过70字,按67字/条计费,超过长度短信平台将会自动分割为多条发送。分割后的多条短信将按照具体占用条数计费。
echo $ucpass->SendSms($appid,$templateid,$code, $param['mobile'],$uid);
echo $send->SendSms($appid,$templateid,$code,$param['mobile'],$uid);
}
}
... ...