feat(auth): 小程序登录采集微信昵称
This commit is contained in:
@@ -126,6 +126,7 @@ export type AuthWechatBindPhoneRequest = {
|
||||
phone?: string;
|
||||
code?: string;
|
||||
wechatPhoneCode?: string;
|
||||
displayName?: string;
|
||||
};
|
||||
|
||||
export type AuthWechatBindPhoneResponse = {
|
||||
@@ -135,6 +136,7 @@ export type AuthWechatBindPhoneResponse = {
|
||||
|
||||
export type AuthWechatMiniProgramLoginRequest = {
|
||||
code: string;
|
||||
displayName?: string;
|
||||
};
|
||||
|
||||
export type AuthWechatMiniProgramLoginResponse = {
|
||||
|
||||
Reference in New Issue
Block a user