``` 服务名称: ibs-export 目录: /opt/ibs-export/ 启动命令:参考history 服务器:97那台,与ibs-ai是同一台 curl -o cachedata10.xlsx 'http://localhost:9998/ibs_data_export/getCacheEnterpriseData?yearMonth=2025-10' curl -o esopEnterpriseData10.xlsx 'http://localhost:9998/ibs_data_export/getEnterpriseData?startTime=2025-10-01&endTime=2025-10-31&token=xxxx' token换成超管子账号的cookie的jsessionid ```