Authored by qianjun

update

@@ -6,7 +6,17 @@ @@ -6,7 +6,17 @@
6 > 接口名: `/ShopsRest/getShopList` 6 > 接口名: `/ShopsRest/getShopList`
7 7
8 ### 入参 8 ### 入参
9 - 9 +```json
  10 +{
  11 + "page":2,
  12 + "size":12,
  13 + "supplierId":950,
  14 + "brandId":928,
  15 + "checkStatus":100,
  16 + "operationStatus":1,
  17 + "checkStatusArr":"100,200,900"
  18 +}
  19 +```
10 ------------------------- 20 -------------------------
11 |属性名称|类型|例子|说明| 21 |属性名称|类型|例子|说明|
12 |--------|----|----|----| 22 |--------|----|----|----|
@@ -14,7 +24,7 @@ @@ -14,7 +24,7 @@
14 |size|int|50|每页条数| 24 |size|int|50|每页条数|
15 |supplierId|int|950|供应商ID| 25 |supplierId|int|950|供应商ID|
16 |brandId|int|928|品牌ID| 26 |brandId|int|928|品牌ID|
17 -|checkStatus|int|928|审核状态;100 暂存 200 待审核 300 审核通过 900 驳回| 27 +|checkStatus|int|100|审核状态;100 暂存 200 待审核 300 审核通过 900 驳回|
18 |operationStatus|int|1|操作状态; 1 店铺未创建 2 店铺已创建| 28 |operationStatus|int|1|操作状态; 1 店铺未创建 2 店铺已创建|
19 |checkStatusArr|String|200,300|必须包含的状态| 29 |checkStatusArr|String|200,300|必须包含的状态|
20 --------------------------- 30 ---------------------------