Commit c6778f53 authored by shajiaiming's avatar shajiaiming

fix

parent 02041b5e
......@@ -243,12 +243,7 @@ class IssueChainTransferController extends Controller
]);
}
if (1 != $val->coin->platform_id) {
$platform_ids = explode(',', $val->coin->platform_id);
$platform_ids = implode(',', array_unique(array_merge([1], $platform_ids)));
} else {
$platform_ids = 1;
}
$platform_ids = array($val->coin->platform_id);
//1.1查询后,交易成功
if (1 == $step) {
......
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