testserver.go 249 B

123456789101112131415161718
  1. package model
  2. import "github.com/gin-gonic/gin"
  3. // 测试用获取公告
  4. func GetNotice(ctx *gin.Context) {
  5. }
  6. // 测试用获取chanel
  7. func GetChanel(ctx *gin.Context) {
  8. }
  9. // 测试用获取vipService
  10. func GetVipService(ctx *gin.Context) {
  11. }