From fe360c06763b52e594fa91203d7753b2732609f3 Mon Sep 17 00:00:00 2001 From: CaIon <1808837298@qq.com> Date: Fri, 24 Nov 2023 14:12:27 +0800 Subject: [PATCH] fix epay bug --- web/src/pages/TopUp/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/src/pages/TopUp/index.js b/web/src/pages/TopUp/index.js index 5822aa49a..125cd8c49 100644 --- a/web/src/pages/TopUp/index.js +++ b/web/src/pages/TopUp/index.js @@ -69,7 +69,7 @@ const TopUp = () => { const res = await API.post('/api/user/pay', { amount: parseInt(topUpCount), top_up_code: topUpCode, - PaymentMethod: payWay + payment_method: payWay }); if (res !== undefined) { const {message, data} = res.data;