fonchain-fiee/pkg/service/backend/artshowVideo.go
2025-02-19 14:24:15 +08:00

17 lines
355 B
Go

// 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 =
}