|
@@ -56,11 +56,11 @@ class Captcha extends Controller
|
|
|
}
|
|
|
|
|
|
/**
|
|
|
- * 发送邮箱验证码
|
|
|
+ * 发送邮箱验证码Umail
|
|
|
* @return Json
|
|
|
* @throws BaseException
|
|
|
*/
|
|
|
- public function sendEmailCaptcha(): Json
|
|
|
+ public function sendEmailCaptchaUmail(): Json
|
|
|
{
|
|
|
$data = $this->postForm();
|
|
|
$email = $data['mobile'] ?? '';
|
|
@@ -122,7 +122,7 @@ class Captcha extends Controller
|
|
|
* @return Json
|
|
|
* @throws BaseException
|
|
|
*/
|
|
|
- public function sendEmailCaptchaSm(): Json
|
|
|
+ public function sendEmailCaptcha(): Json
|
|
|
{
|
|
|
$data = $this->postForm();
|
|
|
$email = $data['mobile'] ?? '';
|