package hdl import ( "applet/app/svc" "github.com/gin-gonic/gin" ) func Cate(c *gin.Context) { svc.Cate(c) }