|
|
@@ -134,7 +134,7 @@ public class ReportWeeklyController {
|
|
134
|
134
|
try {
|
|
135
|
135
|
String mon = URLEncoder.encode(reportWeekly, "UTF-8");
|
|
136
|
136
|
|
|
137
|
|
- String url = reportPath+"/rotation/report/monthly/save";//省平台月报表接口地址
|
|
|
137
|
+ String url = reportPath+"/rotation/report/weekly/save";//省平台周报表接口地址
|
|
138
|
138
|
String count= HTTPUtils.doGet(url+"?reportWeekly="+mon);
|
|
139
|
139
|
System.out.println("返回值:"+count+"---"+"请求地址:"+url);
|
|
140
|
140
|
System.out.println("请求地址以及参数:--"+url+"?reportWeekly="+mon);
|