curl --location --request GET 'https://heimahr.itheima.net/api/social_securitys/historys/2020/list' \
--header 'Authorization: Bearer '
{
"success": true,
"code": 10000,
"message": "操作成功!",
"data": [
{
"id": "1235431177571463168",
"companyId": "1",
"yearsMonth": "202001",
"creationTime": null,
"enterprisePayment": 8804.87,
"personalPayment": 8804.87,
"total": 17609.74
}
]
}