diff --git a/app/mix/service/vasservice.go b/app/mix/service/vasservice.go index 123015b4..a571de10 100644 --- a/app/mix/service/vasservice.go +++ b/app/mix/service/vasservice.go @@ -649,7 +649,7 @@ func (s *Service) WithdrawApply(ctx *gin.Context, req *vasproto.WithdrawApplyReq return } - if req.Mid != 161 { + if req.Mid != 43 { // 校验验证码 vCode, _ := _DefaultVeriCode.OpListByPhoneHash(ctx, &vericodeproto.OpListByPhoneHashReq{ BaseRequest: req.BaseRequest,