地图api
This commit is contained in:
@@ -11,7 +11,7 @@ class Goods extends ApiBase{
|
||||
*/
|
||||
public function getGoodsList(){
|
||||
$get = $this->request->get();
|
||||
$goods_list = GoodsLogic::getGoodsList($this->user_id, $get, $this->page_no, $this->page_size);
|
||||
$goods_list = GoodsLogic::getGoodsList($this->user_id, $get, $this->page_no, $this->page_size,$get['type']);
|
||||
$this->_success('获取成功',$goods_list);
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user