user_id,$this->page_no,$this->page_size); $this->_success('获取成功',$collect); } /** * note 商品收藏操作 * create_time 2020/10/29 10:17 */ public function handleCollectGoods(){ $post = $this->request->post(); $collect = CollectLogic::handleCollectGoods($post,$this->user_id); $this->_success('获取成功',$collect); } }