|  |  | 
 |  |  |         webPort: 8083 | 
 |  |  |         actutorPort: 9083 | 
 |  |  |         idSuffix: 5 | 
 |  |  |     demo: | 
 |  |  |         webPort: 8000 | 
 |  |  |         actutorPort: 9000 | 
 |  |  |         idSuffix: 99 | 
 |  |  |     sell: | 
 |  |  |         webPort: 8084 | 
 |  |  |         actutorPort: 9084 | 
 |  |  | 
 |  |  |         webPort: 8090 | 
 |  |  |         actutorPort: 9090 | 
 |  |  |         idSuffix: 12 | 
 |  |  |     model: | 
 |  |  |         webPort: 8091 | 
 |  |  |         actutorPort: 9091 | 
 |  |  |         idSuffix: 13 | 
 |  |  |     # 2023-10-24新增,用于执行临时任务,例如删除数据库中上些出错的数据 | 
 |  |  |     temp: | 
 |  |  |         webPort: 8099 | 
 |  |  |         actutorPort: 9099 | 
 |  |  |         idSuffix: 98 | 
 |  |  |     demo: | 
 |  |  |         webPort: 8000 | 
 |  |  |         actutorPort: 9000 | 
 |  |  |         idSuffix: 99 | 
 |  |  |  | 
 |  |  |     # 分布式web文件系统 | 
 |  |  |     file: | 
 |  |  | 
 |  |  |     ugCallbackUrl_rm: "http://127.0.0.1:8081/remote/rtuUpgradeStateReceiver/receive" | 
 |  |  |     #微信小程序应用中Rtu远程命令结果回调地址 | 
 |  |  |     rtuCallbackUrl_wx: "http://127.0.0.1:8087/wx/comRes/receive" | 
 |  |  |     waitMwRtnResultTimeout: 60 #等待中间件返回结果超时时间,单位秒钟 | 
 |  |  |     #MQTT远程命令结果回调地址 | 
 |  |  |     mqttCallbackUrl_wx: "http://127.0.0.1:8087/wx/mqttRes/receive" | 
 |  |  |     waitMwRtnResultTimeout: 10 #等待中间件返回结果超时时间,单位秒钟 | 
 |  |  |  | 
 |  |  | #不进行userToken过滤的URL,@ConfigurationProperties要求tokennofilter中所有字母都小写 | 
 |  |  | tokennofilter: | 
 |  |  | 
 |  |  | auto-statistics: | 
 |  |  |     startHour: 0 #开始小时,必须是0点或之后,取值范围是0~5,否StatisticsListener中自动设置成0 | 
 |  |  |     startMinute: 5 #开始分钟 5 | 
 |  |  |  | 
 |  |  | #模型计算配置,模型计算定时任务会每天定时进行 | 
 |  |  | model-calculate: | 
 |  |  |     startHour: 0 #开始小时,必须是0点或之后,取值范围是0~5,否ModelListener中自动设置成0 | 
 |  |  |     startMinute: 10 #开始分钟 10 | 
 |  |  |  | 
 |  |  | #钉钉消息推送 | 
 |  |  | dingtalk: | 
 |  |  | 
 |  |  |         requestAccessTokenUrl: https://open.ys7.com/api/lapp/token/get | 
 |  |  |         requestVideoCommonUrl: https://open.ys7.com/console/jssdk/pc.html | 
 |  |  |         requestVideoCameraPreUrl: ezopen://open.ys7.com/ | 
 |  |  |         requestVideoCameraTailUrl: /1.live&themeId= | 
 |  |  |         requestVideoCameraTail4LiveUrl: /1.live | 
 |  |  |         requestVideoCameraTail4ThemeIdUrl: themeId= | 
 |  |  |     types: | 
 |  |  |         - 1,萤石 #1:萤石 | 
 |  |  |         #- 2,海康 #2:海康 |