17 lines
483 B
Markdown
17 lines
483 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=ZjdjZGM1ZjEtNjFiZi00ZmZjLWFiNjctMWJiODkwOGMxNGVh'
|
|
|
|
token换成超管子账号的cookie的jsessionid
|
|
```
|