Authored by zhuxj

添加payverify

... ... @@ -52,6 +52,7 @@ POST
| https | 开启或者关闭https,默认关闭| string | 1:开启 0 :关闭 |
| performance | 开启或者关闭性能上报统计,默认开启| string | 1:开启 0 :关闭 |
| imageq | 图片分别在4G/WIFI,3G,2G的quality,默认85,50,30 |string | 85,50,30 |
| payverify | 是否检查支付状态,默认检查 |string | 0:不检查 1:检查 |
**JSON格式:**
```
{
... ... @@ -62,6 +63,7 @@ POST
"config":{
"format":"webp",
"https":"0",
"payVerify":"1",
"performance":"1",
"imageq":"85,50,30",
"clearcache":{
... ...