Commit 10909296 authored by ZhuChunYang's avatar ZhuChunYang

update

parent 4ab58527
......@@ -80,7 +80,7 @@ class ServiceController extends BaseController
if(!is_array($coinItems)){
$coinItems = [$coinItems];
}
$fields =['id', 'sid', 'icon', 'name', 'nickname'];
$fields =['id', 'sid', 'icon', 'name', 'nickname','chain'];
$rows = Coin::getSelectList(1, 999, $fields,[['in','name',$coinItems]]);
return ['code' => 0,'data' => $rows,'msg' => '币种列表获取成功'];
}
......
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