👏欢迎访问食亨开放平台,这里将提供给你优质的接口,请选择对应系统tab进入到接口文档
名称 | 必选 | 类型 | 默认值 | 描述 |
---|---|---|---|---|
appId | 是 | string | 应用唯一标识appId | |
sign | 是 | string | 参数签名 | |
version | 是 | string | 版本 | |
timestamp | 是 | integer | 时间戳 | |
paramContent | 是 | object | 参数内容(无参则无需传递改参数) | |
├ startId | 是 | integer | 起始id,查询id大于startId的数据,首次查询传'0' | |
└ pageSize | 是 | integer | 每页条数 [大小: 1~100] |
名称 | 必选 | 类型 | 默认值 | 描述 |
---|---|---|---|---|
nextStartId | 否 | integer | 下次请求的startId, 没有数据了返回null | |
pageSize | 否 | integer | 当前页数据条数 | |
result | 否 | object[] | 当前页数据 | |
├ id | 否 | integer | 企微客户id | |
├ memberId | 否 | integer | 食亨会员id | |
├ weComUserId | 否 | string | 企业微信用户id | |
├ corpId | 否 | string | 公司id | |
├ name | 否 | string | 企微昵称 | |
├ unionId | 否 | string | 外部联系人在微信开放平台的唯一身份标识 | |
├ remark | 否 | string | 备注姓名 | |
├ avatar | 否 | string | 头像 | |
├ phone | 否 | string | 手机号 | |
└ shCreateTime | 否 | string | 创建时间 |
{
"code": "0",
"msg": null,
"traceId": "13d0f3a6dadf4487b91a1ed2fe85bed5",
"result": {
"nextStartId": 105295,
"pageSize": 2,
"result": [
{
"id": 1234,
"memberId": 1234,
"weComUserId": "xxxx",
"corpId": "xxxx",
"name": "xxxx",
"unionId": "xxxx",
"remark": null,
"avatar": "http://wx.qlogo.cn/mmhead/123/0",
"phone": 13577770000,
"shCreateTime": 1666751098000
},
{
"id": 423,
"memberId": 1231,
"weComUserId": "sada",
"corpId": "xxxx",
"name": "李四",
"unionId": null,
"remark": null,
"avatar": "http://wx.qlogo.cn/mmhead/xxxxx/0",
"phone": null,
"shCreateTime": 1728960079000
}
]
}
}