浏览代码

更新 getWithdrawStatus request

DevYK 3 年之前
父节点
当前提交
f14c93ab5c
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      routes/sdk.js

+ 1 - 1
routes/sdk.js

@@ -274,7 +274,7 @@ async function getWithdrawStatus(ctx) {
         return
     }
     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))
     if (info) {
         // try {