curl --location --request GET 'http://10.168.1.163:48080/open-api/v1/statistics/sales?merchantId=1'{
"code": 0,
"msg": "",
"data": {
"period": "",
"totalIncome": 0,
"totalRefund": 0,
"netIncome": 0,
"orderCount": 0,
"refundCount": 0,
"trendItems": [
{
"date": "",
"revenue": 0,
"orderCount": 0
}
]
}
}