Przeglądaj źródła

更新 getWithdrawStatus request

DevYK 3 lat temu
rodzic
commit
f14c93ab5c
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      routes/sdk.js

+ 1 - 1
routes/sdk.js

@@ -274,7 +274,7 @@ async function getWithdrawStatus(ctx) {
         return
         return
     }
     }
     const obj = ctx.request.body;
     const obj = ctx.request.body;
-    var info = await withdraw_db.queryWithdrawInfoFromWithdrawId(obj.withdraw_id)
+    var info = await withdraw_db.queryWithdrawInfoFromWithdrawId(obj.withdrawId)
     logger.log('getWithdrawStatus info', JSON.stringify(info))
     logger.log('getWithdrawStatus info', JSON.stringify(info))
     if (info) {
     if (info) {
         // try {
         // try {