package system import ( "kpt-tmr-group/pkg/apiok" "net/http" "github.com/gin-gonic/gin" ) func AddRole(c *gin.Context) { c.JSON(http.StatusOK, apiok.CommonResponse(apiok.NewApiOk(true))) }