feat(auth): 小程序登录采集微信昵称

This commit is contained in:
2026-06-06 23:59:15 +08:00
parent caa65bf15f
commit b74440373f
16 changed files with 432 additions and 58 deletions

View File

@@ -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 = {