GET sns/v3/Sns/GetGroup?gid={gid}

获取群组信息 (场景:群组信息发生变更,推送给用户以获取变更后的群组信息)

Request

URI Params

字段名字段说明字段类型附加信息
gid

群组ID

integer

Required

Body Params

None.

Response

APITResultOfGroupApiModel
字段名字段说明字段类型附加信息
Data

GroupApiModel

None.

Ret

返回结果(0-成功;>0-失败) ret=0 成功返回/ret=1 参数错误/ret=2 频率受限 /ret=3 Token无效 /ret=4 服务器内部错误 /ret=5 用户操作错误 / ret=6 停机维护 / ret=7 身份失效

integer

None.

ErrCode

错误代码,因功能而异

integer

None.

Msg

返回信息

string

None.

SeqId

请求序列

integer

None.

InfoMsg

API附加信息

string

None.

application/json, text/json

Sample:
{
  "Data": {
    "GID": "1",
    "CardNo": "sample string 2",
    "CTypeName": "sample string 3",
    "CTypeSNO": 4,
    "GTypeID": 5,
    "GTypeName": "sample string 6",
    "GTypeSNO": 7,
    "Level": 8,
    "PGID": 9,
    "PGName": "sample string 10",
    "RID": 11,
    "RName": "sample string 12",
    "Pic": "sample string 13",
    "Name": "sample string 14",
    "PY": "sample string 15",
    "FName": "sample string 16",
    "Desc": "sample string 17",
    "SNO": 18,
    "JMode": 0,
    "JoinBySelf": true,
    "InCode": "sample string 20",
    "InGroup": true,
    "Requested": true,
    "AdmCnt": 23,
    "MemberCnt": 24,
    "UnRelateCnt": 25,
    "AllowSendInfo": true,
    "ShowContact": true,
    "Recommend": true,
    "IsCust": true,
    "IsCode": true,
    "AllowCreateGroup": true,
    "Props": [
      {
        "Name": "sample string 1",
        "Desc": "sample string 2",
        "Val": "sample string 3",
        "SNO": 4
      },
      {
        "Name": "sample string 1",
        "Desc": "sample string 2",
        "Val": "sample string 3",
        "SNO": 4
      }
    ],
    "Phase": "sample string 32",
    "Grade": 33,
    "ClassNO": 34,
    "HasSD": true,
    "SendStudentInfo": true,
    "Date": "2025-05-22T13:40:35.266Z",
    "ShowHead": true,
    "InAmount": 39.1
  },
  "Ret": 1,
  "ErrCode": 2,
  "Msg": "sample string 3",
  "SeqId": 4,
  "InfoMsg": "sample string 5"
}