zwxi 1 年之前
父節點
當前提交
baf600372a
共有 1 個文件被更改,包括 1 次插入1 次删除
  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() {