fix: allow clearing user remark in basic info update
Co-authored-by: multica-agent <github@multica.ai>
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user