简要描述:
请求URL:
http://域名地址/setChatRoomAnnouncement
请求方式:
请求头Headers:
参数:
参数名 | 必选 | 类型 | 说明 |
---|---|---|---|
wId | 是 | String | 登录实例标识 |
chatRoomId | 是 | String | 群号 |
content | 是 | String | 内容 |
请求参数示例
- {
- "wId":"349be9b5-8734-45ce-811d-4e10ca568c67",
- "chatRoomId": "24187765053@chatroom",
- "content": "修改群公告执行成功"
- }
成功返回示例
- {
- "message": "成功",
- "code": "1000",
- "data": null
- }
错误返回示例
- {
- "message": "失败",
- "code": "1001",
- "data": null
- }
返回数据:
参数名 | 类型 | 说明 |
---|---|---|
code | String | 1000成功 1001失败 |
msg | String | 反馈信息 |
data | JSONObject |
测试地址:https://wkteam.cn/