name | type | null | desc |
---|---|---|---|
eventType | int | no | 事件类型,比如点击、观看、活跃时长等 |
tarName | string | no | 行为目标名 |
tarId | string | yes | 行为目标id |
value | int | yes | 值 |
name | type | null | desc |
---|---|---|---|
code | int | no | 返回码 |
message | string | yes | 当code="0000"时值为空 |
success | bool | no | code=200 && success=true |
value | desc |
---|---|
10001 | 登录 |
10002 | 退出 |
10003 | 活跃 |
20001 | 点击 |
20002 | 观看 |