Commit 439a8c23 authored by shajiaiming's avatar shajiaiming

修复已知问题

parent a45e02cc
......@@ -92,8 +92,8 @@ class WalletController extends BaseController
$address[] = $token;
$execer = 'coins';
$result = $service->getBalance($address, $execer);
if (0 !== $result['code'] && null == $result['error']) {
$msg = '查询错误';
if (0 !== $result['code']) {
$msg = $result['msg'];
$code = -1;
$data = null;
goto doEnd;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment