Authorization: Bearer ********************
curl --location --request GET 'http://localhost:8080/ess/feedback2/list' \
--header 'Authorization: Bearer <token>'
{
"total": 0,
"rows": [
{
"createBy": "",
"createTime": "",
"updateBy": "",
"updateTime": "",
"remark": "",
"params": {
"": {}
},
"id": 0,
"deptId": 0,
"userId": 0,
"feedbackNumber": "",
"questionClassification": "",
"problemDescription": "",
"uploadPictures": "",
"phonenumber": 0,
"feedbackType": "",
"state": "",
"reply": "",
"replyPictures": "",
"notes": ""
}
],
"code": 200,
"msg": "查询成功"
}