浏览代码

test

master
huangjiajun 1年前
父节点
当前提交
4bb21d4f51
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      app/svc/platform/svc_withdrawal.go

+ 1
- 1
app/svc/platform/svc_withdrawal.go 查看文件

@@ -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{}{


正在加载...
取消
保存