{ "WebApiUrl": "http://127.0.0.1:8901", // 终端地址 "RCSApiUrl": "http://127.0.0.1:6001", // 国自AGV调度 "NDCApiUrl": "http://127.0.0.1:5201/api/order/", // 项目不使用 "SqlServer": "Data Source=192.168.1.144;Initial Catalog=YinKouAnGan;User ID=hhuser;Password=Hh123321&&", // 数据库地址 "TCPServerIP": "127.0.0.1", "TCPServerPort": 8085, "Areas": [ { "Name": "取放货区", "Codes": [ "QFHQ" ] }, { "Name": "货架区", "Codes": [ "HJQ" ] } ], "Snaps": [ // 相机拍摄的IP和账号密码信息 { "Ip": "172.23.8.95", "Port": 37777, "Name": "admin", "Pwd": "123456" } ], "CaptureUrl": "http://127.0.0.1/" // 相机保存图片的地址 }