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
29
30
31
32
33
34
35
36
37
38
39
40
41
| {
| "HostToAgvServerUrl": "http://192.168.1.146:9988/HostToAGV.cgi",
| "HASeverUrl": "http://172.16.10.41",
| "GZSeverUrl": "http://172.16.10.41",
| "SqlServer": "Data Source=192.168.1.247;Initial Catalog=LYDaYangMobox;User ID=sa;Password=Am123123",
| "SqlServer1": "Data Source=192.168.1.198\\sql2008;Initial Catalog=OIMobox;User ID=sa;Password=sa@2015",
| "ApiPort": 8901,
| "FacCode": "0000",
| "WHCode": "W001",
| "AppKey": "OpenInfo",
| "AppSecret": "OpenInfoSecret",
| "OutLoc": "Outloc",
| "Moboxurl": "http://192.168.1.203:5103/api/wms/",
| "OLMA_Adress": "192.168.1.233",
| "OLMA_LOC": [
| "bit1",
| "bit2"
| ],
| "TableUrl": [
| {
| "id": 1,
| "url": "http://192.168.1.211:8902/sendTask"
| },
| {
| "id": 2,
| "url": "http://192.168.1.211:8902/cancelTask"
| },
| {
| "id": 3,
| "url": "http://192.168.1.211:8902/getDeviceStatus"
| },
| {
| "id": 4,
| "url": "http://192.168.1.211:8902/changePriority"
| },
| {
| "id": 5,
| "url": "http://192.168.1.211:8902/changeStatus"
| }
| ]
| }
|
|