This commit is contained in:
parent
b7d941abe7
commit
e6ab8613cc
|
@ -4,7 +4,6 @@ import (
|
|||
"encoding/base64"
|
||||
"fmt"
|
||||
"service/api/base"
|
||||
"service/api/consts"
|
||||
"service/api/errcode"
|
||||
"service/api/errs"
|
||||
accountproto "service/api/proto/account/proto"
|
||||
|
@ -648,8 +647,6 @@ func (s *Service) WithdrawApply(ctx *gin.Context, req *vasproto.WithdrawApplyReq
|
|||
return
|
||||
}
|
||||
|
||||
// 发送通知
|
||||
DefaultNotifBuilderHandler.Handle(ctx)(consts.VasNotifTemp_WithdrawalFinished)(req.BaseRequest.Mid)
|
||||
return
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue