curl --location --request GET 'pm/manage-report/category-cost-charts?yearMonth' \
--header 'Authorization: {{AUTH_TOKEN}}'
{
"code": 10000,
"msg": "success",
"data": {
"totalCost": 1000,
"cate_name": [
"智能数据分析",
"AI智能服务",
"标准化软件",
"元宇宙",
"营销",
"采购",
"AI内容生产",
"AI培训",
"定制化系统",
"管理工时"
],
"labor_cost_data": [
1344431.83,
108172.22,
192674.43,
608209.1799999999,
15863.130000000001,
0,
130432.59,
2226.91,
226130.42,
371662.57
],
"oapay_cost_data": [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0
],
"ops_cost_data": [
0,
573939.4841,
737264.3152,
56871.5898,
0,
0,
0,
0,
241369.3233,
0
]
}
}