Commit 5f6ded0b authored by shajiaiming's avatar shajiaiming

Merge branch 'feature/issue_coin' into 'master'

Feature/issue coin See merge request !300
parents b79dc197 8fa48a77
...@@ -205,6 +205,7 @@ class WalletChainController extends BaseController ...@@ -205,6 +205,7 @@ class WalletChainController extends BaseController
$model->name = $params['token']; $model->name = $params['token'];
$model->platform = $params['platform']; $model->platform = $params['platform'];
$model->chain = 'BTY'; $model->chain = 'BTY';
$model->treaty = 2;
$model->platform_id = 1; $model->platform_id = 1;
$model->save(); $model->save();
} }
......
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