chore: update style

This commit is contained in:
JustSong
2023-07-23 13:35:48 +08:00
parent 0dc96fc379
commit 86ebb66e46
2 changed files with 11 additions and 12 deletions

View File

@@ -483,7 +483,7 @@ func DeleteSelf(c *gin.Context) {
if user.Role == common.RoleRootUser {
c.JSON(http.StatusOK, gin.H{
"success": false,
"message": "无权删除超级管理员",
"message": "不能删除超级管理员账户",
})
return
}