作者 何书鹏
1 个管道 的构建 通过 耗费 10 秒

短信标签修改

... ... @@ -76,7 +76,7 @@ class Sms extends Api
]);
$ret = send_sms([
'content' => "【企智邦】提醒您,您的验证码是:" .$code.",十分钟之内有效,请勿向他人泄漏您的验证码。",//短信内容
'content' => "【云建工】提醒您,您的验证码是:" .$code.",十分钟之内有效,请勿向他人泄漏您的验证码。",//短信内容
'mobile' => $mobile,//手机号码
'productid' => '676767',//产品id
'xh' => ''//小号
... ...