From 6185badc9f6938ce210c56ca2b5037c561274ec8 Mon Sep 17 00:00:00 2001
From: lpw <812862340@qq.com>
Date: Thu, 08 Jan 2026 09:18:32 +0800
Subject: [PATCH] 提交版本 4.9.0

---
 WASdkIntf/WASdkIntf.xcframework/ios-x86_64-simulator/WASdkIntf.framework/Headers/WAIUser.h |   21 ++++++++++++++++++---
 1 files changed, 18 insertions(+), 3 deletions(-)

diff --git a/WASdkIntf/WASdkIntf.xcframework/ios-x86_64-simulator/WASdkIntf.framework/Headers/WAIUser.h b/WASdkIntf/WASdkIntf.xcframework/ios-x86_64-simulator/WASdkIntf.framework/Headers/WAIUser.h
index 0f50f06..fadb96e 100644
--- a/WASdkIntf/WASdkIntf.xcframework/ios-x86_64-simulator/WASdkIntf.framework/Headers/WAIUser.h
+++ b/WASdkIntf/WASdkIntf.xcframework/ios-x86_64-simulator/WASdkIntf.framework/Headers/WAIUser.h
@@ -182,7 +182,7 @@
 - (void)checkConsentPreferencesWithCompletion:(void (^)(NSError *error, BOOL isShow))completionBlock;
 
 /*!
-@discussion 打开客服中心 4.6.0增加
+@discussion 打开客服中心 4. 6.0增加
  */
 
 - (void)showCustomerCenterWithCompletion:(void(^)(WACustomerResult*deleteResult))completionBlock;
@@ -190,7 +190,7 @@
 
 
  /**
- @discussion 获取任务列表 4.6.0增加
+ @discussion 获取任务列表 4. 6.0增加
   * 获取推广任务列表
   * @param completeBlock 完成回调,返回任务列表数组或错误信息
   * 数组元素格式为:
@@ -206,9 +206,24 @@
 
 
 /*!
-@discussion 查询玩家任务完成情况 4.6.0增加
+@discussion 查询玩家任务完成情况 4. 6.0增加
  */
 - (void)checkPlayerTask:(void(^_Nullable)(NSError * _Nullable error, BOOL success))completeBlock;
 
 
+- (void)getPlatformAccountInfo:(void(^_Nullable)(NSError * _Nullable error, WAPlatformAccountInfo * _Nullable acountInfo))completeBlock;
+
+
+/*!
+@discussion 月卡有关功能 4. 9.0增加
+ */
+- (void)getPassInfo:(void(^_Nullable)(NSError * _Nullable error, WAPassPlatformInfo * _Nullable passPlatfromInfo))completeBlock;
+
+
+- (void)showPassUserGuide:(void(^_Nullable)(NSError * _Nullable error))completeBlock;
+
+
+
+
+
 @end

--
Gitblit v1.8.0