Commit 24d2b96e authored by hangjun83's avatar hangjun83

百化产品接口更新

parent 24820fcc
......@@ -61,7 +61,12 @@ class ProductsController extends Controller
* mediaType="application/json",
* @Schema(
* required={"brandId","pageSize", "pageNo"},
* @Property(property="brandId", @Schema(type="integer"),description="返回数据集数量"),
* @Property(property="brandId", @Schema(type="integer"),description="品牌id 允许范围【
罗恩:40
阿拉丁:1
毕得:10
乐研 :108
九鼎 :42】"),
* @Property(property="pageSize", @Schema(type="integer"),description="返回数据集数量"),
* @Property(property="pageNo", @Schema(type="integer"),description="当前页数"),
* example={"brandId" : 1,"pageSize" : 100, "pageNo" : 1}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment