Commit 4d6d297c authored by shajiaming's avatar shajiaming

fix

parent 4e9fea85
......@@ -73,6 +73,6 @@ class CoinPlatformWithHold extends BaseActiveRecord
public function attributes()
{
return array_merge(parent::attributes(), ['tokens']);
return array_merge(parent::attributes(), ['tokens','platform_id']);
}
}
\ No newline at end of file
......@@ -221,6 +221,7 @@ class IssueChainController extends BaseController
}
//array_unshift($symbol, 'BTY');
$val->tokens = $symbol;
$val->platform_id = Yii::$app->params['chain_nodes'][strtoupper($val->platform)]['platform_id']
}
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