wxw
2025-05-12 c7c2f7aa20427204944ba80a2704232b2f281582
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
{
  "Logging": {
    "LogLevel": {
      "Default": "Information",
      "Microsoft": "Warning",
      "Microsoft.Hosting.Lifetime": "Information"
    }
  },
  "AllowedHosts": "*",
  "AppSettings": {
    // 数据库地址       数据库名       帐号          密码
    //本地
    "ConnectionString": "Server=DESKTOP-0EJDG95\\MSSQLSERVER1;Database=WMS_JC08;User ID=sa;password=yang; Integrated Security=True;"
    //"ConnectionString": "Server=.;Database=WMS_JC08;User ID=sa;password=sa; Integrated Security=True;"
    //服务器
    //"ConnectionString": "Data Source=192.168.220.137;Initial Catalog=WMS_JC08;User ID=sa;password=lenovo@2023;"
  },
  "JWTConfig": {
    "Issuer": "WYY", //Token������
    "Audience": "EveryTestOne", //Token������
    "IssuerSigningKey": "WYY&YL889455200Sily", //��Կ���Թ����������Ͽɵ�token��ǩ����Կ��������16
    "AccessTokenExpiresMinutes": "600" //����ʱ�� ����
  },
  "ApiUrlConfig": {
    "ErpHost": "http://10.110.24.30:8081", //erpIP
    "WcsHost": "http://192.168.220.42:8085", //wcsIP
    //"WcsHost": "http://localhost:57061", //wcsIP
    "BoxHost": "http://10.110.24.30:8081", //boxIP
 
    "IssueComApiUrl": "/api/WCSApi/AddTasks", //下发命令(出库、移库)
    "FinshComApiUrl": "/api/WCSApi/FinshTasks", //下发命令(取消、完成)
    "AsnFinishUrl": "/api/wmsInterface/OutStockTask", //入库订单关闭
    "SoFinishUrl": "/api/wmsInterface/OutStockTask", //出库订单关闭
    "DataChangeUrl": "/api/wmsInterface/OutStockTask", //库存变更回传
    "GetBoxUrl": "/api/wmsInterface/OutStockTask", //获取箱码信息
    "Get130log": "D:\\server\\JC08WmsServer\\log\\WCS", //130日志地址
    "Get131log": "D:\\server\\ApiServer\\log\\WCS", //131日志地址
    "TaskYouxian": "/api/WCSApi/TaskYouxian" //WCS出入库任务优先级接口
 
  }
}