feat(用户): 添加删除账户响应中的状态码字段
Build docker and publish / build (20.15.1) (push) Successful in 6m39s

refactor(设备绑定): 重构设备所有权转移逻辑以保持设备ID稳定

docs: 添加设备绑定与踢出后重登录的回归测试文档

fix(设备登录): 修复设备不存在时空指针崩溃问题
This commit is contained in:
2025-11-30 20:03:09 -08:00
parent 41b52992e4
commit 5497a1ffdb
5 changed files with 125 additions and 32 deletions
+1
View File
@@ -529,6 +529,7 @@ type DeleteAccountResponse struct {
Success bool `json:"success"`
Message string `json:"message,omitempty"`
UserId int64 `json:"user_id,omitempty"`
Code int `json:"code,omitempty"`
}
type DeleteUserAuthMethodRequest struct {