@@ -263,6 +263,8 @@ export class PartnerMeController {
|
||||
staffRole: account.staffRole ?? undefined,
|
||||
permissions: Array.isArray(account.permissions) ? account.permissions : undefined,
|
||||
primaryAccountId: primary.id.toString(),
|
||||
primaryPhone: primary.phone,
|
||||
primaryName: primary.name,
|
||||
companyName: primary.companyName ?? undefined,
|
||||
hasWechat: !!account.wxOpenId,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user