作者 王晓刚
1 个管道 的构建 通过 耗费 0 秒

发送短信

... ... @@ -355,7 +355,6 @@ class Registers extends Backend
//发送验证码
substr(Common::sendCode($mobile, $content),0,1);
}
$this->success('发送成功');
Db::commit();
} catch (ValidateException $e) {
Db::rollback();
... ...