error(L('common_unauthorized_access')); } } /** * 商品搜索 * @author Devil * @blog http://gong.gg/ * @version 1.0.0 * @date 2018-07-12 * @desc description */ public function Index() { $result = SearchService::GoodsList($this->data_post); $result['category'] = GoodsService::GoodsCategoryRow(['id'=>$this->data_post['category_id']]); $this->ajaxReturn(L('common_operation_success'), 0, $result); } } ?>