Commit 003df803 authored by 周健威's avatar 周健威

添加接口

parent a81b83d2
......@@ -119,7 +119,7 @@ public class LmyxmonitorimageController extends BaseController<LmyxmonitorimageB
System.out.println(time);
System.out.println(sign);
HttpRequest httpRequest = HttpRequest.post("https://smartplanting.cm-agri.com:442/plant-service/openApi/orderInfo?id="+ id);
HttpRequest httpRequest = HttpRequest.get("https://smartplanting.cm-agri.com:442/plant-service/openApi/orderInfo?id="+ id);
Map<String, String> headers = CollUtil.newHashMap();
headers.put("appKey", "guangdong");
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