|
@@ -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 {
|