用户ID转开放平台ID
POST
/请求参数
Body 参数application/json
type
string
必需
client_id
integer
必需
data
object
必需
user_list
array[string]
必需
appid
string | null
必需
企微自建应用的 agent id
corp_id
string | null
必需
示例
{
"type": "WW_USER_TO_OPEN_MSG",
"client_id": 1,
"data": {
"user_list": [
"78813014xxxxxxx"
],
"appid": "xxxx",
"corp_id": "xxxxx"
}
}
示例代码
返回响应
成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
object {0}
示例
{}
最后修改时间: 1 年前