xxx
This commit is contained in:
parent
d479e16329
commit
592dfc7aa9
|
@ -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,
|
||||||
|
|
Loading…
Reference in New Issue