|
@@ -24,7 +24,7 @@ import (
|
|
|
// @Param activity_type query int false "活动类型 1-线上会议 3-线下沙龙"
|
|
|
// @Param page query int false "当前页码"
|
|
|
// @Param limit query int false "每页数量"
|
|
|
-// @Success 200 {object} []yb_activity.QueryActivity
|
|
|
+// @Success 200 {object} []yb_activity.ActivityList
|
|
|
// @Router /activity/getPageList [get]
|
|
|
func GetPageList(c *gin.Context) {
|
|
|
where, order := _handleListQuery(c)
|