curl --location --request GET '/zk/erp-registration/report/month'
{
"code": 0,
"data": [
{
"sort": 0,
"month": "",
"orderQty": 0,
"orderAmount": 0.0,
"testingFee": 0.0,
"registrationFee": 0.0,
"otherExpenses": 0.0,
"testingFeeCost": 0.0,
"registrationFeeCost": 0.0,
"otherCosts": 0.0,
"subtotalOfCosts": 0.0,
"profit": 0.0
}
],
"msg": ""
}