test
This commit is contained in:
parent
666d2a6dfd
commit
4804f72e41
|
@ -642,12 +642,12 @@ func (s *Service) WithdrawSendVerifycode(ctx *gin.Context, req *vasproto.Withdra
|
|||
// 提现申请
|
||||
func (s *Service) WithdrawApply(ctx *gin.Context, req *vasproto.WithdrawApplyReq) (data *vasproto.WithdrawApplyData, ec errcode.ErrCode, err error) {
|
||||
// 获取用户
|
||||
acntMap, _ := _DefaultAccount.GetAccountMapByMids(ctx, []int64{req.Mid})
|
||||
acnt, has := acntMap[req.Mid]
|
||||
if !has {
|
||||
ec = errcode.ErrCodeVasSrvFail
|
||||
return
|
||||
}
|
||||
//acntMap, _ := _DefaultAccount.GetAccountMapByMids(ctx, []int64{req.Mid})
|
||||
//acnt, has := acntMap[req.Mid]
|
||||
//if !has {
|
||||
// ec = errcode.ErrCodeVasSrvFail
|
||||
// return
|
||||
//}
|
||||
|
||||
//if req.Mid != 43 {
|
||||
// // 校验验证码
|
||||
|
|
Loading…
Reference in New Issue