作者 Cool
1 个管道 的构建 通过 耗费 0 秒

短信调试

... ... @@ -56,7 +56,7 @@ class Sms extends Api
// }
$ret = Smslib::send($mobile, null, $event);
if ($ret) {
$this->success(__('发送成功'),['code'=>$ret]);
$this->success(__('发送成功'));
} else {
$this->error(__('发送失败,请检查短信配置是否正确'));
}
... ...