|  |  |  | 
|---|
|  |  |  | /************************************** 以下冠鸿江铜相关三方接口 ************************************************/ | 
|---|
|  |  |  |  | 
|---|
|  |  |  | // MES仓储IP地址************************************************************ | 
|---|
|  |  |  | public static final String MES_CC_IP_PORT = "http://172.22.152.3:8156"; | 
|---|
|  |  |  | public static final String MES_CC_IP_PORT = "http://172.22.152.3:8160"; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | // 给仓储MES推送一楼反修为待判 | 
|---|
|  |  |  | public static final String MES_CC_DP_URL = "/planCutRolling/v1/updateBatchHandleType"; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | // 给仓储MES推送盘点出库结果 | 
|---|
|  |  |  | public static final String MES_CC_SB_URL = "/planCutRolling/v1/updateBatchHandleType"; | 
|---|
|  |  |  | public static final String MES_CC_SB_URL = "/productlnventory/v1/exception"; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | // 给仓储MES推送盘点异常调整结果 | 
|---|
|  |  |  | public static final String MES_CC_YCTZ_URL = "/planCutRolling/v1/exception"; | 
|---|