Toggle navigation
Toggle navigation
This project
Loading...
Sign in
lingmin
/
yohobuy-doc
·
Commits
Go to a project
GitLab
Go to dashboard
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
qianjun
9 years ago
Commit
4338310238fc96319c0ba5b75429fb8f2e22cfab
1 parent
3fc78829
master
...
develop
patch-1
patch-2
patch-3
update
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
2 deletions
inferface-document/shops/shops.md
inferface-document/shops/shops.md
View file @
4338310
...
...
@@ -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|必须包含的状态|
---------------------------
...
...
Please
register
or
login
to post a comment