Commit e6b2916b by 赵增煜

短信打印

parent 67d16cd7
...@@ -112,6 +112,7 @@ public function smsCode(Request $request) ...@@ -112,6 +112,7 @@ public function smsCode(Request $request)
$templateData = ['code' => $verificationCode]; $templateData = ['code' => $verificationCode];
$smsService = new SmsService(); $smsService = new SmsService();
$response = $smsService->sendSms($mobile, $templateName, $templateData); $response = $smsService->sendSms($mobile, $templateName, $templateData);
dd($response);
return $this->success('验证码已发送'); return $this->success('验证码已发送');
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment