Page History

Invitationaddgroup

Last edited by 宋亚南

返回

邀请加群


URL: http://120.92.201.43:8090/Daren/groupManagement/invitationAddGroup.action


请求方式: HTTP POST


请求参数说明:

参数名 参数类型 必选 参数说明
groupName String true 群名称
groupId String true 群组id
ownerId String true 队长id
ownerName String true 队长昵称
sids String true 被邀请好友ids

返回格式: JSON


返回格式样例:

{
    "data": {
    },
    "errorCode": "0",
    "errorMessage": "成功"
}