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