Commit 8fa48a77 authored by shajiaiming's avatar shajiaiming

fix

parent 7b2df38c
......@@ -205,6 +205,7 @@ class WalletChainController extends BaseController
$model->name = $params['token'];
$model->platform = $params['platform'];
$model->chain = 'BTY';
$model->treaty = 2;
$model->platform_id = 1;
$model->save();
}
......
......@@ -422,7 +422,7 @@ class IssueChainTransferController extends Controller
$model->publish_count = $token['total'];
$model->chain = 'BTY';
$model->platform_id = 1;
$model->treaty = 2;
$model->treaty = 1;
$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