feat: support mini program phone authorization binding
This commit is contained in:
@@ -114,8 +114,9 @@ export type AuthWechatStartResponse = {
|
||||
};
|
||||
|
||||
export type AuthWechatBindPhoneRequest = {
|
||||
phone: string;
|
||||
code: string;
|
||||
phone?: string;
|
||||
code?: string;
|
||||
wechatPhoneCode?: string;
|
||||
};
|
||||
|
||||
export type AuthWechatBindPhoneResponse = {
|
||||
|
||||
Reference in New Issue
Block a user