fix(config): 更新TaiShiGanZhi配置参数

- 调整ApiUrl路径,移除末尾的/api- 将密码字段更新为加密后的值
- 新增GetDronePortStateUrl配置项,初始为空值
DataMaintenance
一梦千年 2025-11-07 16:44:08 +08:00
parent 7479530338
commit 21e2011bbd
1 changed files with 3 additions and 2 deletions

View File

@ -82,10 +82,11 @@
"FlyImageDir": "e:/fly",
"WebSocket": "ws://192.168.10.106:5698/ws",
"TaiShiGanZhi": {
"ApiUrl": "http://192.168.10.163:9024/api",
"ApiUrl": "http://192.168.10.163:9024",
"ProjectId": "9679e92f-fa9c-4f51-92b9-dd97aaac7d64",
"LoginUrl": "/api/Check/Login",
"Username": "17853305028",
"Password": "123456"
"Password": "e10adc3949ba59abbe56e057f20f883e",
"GetDronePortStateUrl": ""
}
}