huangjiajun hace 1 año
padre
commit
4bb21d4f51
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      app/svc/platform/svc_withdrawal.go

+ 1
- 1
app/svc/platform/svc_withdrawal.go Ver fichero

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


Cargando…
Cancelar
Guardar