Showing
1 changed file
with
90 additions
and
0 deletions
商品列表/clear_productCache.md
0 → 100644
1 | +## 根据skn进行缓存清理 | ||
2 | + | ||
3 | +method=clear.productCache | ||
4 | + | ||
5 | +http://api.yoho.cn/?method=clear.productCache&productSkn=51279432 | ||
6 | + | ||
7 | +### 请求参数 | ||
8 | +| 参数名称 | 参数类型 | 可否为空 | 示例 | 默认值 | 备注 | | ||
9 | +| :---------- | ------: | ---: | -------: | ---: | ----------------------------: | | ||
10 | +| productSkn | Integer | 否 | 51279432 | 无 | 商品skn | | ||
11 | + | ||
12 | + | ||
13 | +### 返回示例 | ||
14 | +```json | ||
15 | +{ | ||
16 | + "alg": "SALT_MD5", | ||
17 | + "code": 200, | ||
18 | + "data": "", | ||
19 | + "md5": "fc9ceaa3bfc64e8faaf927639f7862c2", | ||
20 | + "message": "clear OK!!" | ||
21 | +} | ||
22 | +``` | ||
23 | +## 根据颜色id进行缓存清理 | ||
24 | + | ||
25 | +method=clear.productCache.bycolor | ||
26 | + | ||
27 | +http://api.yoho.cn/?method=clear.productCache.bycolor&color_id=12 | ||
28 | + | ||
29 | +### 请求参数 | ||
30 | +| 参数名称 | 参数类型 | 可否为空 | 示例 | 默认值 | 备注 | | ||
31 | +| :---------- | ------: | ---: | -------: | ---: | ----------------------------: | | ||
32 | +| color_id | Integer | 否 | 12 | 无 | 颜色id | | ||
33 | + | ||
34 | + | ||
35 | +### 返回示例 | ||
36 | +```json | ||
37 | +{ | ||
38 | + "alg": "SALT_MD5", | ||
39 | + "code": 200, | ||
40 | + "data": "", | ||
41 | + "md5": "fc9ceaa3bfc64e8faaf927639f7862c2", | ||
42 | + "message": "clear OK!!" | ||
43 | +} | ||
44 | +``` | ||
45 | +## 根据品类id(small_sort_id)进行缓存清理 | ||
46 | + | ||
47 | +method=clear.productCache.bysort | ||
48 | + | ||
49 | +http://api.yoho.cn/?method=clear.productCache.bysort&sort_id=12 | ||
50 | + | ||
51 | +### 请求参数 | ||
52 | +| 参数名称 | 参数类型 | 可否为空 | 示例 | 默认值 | 备注 | | ||
53 | +| :---------- | ------: | ---: | -------: | ---: | ----------------------------: | | ||
54 | +| sort_id | Integer | 否 | 250 | 无 | 品类id | | ||
55 | + | ||
56 | + | ||
57 | +### 返回示例 | ||
58 | +```json | ||
59 | +{ | ||
60 | + "alg": "SALT_MD5", | ||
61 | + "code": 200, | ||
62 | + "data": "", | ||
63 | + "md5": "fc9ceaa3bfc64e8faaf927639f7862c2", | ||
64 | + "message": "clear OK!!" | ||
65 | +} | ||
66 | + | ||
67 | +``` | ||
68 | +## 根据尺码id进行缓存清理 | ||
69 | + | ||
70 | +method=clear.productCache.bysize | ||
71 | + | ||
72 | +http://api.yoho.cn/?method=clear.productCache.bysize&size_id=12 | ||
73 | + | ||
74 | +### 请求参数 | ||
75 | +| 参数名称 | 参数类型 | 可否为空 | 示例 | 默认值 | 备注 | | ||
76 | +| :---------- | ------: | ---: | -------: | ---: | ----------------------------: | | ||
77 | +| size_id | Integer | 否 | 12 | 无 | 尺码id | | ||
78 | + | ||
79 | + | ||
80 | +### 返回示例 | ||
81 | +```json | ||
82 | +{ | ||
83 | + "alg": "SALT_MD5", | ||
84 | + "code": 200, | ||
85 | + "data": "", | ||
86 | + "md5": "fc9ceaa3bfc64e8faaf927639f7862c2", | ||
87 | + "message": "clear OK!!" | ||
88 | +} | ||
89 | +``` | ||
90 | + |
-
Please register or login to post a comment