fix(config): 更新TaiShiGanZhi配置参数
- 调整ApiUrl路径,移除末尾的/api- 将密码字段更新为加密后的值 - 新增GetDronePortStateUrl配置项,初始为空值DataMaintenance
parent
7479530338
commit
21e2011bbd
|
|
@ -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": ""
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue