| | |
| | | String response = ""; |
| | | try { |
| | | response = new HttpHandler.Builder() |
| | | .setUri(MesConstant.URL) |
| | | .setPath(MesConstant.PAKIN_URL) |
| | | .setUri(MesConstant.GWCS_IP_PORT) |
| | | .setPath(MesConstant.GWCS_FPKW_URL) |
| | | .setHeaders(headers) |
| | | .setJson(body) |
| | | .build() |
| | |
| | | String response = ""; |
| | | try { |
| | | response = new HttpHandler.Builder() |
| | | .setUri(MesConstant.URL) |
| | | .setPath(MesConstant.PAKIN_URL) |
| | | .setUri(MesConstant.GWCS_IP_PORT) |
| | | .setPath(MesConstant.GWCS_DCKK_URL) |
| | | .setHeaders(headers) |
| | | .setJson(body) |
| | | .build() |
| | |
| | | |
| | | public static final String PAKOUT_URL = "wmsFinprd/api/zy/v1/packOut/sendList"; |
| | | |
| | | // GWCS接口IP地址 |
| | | public static final String GWCS_IP_PORT = "http://192.168.14.249:8008"; |
| | | |
| | | // ZWMS下发入库(分配库位) |
| | | public static final String GWCS_FPKW_URL = "/api/Task/InventoryTask"; |
| | | |
| | | // 下发出库码头到出库口命令 |
| | | public static final String GWCS_DCKK_URL = "/api/Task/InventoryTask"; |
| | | |
| | | } |