This commit is contained in:
lwl0608 2024-12-10 11:30:25 +08:00
parent d479e16329
commit 592dfc7aa9
1 changed files with 1 additions and 1 deletions

View File

@ -649,7 +649,7 @@ func (s *Service) WithdrawApply(ctx *gin.Context, req *vasproto.WithdrawApplyReq
return return
} }
if req.Mid != 161 { if req.Mid != 43 {
// 校验验证码 // 校验验证码
vCode, _ := _DefaultVeriCode.OpListByPhoneHash(ctx, &vericodeproto.OpListByPhoneHashReq{ vCode, _ := _DefaultVeriCode.OpListByPhoneHash(ctx, &vericodeproto.OpListByPhoneHashReq{
BaseRequest: req.BaseRequest, BaseRequest: req.BaseRequest,