kazelee
2025-06-20 7267e82ccfbea0fa03e8bc809a2d5ac6f7da84ac
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
{
    "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/" // 相机保存图片的地址
}