curl --location --request GET '/myauth/web/getUserDatNew' \
--header 'token: 123'
{
"code": 200,
"success": true,
"msg": "获取成功",
"sign": "",
"result": {
"list": [
{
"count": 10,
"date": "2022-03-08"
},
{
"count": 45,
"date": "2022-03-09"
},
{
"count": 78,
"date": "2022-03-10"
},
{
"count": 45,
"date": "2022-03-11"
},
{
"count": 21,
"date": "2022-03-12"
},
{
"count": 40,
"date": "2022-03-13"
}
]
},
"timestamp": 1647273238518
}