From 319c91dc5faa80969bf4f417e3fc8c7a9095e2c9 Mon Sep 17 00:00:00 2001 From: lpw <pengwei.li@gamehollywood.com> Date: Tue, 02 Feb 2021 09:23:09 +0800 Subject: [PATCH] 2.2.0 --- frameworks/WASdkIntf.framework/Headers/WAUserCenterResult.h | 17 +++++++++++++++++ 1 files changed, 17 insertions(+), 0 deletions(-) diff --git a/frameworks/WASdkIntf.framework/Headers/WAUserCenterResult.h b/frameworks/WASdkIntf.framework/Headers/WAUserCenterResult.h index 8a5e5b1..8f2a73c 100644 --- a/frameworks/WASdkIntf.framework/Headers/WAUserCenterResult.h +++ b/frameworks/WASdkIntf.framework/Headers/WAUserCenterResult.h @@ -33,6 +33,23 @@ */ @property(copy,nonatomic)NSString *password; +/*! + @abstract 充值中心域名 + */ +@property(copy,nonatomic)NSString *rechargeCenterDomain; + +/*! + @abstract 服务器名 + */ +@property(copy,nonatomic)NSString *serverName; + +/*! + @abstract 游戏名称 + */ +@property(copy,nonatomic)NSString *appName; + + + @end NS_ASSUME_NONNULL_END -- Gitblit v1.8.0