curl --location --request POST '/nurm/handbook/qualactivity/saveActivity?parr&content&nurseid'
{
"type": "object",
"properties": {
"code": {
"type": "string",
"title": "返回码",
"description": "返回码200"
},
"data": {
"type": "object",
"properties": {},
"x-apifox-orders": []
},
"msg": {
"type": "string",
"title": "提示信息",
"description": "提示信息"
},
"success": {
"type": "boolean",
"title": "是否成功",
"description": "是否成功"
}
},
"x-apifox-orders": [
"code",
"data",
"msg",
"success"
],
"required": [
"code",
"data",
"msg",
"success"
]
}