mirror of
https://github.com/linux-do/new-api.git
synced 2025-09-17 16:06:38 +08:00
fix epay bug
This commit is contained in:
parent
381c354313
commit
fe360c0676
@ -69,7 +69,7 @@ const TopUp = () => {
|
|||||||
const res = await API.post('/api/user/pay', {
|
const res = await API.post('/api/user/pay', {
|
||||||
amount: parseInt(topUpCount),
|
amount: parseInt(topUpCount),
|
||||||
top_up_code: topUpCode,
|
top_up_code: topUpCode,
|
||||||
PaymentMethod: payWay
|
payment_method: payWay
|
||||||
});
|
});
|
||||||
if (res !== undefined) {
|
if (res !== undefined) {
|
||||||
const {message, data} = res.data;
|
const {message, data} = res.data;
|
||||||
|
Loading…
Reference in New Issue
Block a user