This commit is contained in:
张成
2025-09-02 10:40:37 +08:00
parent b50d9dba1d
commit f033adba10
5 changed files with 20 additions and 483 deletions

View File

@@ -35,6 +35,9 @@ export interface VerifyCodeResponse {
user_info?: WechatUserInfo;
}
// 微信授权登录
export const wechat_auth_login = async (phone_code?: string): Promise<LoginResponse> => {
try {