...
|
...
|
@@ -47,8 +47,9 @@ POST |
|
|
|
|
|
| 字段 | 描述 | 类型 | 示例 |
|
|
|
|------------|--------|--------|----------------------|
|
|
|
| imageformat| "webp", "jpeg", 客户端需要显示的类型 | string | |
|
|
|
| format| "webp", "jpeg", 客户端需要显示的类型 | string | |
|
|
|
| clearcache | 里面有image(清空图片), data(清空数据缓存), init(初始化), code(本次清除的唯一码) | object | 1:清除 0 :不清除 |
|
|
|
| https | 开启或者关闭https| string | 1:开启 0 :关闭 |
|
|
|
|
|
|
**JSON格式:**
|
|
|
```
|
...
|
...
|
@@ -59,6 +60,7 @@ POST |
|
|
"data":{
|
|
|
"config":{
|
|
|
"format":"webp",
|
|
|
"https":"1",
|
|
|
"clearcache":{
|
|
|
"image":1,
|
|
|
"data":1,
|
...
|
...
|
|