field('value, sort_order, name') ->where('is_show', 1) ->order('sort_order') ->select() ->toArray(); // 返回数据 return $this->renderSuccess('获取成功', [ 'good_type' => $goodsTypeList ]); } }