diff --git a/src/modules/common/controller/index.go b/src/modules/common/controller/index.go index 226dc7bb..efdde583 100644 --- a/src/modules/common/controller/index.go +++ b/src/modules/common/controller/index.go @@ -32,6 +32,6 @@ func (s *IndexController) Handler(c *gin.Context) { name := "OMC" version := libGlobal.Version // str := "欢迎使用%s核心网管理平台,当前版本:%s,请通过前台地址访问。" - str := "Welcome to the %s Core Network Management Platform, current version: %s, please access via the frontend address." + str := "%s Core Network Management, current version: %s" c.JSON(200, result.OkMsg(fmt.Sprintf(str, name, version))) }