Authorization: Bearer ********************{
"remote_control_function_template_id": 0,
"is_all": true,
"ent_userids": [
],
"department_ids": []
}curl --location --request POST '/remote-control-function-templates/bind-conflict-preflight' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"remote_control_function_template_id": 0,
"is_all": true,
"ent_userids": [
],
"department_ids": []
}'{
"is_conflict": true,
"conflict_type": 2,
"conflict_policies": [
{
"id": "11",
"userid": "1",
"entid": "1",
"name": "测试",
"status_id": "open",
"policy_id": "L4AfhVmzgCyOOESv",
"update_time": "1764125005",
"create_time": "1764125005",
"template_config": null
}
]
}