package model import "github.com/gin-gonic/gin" // 测试用获取公告 func GetNotice(ctx *gin.Context) { } // 测试用获取chanel func GetChanel(ctx *gin.Context) { } // 测试用获取vipService func GetVipService(ctx *gin.Context) { }