Toggle navigation
Toggle navigation
This project
Loading...
Sign in
周蓉君
/
API-Interfaces
·
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
胡古飞
9 years ago
Commit
7ef08d196ff8c6c435e0c63cc0691ba8ef287186
1 parent
02337c4e
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
35 additions
and
0 deletions
搜索/product_keywords
搜索/product_keywords
0 → 100644
View file @
7ef08d1
## 1、获取各分类下的尺寸列表##
获取投诉数量(/sort_sizes.json)
#### 请求参数
| 参数名称 | 参数类型 | 可否为空 | 示例 | 默认值 | 备注 |
|:-------| -----:|-----:|-----:|-----:|----:|
|breaking|string|是|1|1|是否断码 1:断码 0:非断码|
|storage_num|string|是|3204031||用户id|
|sort|string|是|3204031||用户id|
|size|string|是|3204031||用户id|
|productStatus|string|是|3204031||用户id|
|attribute_not|string|是|3204031||用户id|
注意,通用的头部没有列出。
请求示例
http://192.168.102.205:8080/gateway/?method=web.complaints.getCount&uid=3204031&client_type=web&client_secret=4bfdf461a964aa56d04a8927acc38363&app_version=1&v=1&os_version=1&client_secret=1&screen_size=1
### 响应
code为200即为成功,否则是失败。
响应参数,data部分
| 参数名称 | 参数类型 | 示例 | 默认值 | 备注 |
|:-------| -----:|-----:|-----:|-----:|
|count|int|20|0|投诉数量|
响应JSON格式如下所示:
```json
{
"code": 200,
"data": {
"count": 24
},
"message": "成功"
}
```
...
...
Please
register
or
login
to post a comment