合伙人端验证是否已经绑定手机号,否则不支持微信一键登录

This commit is contained in:
2026-07-12 21:18:10 +08:00
parent b5235dedef
commit 236a2a87a5
7 changed files with 80 additions and 9 deletions
+9
View File
@@ -73,6 +73,15 @@ export interface PartnerStorePhoneAvailableResponse {
needConfirm?: boolean;
}
/** 合伙人登录前手机号校验 */
export interface PartnerPhoneCheckResponse {
ok: boolean;
maskedPhone: string;
name: string;
companyName?: string;
hasWechat?: boolean;
}
export interface PartnerWeeklyReportPeriod {
startDate: string;
endDate: string;