From 5e25501d1f36e7684d48b24ef8ef72cadb75a193 Mon Sep 17 00:00:00 2001 From: lpw Date: Tue, 12 Jul 2022 09:31:46 +0800 Subject: [PATCH] 2.6.1 --- WASdkIntf_CN.podspec | 2 +- frameworks/WASdkIntf.framework/WASdkIntf | 0 WASdkIntf_CN/2.6.1/WASdkIntf_CN.podspec | 23 +++++++++++++++++++++++ frameworks/WASdkIntf.framework/Info.plist | 0 frameworks/WASdkIntf.framework/Headers/WATrackProxy.h | 3 ++- frameworks/WASdkIntf.framework/Headers/WACode.h | 5 ++++- frameworks/WASdkIntf.framework/Headers/WALoginResult.h | 3 +++ 7 files changed, 33 insertions(+), 3 deletions(-) diff --git a/WASdkIntf_CN.podspec b/WASdkIntf_CN.podspec index bd3ae59..e1eca5a 100644 --- a/WASdkIntf_CN.podspec +++ b/WASdkIntf_CN.podspec @@ -9,7 +9,7 @@ Pod::Spec.new do |s| s.name = 'WASdkIntf_CN' -s.version = '2.6.0' +s.version = '2.6.1' s.summary = 'WASdkIntf_CN framework in testing environment.' s.license = 'MIT' s.author = { "Hank" => "hank.zhang@gamehollywood.com" } diff --git a/WASdkIntf_CN/2.6.1/WASdkIntf_CN.podspec b/WASdkIntf_CN/2.6.1/WASdkIntf_CN.podspec new file mode 100644 index 0000000..e1eca5a --- /dev/null +++ b/WASdkIntf_CN/2.6.1/WASdkIntf_CN.podspec @@ -0,0 +1,23 @@ +# +# Be sure to run `pod spec lint WASdkIntf.podspec' to ensure this is a +# valid spec and to remove all comments including this before submitting the spec. +# +# To learn more about Podspec attributes see http://docs.cocoapods.org/specification.html +# To see working Podspecs in the CocoaPods repo see https://github.com/CocoaPods/Specs/ +# + +Pod::Spec.new do |s| + +s.name = 'WASdkIntf_CN' +s.version = '2.6.1' +s.summary = 'WASdkIntf_CN framework in testing environment.' +s.license = 'MIT' +s.author = { "Hank" => "hank.zhang@gamehollywood.com" } +s.homepage = 'http://repo.wingsdk.cn:8082/summary/WASdkIntf_CN.git' +s.source = { :git => "http://admin@repo.wingsdk.cn:8082/r/WASdkIntf_CN.git" , :tag => s.version} +s.platform = :ios +s.ios.deployment_target = "7.0" +s.vendored_frameworks = 'frameworks/WASdkIntf.framework' +s.resources = ['config/*.plist'] +s.requires_arc = true +end \ No newline at end of file diff --git a/frameworks/WASdkIntf.framework/Headers/WACode.h b/frameworks/WASdkIntf.framework/Headers/WACode.h index 07cd5d3..64c8f30 100644 --- a/frameworks/WASdkIntf.framework/Headers/WACode.h +++ b/frameworks/WASdkIntf.framework/Headers/WACode.h @@ -58,7 +58,10 @@ WACodeCurrentIDNotMatch = -211 ,//当前平台账号跟当前WA UserId绑定的平台账号不一致,或者没有绑定该平台账号 WACodeDeviceNotSupported = -401 ,//设备不支持 WACodeNetworkUnavailable = -402 ,//网络不可用 - WACodePayReOrderTimeLimit = -509 //支付流程未完成或者在特定的时间内重复下订单 + WACodePayReOrderTimeLimit = -509 ,//支付流程未完成或者在特定的时间内重复下订单 + + WACodeDeleteAccountLimitLogin =4084, //账号删除中,禁止登录 + }WACode; diff --git a/frameworks/WASdkIntf.framework/Headers/WALoginResult.h b/frameworks/WASdkIntf.framework/Headers/WALoginResult.h index afdaad9..9dc61e1 100644 --- a/frameworks/WASdkIntf.framework/Headers/WALoginResult.h +++ b/frameworks/WASdkIntf.framework/Headers/WALoginResult.h @@ -121,6 +121,9 @@ // cp 使用 @property int isGuestAccount; // 0 不是游客账号 1是游客账号 +@property(copy,nonatomic)NSString *apply_delete_status;//申请删除账号状态 0-未申请删除; 1-已申请删除 +@property(copy,nonatomic)NSString *delete_date; //apply_delete_status=1时有值,返回时间戳。 + -(id)initWithPUserId:(NSString*)userId pToken:(NSString*)token platform:(NSString*)platform; +(id)loginResultWithPUserId:(NSString*)userId pToken:(NSString*)token platform:(NSString*)platform; diff --git a/frameworks/WASdkIntf.framework/Headers/WATrackProxy.h b/frameworks/WASdkIntf.framework/Headers/WATrackProxy.h index 629893b..8fc69a3 100644 --- a/frameworks/WASdkIntf.framework/Headers/WATrackProxy.h +++ b/frameworks/WASdkIntf.framework/Headers/WATrackProxy.h @@ -158,7 +158,8 @@ extern NSString *const WAEventParameterNameOS;//系统 extern NSString *const WAEventParameterNameResolution;//分辨率 - +extern NSString *const WAEventParameterNameLoginPlatform ; +extern NSString *const WAEventParameterNamePuserId ; extern NSString *const WAEventParameterNameOsign; diff --git a/frameworks/WASdkIntf.framework/Info.plist b/frameworks/WASdkIntf.framework/Info.plist index 26250db..bb7898e 100644 --- a/frameworks/WASdkIntf.framework/Info.plist +++ b/frameworks/WASdkIntf.framework/Info.plist Binary files differ diff --git a/frameworks/WASdkIntf.framework/WASdkIntf b/frameworks/WASdkIntf.framework/WASdkIntf index b1067d4..c262663 100644 --- a/frameworks/WASdkIntf.framework/WASdkIntf +++ b/frameworks/WASdkIntf.framework/WASdkIntf Binary files differ -- Gitblit v1.8.0