page_no, $this->page_size); return JsonServer::success('', $data); } /** * @notes 商家直播间 * @return \think\response\Json * @author 段誉 * @date 2023/2/17 17:28 */ public function shopLive() { $shopId = $this->request->get('shop_id'); $data = LiveLogic::shopLive($shopId); return JsonServer::success('', $data); } }