{
"Flag": "MT0004",
"Info": "数据库连接失败",
"Solution": [
"检查数据库服务",
"验证连接字符串"
],
"category": "数据库错误",
"severity": "高",
"creator": "admin",
"notes": "生产环境常见问题"
}curl --location --request POST 'https://api.rycb.mxj.pub/api/tpca/errors/addNew' \
--header 'Authorization;' \
--header 'Content-Type: application/json' \
--data-raw '{
"Flag": "MT0004",
"Info": "数据库连接失败",
"Solution": [
"检查数据库服务",
"验证连接字符串"
],
"category": "数据库错误",
"severity": "高",
"creator": "admin",
"notes": "生产环境常见问题"
}'{
"data": {
"Flag": "string",
"Info": "string",
"Solution": [
"string"
]
},
"logs_count": 0,
"success": true
}