curl --location --request GET 'https://test.51vive.com/system/umsSignInHistory/getSignInDateNum?currentPage&pageSize'
{
"code": 0,
"msg": "string",
"data": {
"records": [
{
"dayTime": "2019-08-24T14:15:22Z",
"userNum": 0,
"newUserNum": 0
}
],
"total": 0,
"size": 0,
"current": 0,
"orders": [
{
"column": "string",
"asc": true
}
],
"optimizeCountSql": true,
"searchCount": true,
"maxLimit": 0,
"countId": "string",
"pages": 0
}
}