param('type_id', 1, 'int'); $result = (new ProductBus())->selectProductList($type_id); return showSuccess($result); } }