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/WAUserProxy.h | 25 ++++++++++++++++++++++++-
1 files changed, 24 insertions(+), 1 deletions(-)
diff --git a/WASdkIntf/WASdkIntf.xcframework/ios-x86_64-simulator/WASdkIntf.framework/Headers/WAUserProxy.h b/WASdkIntf/WASdkIntf.xcframework/ios-x86_64-simulator/WASdkIntf.framework/Headers/WAUserProxy.h
index 0e73235..21a58bb 100644
--- a/WASdkIntf/WASdkIntf.xcframework/ios-x86_64-simulator/WASdkIntf.framework/Headers/WAUserProxy.h
+++ b/WASdkIntf/WASdkIntf.xcframework/ios-x86_64-simulator/WASdkIntf.framework/Headers/WAUserProxy.h
@@ -17,6 +17,11 @@
#import <WASdkIntf/WADeleteRequestModel.h>
#import <WASdkIntf/WADeleteResult.h>
#import <WASdkIntf/WACustomerResult.h>
+#import <WASdkIntf/WAPlatformAccountInfo.h>
+#import <WASdkIntf/WAPassPlatformInfo.h>
+
+
+
typedef NS_ENUM(NSInteger, OpenGameReviewState) {
OpenGameReviewStateReject=0, //游戏评价结果:不,谢谢!
@@ -507,8 +512,26 @@
/*!
-@discussion 查询玩家任务完成情况 4.6.0增加
+@discussion 查询玩家任务完成情况 4. 6.0增加
*/
+ (void)checkPlayerTask:(void(^_Nullable)(NSError * _Nullable error, BOOL success))completeBlock;
+
+
+/*!
+@discussion获取头像信息接口
+ */
++ (void)getPlatformAccountInfo:(void(^_Nullable)(NSError * _Nullable error, WAPlatformAccountInfo * _Nullable acountInfo))completeBlock;
+
+
+
++ (void)getPassInfo:(void(^_Nullable)(NSError * _Nullable error, WAPassPlatformInfo * _Nullable passPlatfromInfo))completeBlock;
+
+
++ (void)showPassUserGuide:(void(^_Nullable)(NSError * _Nullable error))completeBlock;
+
+
+
+
+
@end
--
Gitblit v1.8.0