{
"type": 6,
"title": "订单咨询",
"order_id":887,
"content": "这个好用吗"
}
curl --location --request POST '/api/user/feedback/submit' \
--header 'Content-Type: application/json' \
--data-raw '{
"type": 6,
"title": "订单咨询",
"order_id":887,
"content": "这个好用吗"
}'
{}