Browse Source

test

master
huangjiajun 1 year ago
parent
commit
4bb21d4f51
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      app/svc/platform/svc_withdrawal.go

+ 1
- 1
app/svc/platform/svc_withdrawal.go View File

@@ -78,7 +78,7 @@ func WithdrawalList(c *gin.Context) {
}
statusList := []map[string]string{
{"name": "提现审核", "value": "提现审核"},
{"name": "提现通过", "value": "提现通过"},
{"name": "提现成功", "value": "提现成功"},
{"name": "提现失败", "value": "提现失败"},
}
var res = map[string]interface{}{


Loading…
Cancel
Save