Commit fbe388b6 authored by shajiaming's avatar shajiaming

Merge branch 'feature/issue_coin' into develop

parents 0580d681 d2ec9547
......@@ -156,8 +156,7 @@ class IssueCoinController extends BaseController
}
if (in_array($params['token_type'], [3, 4])){
$params['template'] = isset($result['template']) ? $result['template'] : [];
$model->setScenario(CoinIssueCoin::SCENARIOS_VERIFY_MALL);
$model->setScenario(CoinIssueCoin::SCENARIOS_CREATE_MALL);
}
$model->load($result, '');
......
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