Commit f409b9a8 by lujunyi

自动开方

parent 1f856795
...@@ -114,6 +114,7 @@ public function smsCode(Request $request) ...@@ -114,6 +114,7 @@ public function smsCode(Request $request)
$smsService = new SmsService(); $smsService = new SmsService();
$response = $smsService->sendSms($mobile, $templateName, $templateData); $response = $smsService->sendSms($mobile, $templateName, $templateData);
Log::info(json_encode($response)); Log::info(json_encode($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