Authored by zhuxj

修改payverify和增加pc字段

... ... @@ -50,10 +50,10 @@ POST
| format| "webp", "jpeg", 客户端需要显示的类型 | string | |
| clearcache | 里面有image(清空图片), data(清空数据缓存), init(初始化), code(本次清除的唯一码) | object | 1:清除 0 :不清除 |
| https | 开启或者关闭https,默认关闭| string | 1:开启 0 :关闭 |
| passcode | 开发者选项的密码 | string | |
| performance | 开启或者关闭性能上报开启 |string | 1:开启查 0:关闭 |
| imageq | 图片分别在4G/WIFI,3G,2G的quality,默认85,50,30 |string | 85,50,30 |
| payverify | 支付成功后是否需要向服务器发起订单状态查询请求,默认开启 |string | 1:开启 0:关闭 |
| pv | 支付成功后是否需要向服务器发起订单状态查询请求,默认开启 |string | 1:开启 0:关闭 |
| pc | 特殊功能的密码md5 |string | 密码的md5值 |
**JSON格式:**
```
{
... ... @@ -64,10 +64,10 @@ POST
"config":{
"format":"webp",
"https":"0",
"payverify":"1",
"pv":"1",
"pc":"kjkj33iu3ukdjkdd",
"performance":"1",
"imageq":"85,50,30",
"passcode":"409bbd0d0f516a326f2080c26a10d530"
"clearcache":{
"image":1,
"data":1,
... ...