Commit 51d41ae0 authored by shajiaming's avatar shajiaming

fix

parent 4d6d297c
...@@ -221,7 +221,7 @@ class IssueChainController extends BaseController ...@@ -221,7 +221,7 @@ class IssueChainController extends BaseController
} }
//array_unshift($symbol, 'BTY'); //array_unshift($symbol, 'BTY');
$val->tokens = $symbol; $val->tokens = $symbol;
$val->platform_id = Yii::$app->params['chain_nodes'][strtoupper($val->platform)]['platform_id'] $val->platform_id = Yii::$app->params['chain_nodes'][strtoupper($val->platform)]['platform_id'];
} }
unset($val->exer); unset($val->exer);
} }
......
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