Commit e29d673a09fa6a008f74239948a7642029c52caa
1 parent
1bfd8354c0
Exists in
master
and in
1 other branch
wechat获取wechatId时候添加参数bug修改,webPay中删除含有Pay的参数变量
Showing 5 changed files with 4 additions and 4 deletions Side-by-side Diff
IOSDocument.md
ios/GameSDK.framework/Versions/A/GameSDK
No preview for this file type
ios/GameSDK.framework/Versions/A/Headers/LetsGameAPI.h
... | ... | @@ -22,7 +22,7 @@ static BOOL hiddenLogo = NO; |
22 | 22 | //默认横屏 |
23 | 23 | static BOOL DeviceOrientationIsHorizontal = YES; |
24 | 24 | |
25 | -static NSString *version = @"3.4.16"; | |
25 | +static NSString *version = @"3.4.17"; | |
26 | 26 | |
27 | 27 | @interface LetsGameAPI : NSObject<UIApplicationDelegate> |
28 | 28 | |
... | ... | @@ -32,7 +32,7 @@ static NSString *version = @"3.4.16"; |
32 | 32 | @property (nonatomic, copy) LSGLoginSuccBlock succBlock; |
33 | 33 | @property (nonatomic, copy) LSGDismissBlock dismissBlock; |
34 | 34 | @property (nonatomic, assign) int isDebug; |
35 | -@property (nonatomic, assign) int decideWebPay; | |
35 | +@property (nonatomic, assign) int decideWebTo; | |
36 | 36 | @property (nonatomic,retain) id<VKBridgeProtocol> vkBridge; |
37 | 37 | //@property(nonatomic,strong) NSString *version; |
38 | 38 | |
... | ... | @@ -81,7 +81,7 @@ static NSString *version = @"3.4.16"; |
81 | 81 | |
82 | 82 | -(void)decideIsDebug:(int)isDebug; |
83 | 83 | |
84 | --(void)decideWebPayVersion:(int)decideWebPay; | |
84 | +-(void)decideWebToVersion:(int)decideWebTo; | |
85 | 85 | |
86 | 86 | -(void)obtainAccessTokenSuccess:(void (^)(NSString *tokenString, NSString *refreshTime, NSString *expirationTime))success |
87 | 87 | failure:(void (^)(NSString *errorString))failure; |
ios/GameSDK.zip
No preview for this file type
ios/GameSDKDemo/GameSDKDemo.xcodeproj/project.xcworkspace/xcuserdata/yanglele.xcuserdatad/UserInterfaceState.xcuserstate
No preview for this file type