{
"name": "官网分流",
"operate_ext_id": "zhangsan",
"old_user_config": {
"add_type": "user",
"filter_type": "any",
"open_type": "link",
"msg_data": {
"msg_type": "link",
"url": "https://www.example.com/old-user"
}
},
"new_user_config": {
"add_type": "link",
"show_type": "default",
"link_url": "https://www.example.com/new-user",
"display_text": "继续访问"
}
}curl --location --globoff 'https://open.weibanzhushou.com/open-api/new_old_contact_way/create?access_token=' \
--header 'Content-Type: application/json' \
--data '{
"name": "官网分流",
"operate_ext_id": "zhangsan",
"old_user_config": {
"add_type": "user",
"filter_type": "any",
"open_type": "link",
"msg_data": {
"msg_type": "link",
"url": "https://www.example.com/old-user"
}
},
"new_user_config": {
"add_type": "link",
"show_type": "default",
"link_url": "https://www.example.com/new-user",
"display_text": "继续访问"
}
}'{
"errcode": 0,
"errmsg": "ok",
"data": {
"id": 17001,
"name": "官网分流",
"creator": {
"id": 9001,
"ext_id": "zhangsan",
"name": "张三",
"avatar": "https://cdn.example.com/avatar.png"
},
"created_at": 1785830400,
"origin_url": "https://ugc.example.com/api/new_old_contact_way/entry?qr_id=17001&_c=example",
"short_link": "https://s.example.com/a1b2c3",
"share_link": "https://s.example.com/a1b2c3",
"old_user_config": {
"add_type": "user",
"filter_type": "any",
"staff_ext_id_list": [],
"department_ext_id_list": [],
"group_ext_id_list": [],
"open_type": "link",
"msg_data": {
"msg_type": "link",
"url": "https://www.example.com/old-user"
},
"staff_list": [],
"department_list": [],
"group_list": []
},
"new_user_config": {
"add_type": "link",
"show_type": "default",
"contact_way_id": null,
"link_url": "https://www.example.com/new-user",
"display_text": "继续访问",
"poster_url": "",
"qr_size": null,
"qr_x": null,
"qr_y": null,
"target": null
}
}
}