// Package backend ----------------------------- // @file : artshowVideo.go // @author : JJXu // @contact : wavingbear@163.com // @time : 2023/3/2 9:07 // ------------------------------------------- package backend import "github.com/gin-gonic/gin" type Artshow struct{} func (a Artshow) GetArtshowList(c *gin.Context) { //var req = }