caipin 4 tahun lalu
induk
melakukan
d1b4e6c99c
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  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,
 		})
 	}