Commit 1af5eaf5 authored by 周健威's avatar 周健威

添加接口

parent 90b87443
...@@ -158,7 +158,7 @@ public class LmyxmonitorimageController extends BaseController<LmyxmonitorimageB ...@@ -158,7 +158,7 @@ public class LmyxmonitorimageController extends BaseController<LmyxmonitorimageB
System.out.println(time); System.out.println(time);
System.out.println(sign); System.out.println(sign);
HttpRequest httpRequest = HttpRequest.get("https://smartplanting.cm-agri.com:442/plant-service/openApi/download/"+ id); HttpRequest httpRequest = HttpRequest.get("https://smartplanting.cm-agri.com:442/plant-service/openApi/download?id="+ id);
Map<String, String> headers = CollUtil.newHashMap(); Map<String, String> headers = CollUtil.newHashMap();
headers.put("appKey", "guangdong"); headers.put("appKey", "guangdong");
headers.put("uid", uuid); headers.put("uid", uuid);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment