@@ -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() {