修改群组
接口地址
[接口服务器地址]/api/groups/set.html
请求方法
POST
Request Headers
名称 | 必选 | 类型 | 说明 |
---|---|---|---|
Content-Type | true | string | application/json; charset=UTF-8 |
authen | true | string | 认证码 什么是认证码 |
appid | true | string | 接入ID 什么是接入ID |
timestamp | true | string | 时间戳 |
uid | true | string | 当前帐号 |
lang | true | string | 语言 zh-cn,en-us |
Request Body
名称 | 必选 | 类型 | 说明 |
---|---|---|---|
group_id | true | string | 群组ID |
user_id | true | string | 操作用户ID |
name | false | string | 名称 |
description | false | string | 描述 |
avatar | false | string | 头像 |
user_limit | false | integer | 群规模 群规模 200,500,1000(默认) |
is_public | false | integer | 公开群 0:不公开 1:公开(默认);用户能直接搜索到公开群 |
is_request | false | integer | 进群申请 0:不需要申请 1:需要申请(默认) |
invite_type | false | integer | 邀请类型 0:群主邀请 1:群主、管理员邀请(默认) 2:所有人邀请 |
is_mute | false | integer | 群禁言 0:关闭(默认) 1:开启 |
注意事项
body只需提交待修改的参数
调用样例及调试工具
测试接口返回结果(成功)
{"status":1,"code":0,"msg":"","data":{"gid":"c25aab2e544711e98f6188d7f697be9a","name":"测试群","description":"","avatar":"","py_first":"csq","user_limit":1000,"user_count":6,"blocks_count":0,"is_public":1,"is_request":1,"invite_type":1,"is_need_confirm":0,"status":1,"owner":"user_id1","create_time":1514736000,"update_time":1514836000,"user_ver":"1514736000","group_ver":"1514836000","is_mute":0}}