18.1 获取个微人脉列表
GET
https://openapi.weiling.cn/openapi/wx_user/list请求参数
Query 参数
access_token
string
接口调用凭证
userid
string
员工id
cursor
string
分页游标,初始为空
示例代码
返回响应
成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
code
integer
必需
msg
string
必需
data
object
必需
wx_user_ids
array[string]
个微人脉列表
cursor
string
分页游标
示例
{
"code": 0,
"msg": "success",
"data": {
"wx_user_ids": [
"xxx",
"xxx"
],
"cursor": "xxx"
}
}
最后修改时间: 1 年前