文档
测试

游戏下载记录上报

GET
{{tv_api}}/api/v2/tv/cloud/user/game_down_record?channel_code=70000001&req_id=12345&action_type=0&access_token=f0e36367a4f3c54d808b8e02faa57e3c&vc=3000000&game_id=530001&sign=f1050d6d02ed0f5a43d69a1d1fdbd5c8

请求参数

参数名
类型
描述
必填
game_id
int
游戏id
必填
channel_code
string
渠道号
必填
access_token
string
token
必填
req_id
string
唯一标识
必填
action_type
int
记录类型,0-下载,1-启动游戏
必填
vc
int
版本号
必填
sign
string
签名,MD5('Xchd@20170619'+game_id+channel_code+access_token+req_id)
必填

响应参数

参数名
类型
描述
必填
code
int
状态码 0:成功
必填
text
string
示例:success
必填
ext
string
示例:success
必填