userId); return $this->data($lists); } /** * @notes 商品详情 * @return \think\response\Json * @author 段誉 * @date 2022/3/31 9:48 */ public function detail() { $params = (new IntegralGoodsValidate())->goCheck(); $detail = IntegralGoodsLogic::detail($params); return $this->success('获取成功', $detail); } }