caipin 4 years ago
parent
commit
d1b4e6c99c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      web/api/login_api.go

+ 1 - 1
web/api/login_api.go

@@ -90,7 +90,7 @@ func (c *LoginApi) GetProjectName() {
 		dataList := c.ServiceProject.GetName(ProjectData.Code)
 		c.Ctx.JSON(iris.Map{
 			"code": 0,
-			"msg":  "更新了?,zai yici",
+			"msg":  "更新了?,za222i yici",
 			"data": dataList,
 		})
 	}