参数 | 说明 | 是否必填 | 类型 |
---|---|---|---|
appId | 应用id | 是 | String |
appName | 应用名称,长度在4到32位 | 否 | String |
reportUrl | 状态报告推送地址 | 否 | String |
Request URL:
https://api.itniotech.com/wa/app/update
Request Method:
POST
Request Headers:
Content-Type: application/json;charset=UTF-8
Sign: 05d7a50893e22a5c4bb3216ae3396c7c
Timestamp: 1630468800
Api-Key: bDqJFiq9
Request Body:
{
"appId":"appId",
"appName":"appName",
"reportUrl":"http://abc.com"
}
参数 | 说明 | 类型 |
---|---|---|
status | 状态码,0成功,其他失败参见响应状态码说明 | String |
reason | 原因说明 | String |
data | null | String |
{
"status": "0",
"reason": "success",
"data": null
}