Ben Lin
2025-03-05 35d6dfc8e565708492af695f4274aa8812b0603c
1
2
3
4
5
6
7
export interface GetAccountInfoModel {
  email: string;
  name: string;
  introduction: string;
  phone: string;
  address: string;
}