From af65fa1d7fce3f49107cae3394770c04693607f1 Mon Sep 17 00:00:00 2001
From: lpw <812862340@qq.com>
Date: Thu, 30 Oct 2025 19:31:45 +0800
Subject: [PATCH] 提交版本 4.8.1

---
 frameworks/WASdkImpl.framework/Headers/WASdkLoginSingleton.h |   12 ++++++++++--
 1 files changed, 10 insertions(+), 2 deletions(-)

diff --git a/frameworks/WASdkImpl.framework/Headers/WASdkLoginSingleton.h b/frameworks/WASdkImpl.framework/Headers/WASdkLoginSingleton.h
index ff4bd65..3751712 100644
--- a/frameworks/WASdkImpl.framework/Headers/WASdkLoginSingleton.h
+++ b/frameworks/WASdkImpl.framework/Headers/WASdkLoginSingleton.h
@@ -19,8 +19,6 @@
 -(void)setCurrentLoginResult:(WALoginResult*)loginResult;
 //获取当前登录结果
 +(WALoginResult*)getCurrentLoginResult;
-//设置当前登录是否为绑定登录
-//+(void)setIsBindingLogin:(BOOL)isBinding;
 
 //弹出登录界面
 +(void)login:(id<WALoginViewDelegate>)delegate cacheEnabled:(BOOL)cacheEnabled;
@@ -29,4 +27,14 @@
 //设置当前平台
 +(void)setCurrentLoginPlatform:(NSString *)platform;
 +(NSString*)getCurrentLoginPlatform;
+
+// 针对wa登录(邮箱和手机登录)
+-(void)loginPlatform:(NSString*)platform WithExtInfo:(NSString *)extInfo delegate:(id<WALoginDelegate>)delegate;
+
+@property(nonatomic)BOOL switchWaLogin; //如果是切换wa账号,需要处理UI
+
+@property(nonatomic)BOOL isInternalSwithLogin; //内部切换帐号,如果内部切换帐号,在登录框的返回按钮要展示。
+
+
+
 @end

--
Gitblit v1.8.0