URL: http://10.136.51.35/CnliveM2/user/userReport.action?appId=xxx&...
请求方式: POST
返回格式: JSON
请求参数说明:
| 参数名 | 参数类型 | 必选 | 参数说明 |
|---|---|---|---|
| appId | String | true | 应用ID |
| id | String | true | 举报内容ID |
| msg | String | true | 举报内容(app自己组织-不能带特殊字符&号等) |
| clientPlat | String | true | 客户端平台[i:IOS客户端,a:Android客户端] |
返回
{
errorCode:"0",
errorMsg:"成功"
}
{
errorCode:"1",
errorMsg:"请求参数无效"
}
{
errorCode:"41019",
errorMsg:"内容请控制在1200个字以"
}
{
errorCode:"40005",
errorMsg:"其他错误"
}