update: 持久化系统配置

This commit is contained in:
ctwj
2025-07-11 02:30:57 +08:00
parent 770d9b00cb
commit 45c6e9fec4
18 changed files with 1275 additions and 42 deletions

View File

@@ -51,7 +51,7 @@ func Login(c *gin.Context) {
User: converter.ToUserResponse(user),
}
c.JSON(http.StatusOK, response)
SuccessResponse(c, response, "登录成功")
}
// Register 用户注册