自动化立体仓库 - WMS系统
skyouc
4 天以前 dcd2e9ad65580de56147956e718059f50f1691d2
src/main/java/com/zy/common/constant/MesConstant.java
@@ -8,6 +8,10 @@
    //小系统接口地址
    public static final String URL = "http://webservice.kopen.com.cn:1482/kc-api/api/wms/ ";
    //WCS系统接口地址
    public static final String WCS_URL = "http://192.168.238.244:9090/wcs";
    //上架派工单反馈
    public static final String IN_DISPATCH_RESULT = "getInDispatchResult";
    //备货指示派工单反馈
@@ -16,6 +20,16 @@
    public static final String OUT_DETAILS_RESULT = "getOutDetailsResult";
    /***申请入库任务*/
    public static final String PUB_TASK_IN = "/openapi/createInTask";
    /***申请出库任务*/
    public static final String PUB_TASK_OUT = "/openapi/createOutTask";
    /***同步庫位信息*/
    public static final String SYN_LOCS = "/openapi/getAllLocInformation";
    /**
     * token通过header传递的名称
     */