7.3 卫瓴ID查询三方ID
POST
https://openapi.weiling.cn/openapi/third/innerid_to_thirdid请求参数
Query 参数
access_token
string
接口调用凭证
Body 参数application/json
inner_user_ids
array[string]
必需
卫瓴ID(类型可为 0 手机号线索 1 企微好友 2 员工 3 企业 7 商机 )
示例
{
"inner_user_ids": [
"xxx",
"xxx"
]
}
示例代码
返回响应
成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
code
string
请求响应码
msg
string
请求状态信息
data
object
请求响应体
fail_list
array[string]
可选
失败列表(有失败则返回)
success_list
object
成功列表
示例
{
"code": 0,
"msg": "success",
"data": {
"fail_list": [
"laboris"
],
"success_list": {
"inner_user_id": "xxx",
"type": "xxx",
"third_id": [
"11",
"22",
"33"
]
}
}
}
最后修改时间: 2 年前