Showing
1 changed file
with
0 additions
and
35 deletions
搜索/product_keywords
deleted
100644 → 0
1 | -## 1、获取各分类下的尺寸列表## | ||
2 | - | ||
3 | -获取投诉数量(/sort_sizes.json) | ||
4 | -#### 请求参数 | ||
5 | -| 参数名称 | 参数类型 | 可否为空 | 示例 | 默认值 | 备注 | | ||
6 | -|:-------| -----:|-----:|-----:|-----:|----:| | ||
7 | -|breaking|string|是|1|1|是否断码 1:断码 0:非断码| | ||
8 | -|storage_num|string|是|3204031||用户id| | ||
9 | -|sort|string|是|3204031||用户id| | ||
10 | -|size|string|是|3204031||用户id| | ||
11 | -|productStatus|string|是|3204031||用户id| | ||
12 | -|attribute_not|string|是|3204031||用户id| | ||
13 | - | ||
14 | -注意,通用的头部没有列出。 | ||
15 | -请求示例 | ||
16 | -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 | ||
17 | - | ||
18 | -### 响应 | ||
19 | -code为200即为成功,否则是失败。 | ||
20 | -响应参数,data部分 | ||
21 | - | ||
22 | -| 参数名称 | 参数类型 | 示例 | 默认值 | 备注 | | ||
23 | -|:-------| -----:|-----:|-----:|-----:| | ||
24 | -|count|int|20|0|投诉数量| | ||
25 | - | ||
26 | -响应JSON格式如下所示: | ||
27 | -```json | ||
28 | -{ | ||
29 | - "code": 200, | ||
30 | - "data": { | ||
31 | - "count": 24 | ||
32 | - }, | ||
33 | - "message": "成功" | ||
34 | -} | ||
35 | -``` |
-
Please register or login to post a comment