Appearance
10.3 消息批量删除
Method | URL | ContentType |
---|---|---|
POST | /api/restful/messages | application/json |
请求入参说明:
类型说明 | 是否必须 | 描述 |
---|---|---|
整形数组 | 必须 | 消息id,多个id以英文逗号分隔;可参考示例代码 |
返回结果说明:
参数 | 描述 | 参数说明 |
---|---|---|
result | null | null |
请求参数示例:
json
[134420,134420,134422,134423]
返回数据示例:
json
{
"result": null,
"success": true,
"errormsg": "",
"errorcode": "0",
"requestId": "db38301a65884e7a83b630a98e6bb49e"
}