| 123456789101112131415161718192021222324252627282930313233343536373839404142 |
- {
- "_comment_api": "API接口配置",
- "api": {
- "base_url": "http://120.55.44.4:8900",
- "callback_endpoint": "/api/dtgateway/v1/decision/data",
- "jwt_token": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJJRCI6NywiVXNlcm5hbWUiOiJhZG1pbiIsIkRlcCI6IjEzNSIsImV4cCI6MTc3NjExOTExNCwiaXNzIjoiZ2luLWJsb2cifQ.0HTtzHZjyd2mHo8VCy8icYROxmntRMuQhyoZsAYRL_M"
- },
- "_comment_database": "MySQL数据库连接配置",
- "database": {
- "host": "222.130.26.206",
- "port": 4000,
- "user": "whu",
- "password": "09093f4e6b33ddd",
- "database": "ws_data",
- "table_name": "dc_item_history_data_hour"
- },
- "_comment_scada": "SCADA系统配置",
- "scada": {
- "project_id": 92,
- "_project_id_desc": "SCADA项目ID"
- },
- "_comment_cip_times": "各机组CIP时间状态",
- "cip_times": {
- "RO1": {
- "actual_time": "2025-09-11 10:30:00",
- "predicted_time": null
- },
- "RO2": {
- "actual_time": "2025-09-30 10:30:00",
- "predicted_time": "2025-11-14 04:00:00"
- },
- "RO3": {
- "actual_time": "2025-09-12 10:05:00",
- "predicted_time": null
- },
- "RO4": {
- "actual_time": "2025-09-29 10:30:00",
- "predicted_time": null
- },
- "_desc": "各机组CIP时间状态:actual_time=实际执行的CIP时间(修改此字段触发预测),predicted_time=模型预测的下次CIP时间(仅用于记录)"
- }
- }
|