src/main/java/com/whyc/service/WmsService.java
@@ -96,8 +96,8 @@ return response; } public Response getPalletList() { String httpUrl = "http://192.168.10.133:8051"+"/api/Wms_pallet/get_all"; public Response getPalletList(int MaterialType, int PalletStatus) { String httpUrl = "http://192.168.10.133:8051"+"/api/Wms_pallet/get_all?MaterialType="+MaterialType+"&PalletStatus="+PalletStatus; Response response = HttpUtil.doGet(httpUrl, (String) null); //对结果进行处理 if(response.getCode() == 1){ //请求成功,data有正常数据