fix: allow clearing user remark in basic info update

Co-authored-by: multica-agent <github@multica.ai>
This commit is contained in:
2026-05-25 20:54:28 -07:00
parent 7f2db02da9
commit 7d1c71ad5b
4 changed files with 42 additions and 5 deletions
+1 -1
View File
@@ -51,7 +51,7 @@ type (
RefererId *int64 `json:"referer_id"`
Enable *bool `json:"enable"`
IsAdmin *bool `json:"is_admin"`
Remark string `json:"remark"`
Remark *string `json:"remark"`
}
UpdateUserNotifySettingRequest {
UserId int64 `json:"user_id" validate:"required"`