Authored by qianjun

update

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