lpw
2022-07-12 5e25501d1f36e7684d48b24ef8ef72cadb75a193
2.6.1
1 files added
6 files modified
36 ■■■■■ changed files
WASdkIntf_CN.podspec 2 ●●● patch | view | raw | blame | history
WASdkIntf_CN/2.6.1/WASdkIntf_CN.podspec 23 ●●●●● patch | view | raw | blame | history
frameworks/WASdkIntf.framework/Headers/WACode.h 5 ●●●● patch | view | raw | blame | history
frameworks/WASdkIntf.framework/Headers/WALoginResult.h 3 ●●●●● patch | view | raw | blame | history
frameworks/WASdkIntf.framework/Headers/WATrackProxy.h 3 ●●●● patch | view | raw | blame | history
frameworks/WASdkIntf.framework/Info.plist patch | view | raw | blame | history
frameworks/WASdkIntf.framework/WASdkIntf patch | view | raw | blame | history
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" }
WASdkIntf_CN/2.6.1/WASdkIntf_CN.podspec
New file
@@ -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
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;
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;
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;
frameworks/WASdkIntf.framework/Info.plist
Binary files differ
frameworks/WASdkIntf.framework/WASdkIntf
Binary files differ