lanjianrong hace 4 años
padre
commit
fc0bf90c7f
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      web/api/project_account_api.go

+ 1 - 1
web/api/project_account_api.go

@@ -114,7 +114,7 @@ func (c *ProjectAccountApi) GetGroup() {
 	c.Ctx.JSON(iris.Map{
 		"code": 0,
 		"msg":  "",
-		"date": groupDate,
+		"data": groupDate,
 		// "accountData": accountData,
 	})
 }