feat: add wechat miniprogram webview login
This commit is contained in:
@@ -123,6 +123,16 @@ export type AuthWechatBindPhoneResponse = {
|
||||
user: AuthUser;
|
||||
};
|
||||
|
||||
export type AuthWechatMiniProgramLoginRequest = {
|
||||
code: string;
|
||||
};
|
||||
|
||||
export type AuthWechatMiniProgramLoginResponse = {
|
||||
token: string;
|
||||
bindingStatus: AuthBindingStatus;
|
||||
user: AuthUser;
|
||||
};
|
||||
|
||||
export type AuthPhoneChangeRequest = {
|
||||
phone: string;
|
||||
code: string;
|
||||
|
||||
Reference in New Issue
Block a user