打开提现

This commit is contained in:
lwl0608 2024-02-19 13:07:56 +08:00
parent be2eaa5744
commit 7f38018b8c
1 changed files with 2 additions and 2 deletions

View File

@ -253,8 +253,8 @@ func WithdrawSendVerifycode(ctx *gin.Context) {
// 提现申请
func WithdrawApply(ctx *gin.Context) {
ReplyErrorMsg(ctx, "提现申请暂时关闭")
return
//ReplyErrorMsg(ctx, "提现申请暂时关闭")
//return
req := ctx.MustGet("client_req").(*vasproto.WithdrawApplyReq)
if req.Diamonds < 2000 {