Authorization: Bearer ********************
{
"titleList": [
"string"
],
"submitContent": "string",
"contactInfo": "string"
}
curl --location --request POST '/api/front/feedback/save' \
--header 'Authori-zation: {{token}}' \
--header 'source: {{source}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"titleList": [
"string"
],
"submitContent": "string",
"contactInfo": "string"
}'
{"code":200,"message":"操作成功","data":null}