Interface EditProfilePayload

Description

修改用户信息选项

Hierarchy

  • Partial<Pick<Entity.Profile, "bio" | "gender" | "school" | "industries" | "country" | "province" | "city" | "birthday" | "screenName">>
    • EditProfilePayload

Indexable

[key: string]: any

Properties

bio?: string

签名

birthday?: string

生日,仅自己可见,如 2000-01-01

city?: string

城市 ID,如 001044001

country?: string

国家 ID,如 001

gender?: "MALE" | "FEMALE"

性别

industries?: number[]

行业

province?: string

身份 ID,如 001044

relationshipState?: string

情感状态

school?: School
screenName?: string

昵称

Generated using TypeDoc