|
@@ -665,6 +665,7 @@ public class SampleXxlJob {
|
|
|
return body;
|
|
|
}
|
|
|
|
|
|
+
|
|
|
public JSONObject httpGetMethod(String uri, MultiValueMap<String, Object> params){
|
|
|
uri = uri + "?platform_code=e64975be&table_name="+params.get("table_name").get(0)+"&page="+params.get("page").get(0)+"&page_size="+params.get("page_size").get(0)+"&startTime="+params.get("startTime").get(0);
|
|
|
JSONObject response = restTemplate.getForObject(uri, JSONObject.class);
|