From 147a27646a80fe2142e317bbd19003ed47bae35d Mon Sep 17 00:00:00 2001 From: lpw <812862340@qq.com> Date: Thu, 11 Sep 2025 16:58:31 +0800 Subject: [PATCH] 提交版本 4.7.0 --- WASdkIntf/WASdkIntf.xcframework/ios-x86_64-simulator/WASdkIntf.framework/Headers/WABindingResult.h | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/WASdkIntf/WASdkIntf.xcframework/ios-x86_64-simulator/WASdkIntf.framework/Headers/WABindingResult.h b/WASdkIntf/WASdkIntf.xcframework/ios-x86_64-simulator/WASdkIntf.framework/Headers/WABindingResult.h index aa26e78..349c793 100644 --- a/WASdkIntf/WASdkIntf.xcframework/ios-x86_64-simulator/WASdkIntf.framework/Headers/WABindingResult.h +++ b/WASdkIntf/WASdkIntf.xcframework/ios-x86_64-simulator/WASdkIntf.framework/Headers/WABindingResult.h @@ -15,7 +15,7 @@ /*! @abstract 绑定平台userid */ -@property(copy,nonatomic)NSString *userId;NS_RETURNS_INNER_POINTER API_DEPRECATED("从sdk4.5.0起废弃,将返回空字符串", unconditionally); +@property(copy,nonatomic)NSString *userId;NS_RETURNS_INNER_POINTER API_DEPRECATED("从sdk4. 5.0起废弃,将返回空字符串", unconditionally); /*! @abstract 绑定平台(Facebook,Apple) */ @@ -23,7 +23,7 @@ /*! @abstract 绑定平台accessToken */ -@property(copy,nonatomic)NSString *accessToken;NS_RETURNS_INNER_POINTER API_DEPRECATED("从sdk4.5.0起废弃,将返回空字符串", unconditionally); +@property(copy,nonatomic)NSString *accessToken;NS_RETURNS_INNER_POINTER API_DEPRECATED("从sdk4. 5.0起废弃,将返回空字符串", unconditionally); /*! @abstract 绑定wa时,是邮箱绑定还是email绑定 -- Gitblit v1.8.0