curl --location --request GET 'http://10.168.1.163:48080/open-api/v1/orders/statistics?merchantId=1'{
"code": 0,
"msg": "",
"data": {
"totalCount": 0,
"unpaidCount": 0,
"paidCount": 0,
"completedCount": 0,
"cancelledCount": 0,
"refundedCount": 0,
"totalAmount": 0,
"totalPayAmount": 0
}
}