package controller import ( "github.com/gin-gonic/gin" "icloudapp.cn/tools/entity" ) func Index(c *gin.Context) { entity.ResponseSuccess(c, entity.EmptyBodyObject()) }