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
@@ -3236,7 +3236,7 @@ type UpdateUserBasiceInfoRequest struct {
RefererId *int64 `json:"referer_id"`
Enable *bool `json:"enable"`
IsAdmin *bool `json:"is_admin"`
Remark string `json:"remark"`
Remark *string `json:"remark"`
}
type UpdateUserNotifyRequest struct {