feat: support mini program phone authorization binding

This commit is contained in:
2026-05-12 22:30:24 +08:00
parent 26139f80d3
commit e36a562098
17 changed files with 657 additions and 31 deletions

View File

@@ -114,8 +114,9 @@ export type AuthWechatStartResponse = {
};
export type AuthWechatBindPhoneRequest = {
phone: string;
code: string;
phone?: string;
code?: string;
wechatPhoneCode?: string;
};
export type AuthWechatBindPhoneResponse = {