Commit 855c9691 authored by 柯阳's avatar 柯阳

cl_os_ver added

parent 549c09ee
......@@ -60,6 +60,7 @@
* `action`: 请求的URL(去掉GET参数)。
* `cl_type`: 请求来源端类型,`ios`/`android`/`pc`/`m`。
* `cl_ver`: 客户端版本号,`pc`不需要填写,m站除了native内嵌h5外不需要填写。
* `cl_os_ver`: 客户端系统版本号,android填android版本号,ios填ios版本号。
* `cl_id`: 设备标识,android取`device_id`,ios取`idfa`。
* `channel`: 请求渠道,客户端取包名即`channel`字段。pc和m站需要具体分析,暂不填写。
* `session_id`: 用户登陆后必须填写。否则不填写。
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment