소스 검색

更新 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 {