{
"code": "string",
"msg": "string",
"data": {
"totalOrderCount": 0,
"totalChargeAmount": 0,
"avgOrderUnitPrice": 0,
"avgPowerUnitPrice": 0,
"dailyOrderStatistics": [
{
"date": "string",
"orderCount": 0,
"chargeAmount": "public static final BigDecimal ZERO;",
"usePowerCount": "public static final BigDecimal ZERO;",
"perOrderUnitPrice": 0,
"perPowerUnitPrice": 0
}
]
},
"stackTraceMsg": "string"
}