|
|
@@ -21,6 +21,13 @@ public class SmsController {
|
|
|
|
|
|
private final SmsService smsService;
|
|
|
|
|
|
+ /**
|
|
|
+ * @desc: 发送验证码
|
|
|
+ * @author: yzc
|
|
|
+ * @date: 2023-06-15 15:06
|
|
|
+ * @Param param:
|
|
|
+ * @return: com.sckw.core.web.response.HttpResult
|
|
|
+ */
|
|
|
@PostMapping(value = "/sendVerifyCode", produces = MediaType.APPLICATION_JSON_VALUE)
|
|
|
public HttpResult sendVerifyCode(@Valid @RequestBody SendSmsVerifyCoderReqVO param) {
|
|
|
smsService.sendVerifyCode(param);
|