Files
notes/work/移动杭研/业务梳理/ibs-export.md
T
Docker7530 7f14056210 1778682052
2026-05-13 22:20:54 +08:00

17 lines
439 B
Markdown

```
服务名称:
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
```