Commit 21832ada authored by shajiaiming's avatar shajiaiming

Merge branch 'feature/optimize' into 'master'

fix See merge request !80
parents 080c5e4f 02563dfc
......@@ -61,7 +61,7 @@ class CoinController extends BaseController
if (!is_array($names)) {
$names = [$names];
}
$condition = [['in', 'name', $names]];
$condition = $names;
$fields = ['id', 'sid', 'icon', 'name', 'nickname', 'platform', 'chain','address as contract_address','introduce'];
$result = ExchangeBusiness::getApiListForIndex(1, 999, $condition,$fields);
if ($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