城市合伙人端页面优化
CI / verify (pull_request) Has been cancelled

This commit is contained in:
2026-07-17 07:45:20 +08:00
parent bde85a7b82
commit 7fa2c6fbed
12 changed files with 601 additions and 201 deletions
+4
View File
@@ -7,6 +7,10 @@ export interface PartnerMe {
isPrimary: boolean;
companyName?: string;
hasWechat?: boolean;
/** 微信授权后的昵称 */
wxNickname?: string | null;
/** 微信授权后的头像 URL */
wxAvatarUrl?: string | null;
staffRole?: PartnerStaffRole;
permissions?: string[];
primaryAccountId?: string;