Authorization: Bearer ********************
curl --location --request GET 'http://10.12.186.133:30924/zspt/feedback' \
--header 'Authorization;'
{
"code": 0,
"msg": "",
"data": [
{
"id": 0,
"userId": "",
"content": "",
"area": "",
"receipt": 0,
"createTime": "",
"updateTime": ""
}
]
}