zwxi 1 ano atrás
pai
commit
baf600372a
1 arquivos alterados com 1 adições e 1 exclusões
  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   EndDate   query   string  true       "结束日期,格式:2022-04-06"
 // @Success 200 {object} []roadshow.RsReportRecordList
-// @router /report/calendar/list [get]
+// @router /overseas/calendar/list [get]
 func (this *CalendarController) OverseasCalendarList() {
 	br := new(models.BaseResponse).Init()
 	defer func() {