DevYK 2 лет назад
Родитель
Сommit
cec0950921
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      routes/sdk.js

+ 1 - 1
routes/sdk.js

@@ -675,7 +675,7 @@ async function getWithdrawStatus(ctx) {
                 chainId: info.chain_id,
                 transferTimestamp: info.update_time,
                 errorMsg: info.errorMsg
-            }, null)
+            }, info.errorMsg)
         }
     } else {
         ctx.body = utils.toJson(-1, null, obj.withdraw_id + ' id does not exist.')