[TOC]
简要描述
请求URL
/zjhlapi/report/reportCount
请求方式
请求头设置
参数名 |
必选 |
类型 |
说明 |
timestamp |
是 |
string |
当前时间的时间戳 |
appId |
是 |
string |
app标识 |
nonce |
是 |
string |
随机生成的6位字符串 |
sign |
是 |
string |
由appId,appSecret,nonce,timestamp通过sha1加密得到的sign标识 |
请求参数
参数名 |
必选 |
类型 |
说明 |
appId |
是 |
int |
appId |
channelId |
是 |
string |
渠道id |
channelUserId |
是 |
string |
渠道userId |
请求示例
{
"appId": 0,
"channelId": "",
"channelUserId": "123456"
}
返回示例
{
"code": 0,
"data": {},
"message": ""
}