1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
| {
| "WebApiUrl": "http://127.0.0.1:8901",
| "RCSApiUrl": "http://127.0.0.1:6001/",
| "SqlServer": "Data Source=192.168.1.144;Initial Catalog=YinKouAnGan;User ID=hhuser;Password=Hh123321&&",
| "Areas": [
| {
| "Name": "取货区",
| "Codes": [ "AGVQH" ]
| },
| {
| "Name": "卸货区",
| "Codes": [ "AGVXH" ]
| },
| {
| "Name": "货架区",
| "Codes": [ "HJQ" ]
| }
| ],
| "Snaps": [
| {
| "Ip": "172.23.8.95",
| "Port": 37777,
| "Name": "admin",
| "Pwd": "123456"
| }
| ],
| "CaptureUrl": "http://127.0.0.1/"
| }
|
|