|
@@ -57,6 +57,10 @@ public class AppMessageController {
|
|
|
return appMessageService.detail(vo);
|
|
|
}
|
|
|
|
|
|
+ @PostMapping("/shouldSendVerificationCode")
|
|
|
+ public AjaxResult shouldSendVerificationCode(@RequestBody AppMessageVO messageVO) {
|
|
|
+ return appMessageService.shouldSendVerificationCode(messageVO);
|
|
|
+ }
|
|
|
|
|
|
@PostMapping("/sendMessageTencentVerifyCode")
|
|
|
public AjaxResult sendMessageTencentVerifyCode(@RequestBody AppMessageVO messageVO) {
|