Commit 0580d681 authored by shajiaming's avatar shajiaming

fix

parents f285781a 3bb4c0c8
......@@ -68,6 +68,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);
}
......@@ -155,6 +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);
}
......
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