package controller import ( "MeterService/core/api" "github.com/gin-gonic/gin" ) func Index(c *gin.Context) { api.Ok2(c, "Web启动成功") }