Commit 3ab7f39a authored by rlgy's avatar rlgy

推介币种返回信息格式更改

parent 17a95779
......@@ -49,7 +49,7 @@ class CoinController extends BaseController
$page = $request->post('page', 1);
$limit = $request->post('limit', 999);
$condition = [['recommend' => '1']];
return CoinBusiness::getApiList($page, $limit, $condition);
return ExchangeBusiness::getApiListForIndex($condition);
}
/**
......
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