zwxi 1 year ago
parent
commit
baf600372a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      controllers/roadshow/report.go

+ 1 - 1
controllers/roadshow/report.go

@@ -1609,7 +1609,7 @@ func (this *CalendarController) OverseasResearcherReportList() {
 // @Param   StartDate   query   string  true       "开始日期,格式:2022-04-06"
 // @Param   StartDate   query   string  true       "开始日期,格式:2022-04-06"
 // @Param   EndDate   query   string  true       "结束日期,格式:2022-04-06"
 // @Param   EndDate   query   string  true       "结束日期,格式:2022-04-06"
 // @Success 200 {object} []roadshow.RsReportRecordList
 // @Success 200 {object} []roadshow.RsReportRecordList
-// @router /report/calendar/list [get]
+// @router /overseas/calendar/list [get]
 func (this *CalendarController) OverseasCalendarList() {
 func (this *CalendarController) OverseasCalendarList() {
 	br := new(models.BaseResponse).Init()
 	br := new(models.BaseResponse).Init()
 	defer func() {
 	defer func() {