注意:如果按天报表,尽量不选择今天,如果传入值为今天,则默认出昨天的数据。因为分析值是一天结束后才出来的。
curl --location --request GET 'https://api.zhimu-tech.com/zhimu-api/report/getObjectRelativeAnalysis?objectId&period&reportDate=2025-07-28&startDate' \ --header 'x-zm-token;'
{ "success": true, "errorCode": "string", "errorMessage": "string", "data": { "objectId": "string", "objectName": "string", "chainRatioList": [ { "itemCode": "string", "itemName": "string", "currentValue": 0, "chainRatio": 0, "chainGrowth": 0 } ] } }