curl --location --request GET '/admin-api/statistics/trade/order-comparison' \
--header 'Authorization: 3ecf676011544a3293b9665f63513a28' \
--header 'tenant-id: 10053'{
"code": 0,
"data": {
"value": {
"orderCount": 1024,
"orderPayPrice": 1024,
"afterSaleCount": 1024,
"afterSalePrice": 1024
},
"reference": {
"orderCount": 1024,
"orderPayPrice": 1024,
"afterSaleCount": 1024,
"afterSalePrice": 1024
}
},
"msg": "string"
}