This commit is contained in:
vipg
2025-10-09 12:20:18 +08:00
parent fadd085725
commit 4922507176
18 changed files with 264 additions and 285 deletions

View File

@@ -141,6 +141,6 @@ func deleteAccountHandler(c *gin.Context) {
log.Printf("[%s] 账号删除成功用户ID: %s", reqID, req.UserID)
c.JSON(http.StatusOK, DeleteAccountResponse{
Success: true,
Message: "账号删除成功",
Message: "账号删除成功",
})
}