|
@@ -277,22 +277,6 @@ async function getWithdrawStatus(ctx) {
|
|
|
var info = await withdraw_db.queryWithdrawInfoFromWithdrawId(obj.withdrawId)
|
|
|
logger.log('getWithdrawStatus info', JSON.stringify(info))
|
|
|
if (info) {
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
if (info.withdraw_status != 3) {
|
|
|
ctx.body = utils.toJson(0, {
|
|
|
withdrawId: info.withdraw_id,
|