...
|
...
|
@@ -51,7 +51,7 @@ POST |
|
|
| clearcache | 里面有image(清空图片), data(清空数据缓存), init(初始化), code(本次清除的唯一码) | object | 1:清除 0 :不清除 |
|
|
|
| https | 开启或者关闭https,默认关闭| string | 1:开启 0 :关闭 |
|
|
|
| performance | 开启或者关闭性能上报统计,默认开启| string | 1:开启 0 :关闭 |
|
|
|
|
|
|
| imageQ | 图片分别在4G/WIFI,3G,2G的quality,默认85,50,30 | imageQ:85,50,30 |
|
|
|
**JSON格式:**
|
|
|
```
|
|
|
{
|
...
|
...
|
@@ -63,6 +63,7 @@ POST |
|
|
"format":"webp",
|
|
|
"https":"0",
|
|
|
"performance":"1",
|
|
|
"imageQ":"85,50,30",
|
|
|
"clearcache":{
|
|
|
"image":1,
|
|
|
"data":1,
|
...
|
...
|
|