{
"Token": "{{Token}}",
"Type": 401,
"Content": "这是输出的内容,会输出到框架日志上。"
}curl --location --request POST 'http://127.0.0.1:7717' \
--header 'Content-Type: application/json' \
--data-raw '{
"Token": "{{Token}}",
"Type": 401,
"Content": "这是输出的内容,会输出到框架日志上。"
}'OK 成功返回OK。