增加cdnsw cdnct format字段——review by 曹镏
Showing
1 changed file
with
6 additions
and
1 deletions
@@ -91,6 +91,9 @@ os=0&uid=5605595&app_ver=4.8.1&uid=966662&udid=528ecdf34da9585784be579163a19fec4 | @@ -91,6 +91,9 @@ os=0&uid=5605595&app_ver=4.8.1&uid=966662&udid=528ecdf34da9585784be579163a19fec4 | ||
91 | | reql | 是否开启接口5s限流, 默认关闭| string | md5('sdl') 关闭 md5('kdl') 开启| | 91 | | reql | 是否开启接口5s限流, 默认关闭| string | md5('sdl') 关闭 md5('kdl') 开启| |
92 | | a_newhome | android 新版首页 , 默认关闭| string | md5('yohoclose') 关闭 md5('yohoopen') 开启| | 92 | | a_newhome | android 新版首页 , 默认关闭| string | md5('yohoclose') 关闭 md5('yohoopen') 开启| |
93 | | wvm |是否开启mate校验,默认关闭 | string | md5('yohoclose') 关闭 md5('yohoopen') 开启| | 93 | | wvm |是否开启mate校验,默认关闭 | string | md5('yohoclose') 关闭 md5('yohoopen') 开启| |
94 | +| cdnsw |双cdn切换的开关,默认关闭 | string | md5('yohoclose') 关闭 md5('yohoopen') 开启| | ||
95 | +| cdnct |双cdn切换阀值,默认6 | string | “6”| | ||
96 | +| format | 客户端需要显示的图片类型,默认jpeg | string | "webp", "jpeg"| | ||
94 | **JSON格式:** | 97 | **JSON格式:** |
95 | 98 | ||
96 | ``` | 99 | ``` |
@@ -117,7 +120,9 @@ os=0&uid=5605595&app_ver=4.8.1&uid=966662&udid=528ecdf34da9585784be579163a19fec4 | @@ -117,7 +120,9 @@ os=0&uid=5605595&app_ver=4.8.1&uid=966662&udid=528ecdf34da9585784be579163a19fec4 | ||
117 | }, | 120 | }, |
118 | "dlas":"5b2d8b4b242e067616c6cd98851b2306", | 121 | "dlas":"5b2d8b4b242e067616c6cd98851b2306", |
119 | "reql":"5b2d8b4b242e067616c6cd98851b2306", | 122 | "reql":"5b2d8b4b242e067616c6cd98851b2306", |
120 | - | 123 | + "cdnsw":"11899f47d878f18de530c3821188e5bc", |
124 | + "cdnct":"6", | ||
125 | + "format":"jpeg" | ||
121 | } | 126 | } |
122 | 127 | ||
123 | ``` | 128 | ``` |
-
Please register or login to post a comment