|
@@ -112,21 +112,6 @@ func (c *ReportController) ListReport() {
|
|
|
c.OkDetailed(resp, "获取成功")
|
|
|
}
|
|
|
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
|
|
|
|
|
|
|
|
@@ -189,7 +174,7 @@ func (c *ReportControllerCommon) GetReportInfo() {
|
|
|
postData["nonce_str"] = nonceStr
|
|
|
postData["timestamp"] = timeUnix
|
|
|
sign := utils.GetSign(postData)
|
|
|
- reportInfo.ResearchReportTypeList[k].HttpUrl = utils.ResearchReportUrl + "report/getReportChapterInfo?" + parameter + "&sign=" + sign
|
|
|
+ reportInfo.ResearchReportTypeList[k].HttpUrl = utils.ResearchReportUrl + "report/?" + parameter + "&sign=" + sign
|
|
|
}
|
|
|
}
|
|
|
c.OkDetailed(reportInfo, "获取成功")
|