feat(partner): require WeChat OAuth before store photo upload

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
2026-07-03 15:44:46 +08:00
parent 81413e4d08
commit cabc9e6ebb
11 changed files with 231 additions and 13 deletions
@@ -32,6 +32,7 @@ export class PartnerMeController {
phone: account.phone,
isPrimary: account.isPrimary === 1,
companyName: account.partner.companyName,
hasWechat: !!account.wxOpenId,
};
}
}