短信验证码

This commit is contained in:
18792927508
2023-10-17 21:07:53 +08:00
parent 5d2fdedfcf
commit 305529fefc
3 changed files with 6 additions and 5 deletions
@@ -37,7 +37,7 @@ public class WeChatUserController extends BaseController {
if(StrUtil.isEmpty(userVO.getPhone())){
return warn("手机号不能为空");
}
return success(weChatUserService.sendCode(userVO));
return weChatUserService.sendCode(userVO);
}
/**
* 小程序注册