fix(用户): 修正账户注销成功消息文本
All checks were successful
Build docker and publish / build (20.15.1) (push) Successful in 6m52s

This commit is contained in:
shanshanzhong 2025-10-31 00:58:29 -07:00
parent 70c8811406
commit b1e9382e73

View File

@ -95,7 +95,7 @@ func (l *DeleteAccountLogic) DeleteAccount() (resp *types.DeleteAccountResponse,
}
resp.Success = true
resp.Message = "账户注销成功,已创建新账户"
resp.Message = "账户注销成功"
resp.UserId = newUserId
return resp, nil