Authorization: Bearer ********************curl --location --request GET '/tjysummmary/maoyi/quarterB1?areaCode=3709&dataTime=2025-06&unitType=1,2,3' \
--header 'Authorization: Bearer <token>'{
"msg": "string",
"code": 0,
"data": [
{
"item_code": "string",
"zhusu_pre_month": 0,
"canyin_this_total": 0,
"canyin_pre_month": 0,
"zhusu_this_total": 0,
"item_name": "string",
"zhusu_pre_total": 0,
"zhusu_this_month": 0,
"canyin_this_month": 0,
"canyin_pre_total": 0
}
]
}