Authorization: Bearer ********************
{
"app_id": "00e6acfa-9332-4efe-bf67-d4a917a6770e",
"query": "系统id:9c5c07e4-fc97-451a-b77f-3635acf4736a,跳去写作",
"template_id": "27702d2a-038e-468d-98f3-b217d4258e31",
"conversation_id": "",
"template_values": {},
"app_instance_config": {},
"response_mode": "blocking"
}
curl --location --request POST 'http://10.12.186.133:30924/transpond/console/org_space/instance/debug' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"app_id": "00e6acfa-9332-4efe-bf67-d4a917a6770e",
"query": "系统id:9c5c07e4-fc97-451a-b77f-3635acf4736a,跳去写作",
"template_id": "27702d2a-038e-468d-98f3-b217d4258e31",
"conversation_id": "",
"template_values": {},
"app_instance_config": {},
"response_mode": "blocking"
}'
{
"code": 0,
"data": "\n\n```json\n{\n \"is_success\": true,\n \"intent_type\": \"功能操作\",\n \"intent_id\": \"WritingPage\",\n \"param_intact\": true,\n \"params\": {\n \"openPageType\": \"oriPage\"\n }\n}\n```",
"ok": true
}