.对事件执行快速操作
POST
/.handle_quick_operation
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST '/.handle_quick_operation' \
--header 'Content-Type: application/json' \
--data-raw '{
"context": {},
"operation": {}
}'
响应示例响应示例
{
"status": "ok",
"retcode": 0,
"data": null,
"message": "string",
"wording": "string",
"echo": "string"
}
请求参数
Body 参数application/json