feat: 补充绑定逻辑

This commit is contained in:
橙子
2024-10-21 23:35:10 +08:00
parent 1a73f7bef3
commit 0e6d380b7e
6 changed files with 48 additions and 16 deletions

View File

@@ -65,6 +65,7 @@ public class WeChatMiniProgramAccountService : ApplicationService
[HttpPost("wechat/mini-program/account/bind")]
public async Task PostBindAsync(BindInput input)
{
_accountService.ValidationImageCaptcha(input.Uuid,input.Code);
//校验手机号与验证码
//根据手机号查询用户信息
//根据code去获取wxid