curl --location --request GET 'https://test-api.yunjishop.cn/report/payDaily/getPayRegisterStatisticsList?startDate=&endDate='
{
"code": 0,
"msg": "string",
"trace": "string",
"data": [
{
"statisticsTime": "string",
"totalRegisterUser": 0,
"totalAmount": 0
}
]
}