合伙人端验证是否已经绑定手机号,否则不支持微信一键登录
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user