👏欢迎访问食亨开放平台,这里将提供给你优质的接口,请选择对应系统tab进入到接口文档
名称 | 必选 | 类型 | 默认值 | 描述 |
---|---|---|---|---|
appId | 是 | string | 应用唯 一标识appId | |
sign | 是 | string | 参数签名 | |
version | 是 | string | 版本 | |
timestamp | 是 | integer | 时间戳 | |
paramContent | 否 | object | 参数内容(无参则无需传递改参数) | |
└ chatIds | 是 | string[] | 微信群id列表 size:[1,5] |
名称 | 必选 | 类型 | 默认值 | 描述 |
---|---|---|---|---|
否 | object[] | |||
├ id | 否 | integer | 自增主键 | |
├ corpId | 否 | string | 公司id | |
├ chatId | 否 | integer | 群id | |
├ wecomChatId | 否 | string | 企微群id | |
├ customerId | 否 | integer | 群成员id | |
├ wecomCustomerId | 否 | integer | 企微客户id | |
├ type | 否 | integer | 1-企业成员 2.外部联系人 | |
└ joinTime | 否 | string | 入群时间 |
{
"code": "0",
"msg": null,
"traceId": "b2436282edf040fb8c4055c14faf66bc",
"result": [
{
"id": 1,
"corpId": "123123",
"chatId": 1,
"wecomChatId":"asdas12312",
"customerId": 1,
"wecomCustomerId":123213,
"type": 1,
"joinTime": ""
},
{
"id": 2,
"corpId": "4213123",
"chatId": 1,
"wecomChatId":"asdas12312",
"wecomGroupChatId": 1,
"customerId": 1,
"wecomCustomerId":123213,
"type": 1,
"joinTime": ""
}
]
}