Authorization: Bearer ********************
curl --location --request GET 'http://hy-register:9999/veteran/mobileAppeal/getMyAppeal' \
--header 'Authorization: Bearer {{token}}'
{
"code": 0,
"msg": null,
"data": {
"records": [
{
"id": 1227,
"state": 6,
"createTime": "2023-01-04 00:00:00",
"isHandle": null,
"handleNote": "43",
"title": "关于退役军人的英烈褒扬问题",
"appealType": "29",
"mobile": null,
"content": "44",
"attachment": [],
"createBy": "1",
"score": null,
"evaluate": null
}
],
"total": 1,
"size": 10,
"current": 1,
"orders": [],
"optimizeCountSql": true,
"hitCount": false,
"countId": null,
"maxLimit": null,
"searchCount": true,
"pages": 1
}
}