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

签名更换

... ... @@ -264,7 +264,7 @@ class User extends Api
$this->error('手机号格式有误');
}
$mobile_code = rand(100000, 999999);
$content = "【除螨】您的验证码为".$mobile_code.",如非本人操作请忽略本短信!";
$content = "【润保家】您的验证码为".$mobile_code.",如非本人操作请忽略本短信!";
$info = $mobileCodeModel->where(['mobile' => $mobile, 'create_date' => date('Y-m-d')])->find();
$where['mobile'] = $mobile;
$where['mobile_code'] = $mobile_code;
... ...