Showing
1 changed file
with
2 additions
and
0 deletions
@@ -52,6 +52,7 @@ POST | @@ -52,6 +52,7 @@ POST | ||
52 | | https | 开启或者关闭https,默认关闭| string | 1:开启 0 :关闭 | | 52 | | https | 开启或者关闭https,默认关闭| string | 1:开启 0 :关闭 | |
53 | | performance | 开启或者关闭性能上报统计,默认开启| string | 1:开启 0 :关闭 | | 53 | | performance | 开启或者关闭性能上报统计,默认开启| string | 1:开启 0 :关闭 | |
54 | | imageq | 图片分别在4G/WIFI,3G,2G的quality,默认85,50,30 |string | 85,50,30 | | 54 | | imageq | 图片分别在4G/WIFI,3G,2G的quality,默认85,50,30 |string | 85,50,30 | |
55 | +| payverify | 是否检查支付状态,默认检查 |string | 0:不检查 1:检查 | | ||
55 | **JSON格式:** | 56 | **JSON格式:** |
56 | ``` | 57 | ``` |
57 | { | 58 | { |
@@ -62,6 +63,7 @@ POST | @@ -62,6 +63,7 @@ POST | ||
62 | "config":{ | 63 | "config":{ |
63 | "format":"webp", | 64 | "format":"webp", |
64 | "https":"0", | 65 | "https":"0", |
66 | + "payVerify":"1", | ||
65 | "performance":"1", | 67 | "performance":"1", |
66 | "imageq":"85,50,30", | 68 | "imageq":"85,50,30", |
67 | "clearcache":{ | 69 | "clearcache":{ |
-
Please register or login to post a comment