From 29a07ffe2a8658ce3ec21123c32e8e18737a56ec Mon Sep 17 00:00:00 2001 From: mofangmin Date: Thu, 22 Aug 2024 16:58:25 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=A1=E6=A0=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- modules/backend/handler/examine/examine.go | 1 + 1 file changed, 1 insertion(+) 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} }