diff --git a/modules/backend/handler/examine/examine.go b/modules/backend/handler/examine/examine.go index 2dfe52a..62df62a 100644 --- a/modules/backend/handler/examine/examine.go +++ b/modules/backend/handler/examine/examine.go @@ -113,6 +113,7 @@ func WithdrawList(c *gin.Context) { 42: "MoonPay", 43: "PayPlus", 44: "LuckinPay", + 45: "EaniPay", } a.Data = values.WithdrawListResp{List: WithdrawOrderArr, Count: count, PayList: payList} }