{
"id": "卫瓴对象ID",
"type": "(对象ID类型)",
"third_id": "第三方系统唯一标识"
}
curl --location --request POST 'https://openapi.weiling.cn/openapi/third/create?access_token' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": "卫瓴对象ID",
"type": "(对象ID类型)",
"third_id": "第三方系统唯一标识"
}'
{
"code": 0,
"msg": "success"
}