Showing
60 changed files
with
316 additions
and
316 deletions
No preview for this file type
No preview for this file type
No preview for this file type
| 1 | 1 | ||
| 2 | #import <Foundation/Foundation.h> | 2 | #import <Foundation/Foundation.h> |
| 3 | 3 | ||
| 4 | -@interface CairoBoostControlSibling : NSObject | 4 | +@interface BundlesMotifControlGallons : NSObject |
| 5 | 5 | ||
| 6 | 6 | ||
| 7 | -- (void)initBoostInstance; | 7 | +- (void)initMotifInstance; |
| 8 | 8 | ||
| 9 | -- (void) BoostStartGo; | 9 | +- (void) MotifStartGo; |
| 10 | 10 | ||
| 11 | @property(strong) NSMutableArray* myarray; | 11 | @property(strong) NSMutableArray* myarray; |
| 12 | 12 | ... | ... |
| 1 | #import <Foundation/Foundation.h> | 1 | #import <Foundation/Foundation.h> |
| 2 | #import "OtherSetting.h" | 2 | #import "OtherSetting.h" |
| 3 | 3 | ||
| 4 | -@interface BylawsBoostHaiBaoJuheBaseModelDwell : NSObject | 4 | +@interface GilbertMotifHaiBaoJuheBaseModelGoods : NSObject |
| 5 | 5 | ||
| 6 | -- (NSString *) BoostHaiBaoJuheObjectToJsonString; | 6 | +- (NSString *) MotifHaiBaoJuheObjectToJsonString; |
| 7 | - (NSMutableString *)paramAddToString; | 7 | - (NSMutableString *)paramAddToString; |
| 8 | - (id)initWithDiction:(NSDictionary *)diction; | 8 | - (id)initWithDiction:(NSDictionary *)diction; |
| 9 | 9 | ... | ... |
| 1 | -#import "BylawsBoostHaiBaoJuheBaseModelDwell.h" | 1 | +#import "GilbertMotifHaiBaoJuheBaseModelGoods.h" |
| 2 | -@interface HaiBaoJuheCreateOrderInfo : BylawsBoostHaiBaoJuheBaseModelDwell | 2 | +@interface HaiBaoJuheCreateOrderInfo : GilbertMotifHaiBaoJuheBaseModelGoods |
| 3 | 3 | ||
| 4 | @property(nonatomic,strong)NSString *serverId;//服务器ID | 4 | @property(nonatomic,strong)NSString *serverId;//服务器ID |
| 5 | @property(nonatomic, strong)NSString *serverName;//服务器名称 | 5 | @property(nonatomic, strong)NSString *serverName;//服务器名称 |
| ... | @@ -16,7 +16,7 @@ | ... | @@ -16,7 +16,7 @@ |
| 16 | @property(nonatomic, strong)NSString *userId;//用户ID | 16 | @property(nonatomic, strong)NSString *userId;//用户ID |
| 17 | @property(nonatomic, strong)NSString *timestamp;//时间戳 | 17 | @property(nonatomic, strong)NSString *timestamp;//时间戳 |
| 18 | 18 | ||
| 19 | -- (NSString *) BoostHaiBaoJuheGetTsign ; | 19 | +- (NSString *) MotifHaiBaoJuheGetTsign ; |
| 20 | -- (NSString *) BoostHaiBaoJuheGetTimestamp ; | 20 | +- (NSString *) MotifHaiBaoJuheGetTimestamp ; |
| 21 | 21 | ||
| 22 | @end | 22 | @end | ... | ... |
| 1 | -#import "BylawsBoostHaiBaoJuheBaseModelDwell.h" | 1 | +#import "GilbertMotifHaiBaoJuheBaseModelGoods.h" |
| 2 | -@interface HaiBaoJuheLoginInfo : BylawsBoostHaiBaoJuheBaseModelDwell | 2 | +@interface HaiBaoJuheLoginInfo : GilbertMotifHaiBaoJuheBaseModelGoods |
| 3 | 3 | ||
| 4 | @property(nonatomic,strong)NSString *timestamp; | 4 | @property(nonatomic,strong)NSString *timestamp; |
| 5 | @property(nonatomic, strong)NSString *sign; | 5 | @property(nonatomic, strong)NSString *sign; | ... | ... |
| 1 | // | 1 | // |
| 2 | -// BoostHaiBaoJuheReportInfo.h | 2 | +// MotifHaiBaoJuheReportInfo.h |
| 3 | // HaiBaoJuheSDK | 3 | // HaiBaoJuheSDK |
| 4 | // | 4 | // |
| 5 | // Created by winFan on 12/21/15. | 5 | // Created by winFan on 12/21/15. |
| 6 | // Copyright (c) 2015 winFan. All rights reserved. | 6 | // Copyright (c) 2015 winFan. All rights reserved. |
| 7 | // | 7 | // |
| 8 | 8 | ||
| 9 | -#import "BylawsBoostHaiBaoJuheBaseModelDwell.h" | 9 | +#import "GilbertMotifHaiBaoJuheBaseModelGoods.h" |
| 10 | -@interface HaiBaoJuheReportInfo : BylawsBoostHaiBaoJuheBaseModelDwell | 10 | +@interface HaiBaoJuheReportInfo : GilbertMotifHaiBaoJuheBaseModelGoods |
| 11 | 11 | ||
| 12 | @property(nonatomic, strong)NSString *reportType;//类型 | 12 | @property(nonatomic, strong)NSString *reportType;//类型 |
| 13 | @property(nonatomic, strong)NSString *playerId;//玩家ID | 13 | @property(nonatomic, strong)NSString *playerId;//玩家ID | ... | ... |
| ... | @@ -10,7 +10,7 @@ | ... | @@ -10,7 +10,7 @@ |
| 10 | 10 | ||
| 11 | @property(nonatomic, strong)NSString *urlSchemes; | 11 | @property(nonatomic, strong)NSString *urlSchemes; |
| 12 | 12 | ||
| 13 | -@property(strong) NSMutableArray* BoostList; | 13 | +@property(strong) NSMutableArray* MotifList; |
| 14 | 14 | ||
| 15 | @property BOOL isAppleGzyazfing; | 15 | @property BOOL isAppleGzyazfing; |
| 16 | 16 | ... | ... |
| 1 | #import <UIKit/UIKit.h> | 1 | #import <UIKit/UIKit.h> |
| 2 | -#import "SigningHaiBaoJuheCheckerJuliet.h" | 2 | +#import "TowingHaiBaoJuheCheckerHalfway.h" |
| 3 | #import "HaiBaoJuheReportInfo.h" | 3 | #import "HaiBaoJuheReportInfo.h" |
| 4 | #import "HaiBaoJuheLoginInfo.h" | 4 | #import "HaiBaoJuheLoginInfo.h" |
| 5 | #import "Interface.h" | 5 | #import "Interface.h" |
| 6 | -#import "SpecifyHaiBaoJuheNotificationCarrie.h" | 6 | +#import "PricingHaiBaoJuheNotificationGrown.h" |
| 7 | -#import "SpecifyHaiBaoJuheGzyazfInfoCarrie.h" | 7 | +#import "PricingHaiBaoJuheGzyazfInfoGrown.h" |
| 8 | #import "UnionInterface.h" | 8 | #import "UnionInterface.h" |
| 9 | #import "HaiBaoJuheCreateOrderInfo.h" | 9 | #import "HaiBaoJuheCreateOrderInfo.h" |
| 10 | -#import "SpecifyHaiBaoJuheConfigCarrie.h" | 10 | +#import "PricingHaiBaoJuheConfigGrown.h" |
| 11 | -#import "GreenHaiBaoJuheUtilsSwinger.h" | 11 | +#import "NurseHaiBaoJuheUtilsLinksys.h" |
| 12 | #import "NetCenter.h" | 12 | #import "NetCenter.h" |
| 13 | #import "HaiBaoJuheSDK.h" | 13 | #import "HaiBaoJuheSDK.h" |
| 14 | #import "HaiBaoJuheSDKDelegate.h" | 14 | #import "HaiBaoJuheSDKDelegate.h" | ... | ... |
PoolSdk_Demo/Demo/HaiBaoJuheSDK.framework/Headers/HelpfulBoostIAPHelperControlPlacebo.h
deleted
100644 → 0
| 1 | -#import <UIKit/UIKit.h> | ||
| 2 | - | ||
| 3 | -@interface HelpfulBoostIAPHelperControlPlacebo : NSObject<UITableViewDelegate, UITableViewDataSource> | ||
| 4 | - | ||
| 5 | -@property(nonatomic,strong) NSString* BoostDingDanHao; | ||
| 6 | -@property(nonatomic,strong) NSDictionary* BoostHuoWuLieBiao; | ||
| 7 | -@property(nonatomic,strong) NSMutableArray* BoostHuoWuIDLieBiao; | ||
| 8 | -@property(nonatomic, strong) UITableView *BoostHuoWuLieBiaoView; | ||
| 9 | - | ||
| 10 | -- (void)BoostHuaQianView:(UIViewController*)controller BoostHuoWuD:(NSString*)products BoostQian:(NSString*)amount BoostHuoWuMing:(NSString*)productName BoostDingDanHao:(NSString*)DingDanHao; | ||
| 11 | - | ||
| 12 | -@end |
| 1 | +#import <UIKit/UIKit.h> | ||
| 2 | + | ||
| 3 | +@interface IbookMotifIAPHelperControlAirmail : NSObject<UITableViewDelegate, UITableViewDataSource> | ||
| 4 | + | ||
| 5 | +@property(nonatomic,strong) NSString* MotifDingDanHao; | ||
| 6 | +@property(nonatomic,strong) NSDictionary* MotifHuoWuLieBiao; | ||
| 7 | +@property(nonatomic,strong) NSMutableArray* MotifHuoWuIDLieBiao; | ||
| 8 | +@property(nonatomic, strong) UITableView *MotifHuoWuLieBiaoView; | ||
| 9 | + | ||
| 10 | +- (void)MotifHuaQianView:(UIViewController*)controller MotifHuoWuD:(NSString*)products MotifQian:(NSString*)amount MotifHuoWuMing:(NSString*)productName MotifDingDanHao:(NSString*)DingDanHao; | ||
| 11 | + | ||
| 12 | +@end |
| 1 | 1 | ||
| 2 | #import <Foundation/Foundation.h> | 2 | #import <Foundation/Foundation.h> |
| 3 | 3 | ||
| 4 | -@interface InitialBoostControlMiddot : NSObject | 4 | +@interface ImagesMotifControlMadam : NSObject |
| 5 | 5 | ||
| 6 | 6 | ||
| 7 | -- (void)initBoostInstance; | 7 | +- (void)initMotifInstance; |
| 8 | 8 | ||
| 9 | -- (void) BoostStartGo; | 9 | +- (void) MotifStartGo; |
| 10 | 10 | ||
| 11 | @property(strong) NSMutableArray* myarray; | 11 | @property(strong) NSMutableArray* myarray; |
| 12 | 12 | ... | ... |
| 1 | +#import <Foundation/Foundation.h> | ||
| 2 | + | ||
| 3 | +extern NSString * const WantedMotifExitNotificationMariana; | ||
| 4 | +extern NSString * const PricingMotifLoginNotificationGrown; | ||
| 5 | +extern NSString * const GilbertMotifErrorNotificationGoods; | ||
| 6 | + | ||
| 7 | + | ||
| 8 | +@interface ImagesMotifHuiTiaoNotificationMadam : NSObject | ||
| 9 | + | ||
| 10 | +@end |
| 1 | 1 | ||
| 2 | #import <Foundation/Foundation.h> | 2 | #import <Foundation/Foundation.h> |
| 3 | 3 | ||
| 4 | -@interface MarianBoostControlSinking : NSObject | 4 | +@interface LipitorMotifControlCounter : NSObject |
| 5 | 5 | ||
| 6 | 6 | ||
| 7 | -- (void)initBoostInstance; | 7 | +- (void)initMotifInstance; |
| 8 | 8 | ||
| 9 | -- (void) BoostStartGo; | 9 | +- (void) MotifStartGo; |
| 10 | 10 | ||
| 11 | @property(strong) NSMutableArray* myarray; | 11 | @property(strong) NSMutableArray* myarray; |
| 12 | 12 | ... | ... |
| 1 | -#import <UIKit/UIKit.h> | ||
| 2 | -#import "StoreKit/StoreKit.h" | ||
| 3 | - | ||
| 4 | -@interface MessyBoostAllManagerHenri : NSObject | ||
| 5 | -{ | ||
| 6 | - NSString* BoostAPPID_; | ||
| 7 | - NSString* BoostAPPKEY_; | ||
| 8 | - | ||
| 9 | - NSString* BoostInviterCode_; | ||
| 10 | -} | ||
| 11 | - | ||
| 12 | -@property(strong) NSMutableArray* BoostList; | ||
| 13 | -@property bool BoostGeiWoHuaQianBa; | ||
| 14 | - | ||
| 15 | -+ (MessyBoostAllManagerHenri *)HelpfulBoostInstancePlacebo; | ||
| 16 | - | ||
| 17 | -- (void)HigherBoostChuShiHuaMedian; | ||
| 18 | - | ||
| 19 | -- (void)CairoBoostDengLuSibling:(NSString *)BoostAPPID : (NSString *)BoostAPPKEY : (UIViewController *)controller; | ||
| 20 | - | ||
| 21 | -- (void)MarianBoostYangShiSinking:(NSString*)BoostLeiXing; | ||
| 22 | - | ||
| 23 | -- (void)BoostQuery: (NSString *)BoostFuWuQiID : (NSString *)BoostNickName : (NSNumber *)BoostAmount : (NSString *)BoostCallBack : (UIViewController *)controller : (NSString *)BoostServerName; | ||
| 24 | - | ||
| 25 | -- (void)BoostQueryOperation:(UIViewController*)controll BoostHuoWuID:(NSString*)products BoostJiaGe:(NSString*)amount BoostHuoWuMing:(NSString*)productName BoostDingDanHao:(NSString*) DingDanHao; | ||
| 26 | - | ||
| 27 | - | ||
| 28 | - | ||
| 29 | -@end |
| 1 | #import <Foundation/Foundation.h> | 1 | #import <Foundation/Foundation.h> |
| 2 | #import <UIKit/UIKit.h> | 2 | #import <UIKit/UIKit.h> |
| 3 | 3 | ||
| 4 | -@interface GreenHaiBaoJuheUtilsSwinger : NSObject | 4 | +@interface NurseHaiBaoJuheUtilsLinksys : NSObject |
| 5 | 5 | ||
| 6 | +(NSString *)md5:(NSString *)str; | 6 | +(NSString *)md5:(NSString *)str; |
| 7 | -+ (NSDictionary *) BoostHaiBaoJuheDictionaryWithJsonString:(NSString *)jsonString; | 7 | ++ (NSDictionary *) MotifHaiBaoJuheDictionaryWithJsonString:(NSString *)jsonString; |
| 8 | +(NSString *)createGzyazfOrderUrl; | 8 | +(NSString *)createGzyazfOrderUrl; |
| 9 | //*充值回调地址 | 9 | //*充值回调地址 |
| 10 | -+(NSString *)SpecifycreateGzyazfUrlCarrie; | 10 | ++(NSString *)PricingcreateGzyazfUrlGrown; |
| 11 | 11 | ||
| 12 | +(UIActivityIndicatorView *)showLoadingDialog:(UIView*)parentView; | 12 | +(UIActivityIndicatorView *)showLoadingDialog:(UIView*)parentView; |
| 13 | +(void)dismissLoadingDialog:(UIActivityIndicatorView*)indicatorView; | 13 | +(void)dismissLoadingDialog:(UIActivityIndicatorView*)indicatorView; | ... | ... |
| 1 | #import <UIKit/UIKit.h> | 1 | #import <UIKit/UIKit.h> |
| 2 | -#import "HigherBoostInformationMedian.h" | 2 | +#import "PearlsMotifInformationSlower.h" |
| 3 | #import <JavaScriptCore/JavaScriptCore.h> | 3 | #import <JavaScriptCore/JavaScriptCore.h> |
| 4 | 4 | ||
| 5 | -@interface GreenBoostMainSwinger : UIViewController<UIWebViewDelegate,UIAlertViewDelegate> | 5 | +@interface NurseMotifMainLinksys : UIViewController<UIWebViewDelegate,UIAlertViewDelegate> |
| 6 | { | 6 | { |
| 7 | - UIWebView *webBoostView_; | 7 | + UIWebView *webMotifView_; |
| 8 | UIActivityIndicatorView *activityIndicator; | 8 | UIActivityIndicatorView *activityIndicator; |
| 9 | } | 9 | } |
| 10 | 10 | ||
| 11 | -@property(assign) BOOL BoostYouYuanJiao; | 11 | +@property(assign) BOOL MotifYouYuanJiao; |
| 12 | 12 | ||
| 13 | -- (void)BoostSettingBoostView:(int)webViewWidth :(int) webViewHeight :(int) screenwidth :(int) screenHeight; | 13 | +- (void)MotifSettingMotifView:(int)webViewWidth :(int) webViewHeight :(int) screenwidth :(int) screenHeight; |
| 14 | -- (void)BoostInitWebView; | 14 | +- (void)MotifInitWebView; |
| 15 | - (void)loadWebPageWithString:(NSString *)url; | 15 | - (void)loadWebPageWithString:(NSString *)url; |
| 16 | - (void)loadWebPageWithJs:(NSString *)content; | 16 | - (void)loadWebPageWithJs:(NSString *)content; |
| 17 | - (void)postNotification:(NSString *)name : (NSString *)code; | 17 | - (void)postNotification:(NSString *)name : (NSString *)code; | ... | ... |
PoolSdk_Demo/Demo/HaiBaoJuheSDK.framework/Headers/PatentBoostHuiTiaoNotificationWalked.h
deleted
100644 → 0
| 1 | -#import <Foundation/Foundation.h> | ||
| 2 | - | ||
| 3 | -extern NSString * const MessyBoostExitNotificationHenri; | ||
| 4 | -extern NSString * const SpecifyBoostLoginNotificationCarrie; | ||
| 5 | -extern NSString * const BylawsBoostErrorNotificationDwell; | ||
| 6 | - | ||
| 7 | - | ||
| 8 | -@interface PatentBoostHuiTiaoNotificationWalked : NSObject | ||
| 9 | - | ||
| 10 | -@end |
| 1 | #import <Foundation/Foundation.h> | 1 | #import <Foundation/Foundation.h> |
| 2 | 2 | ||
| 3 | -@interface HigherBoostInformationMedian : NSObject | 3 | +@interface PearlsMotifInformationSlower : NSObject |
| 4 | { | 4 | { |
| 5 | // | 5 | // |
| 6 | NSString *openId; | 6 | NSString *openId; |
| ... | @@ -12,5 +12,5 @@ NSString *timestamp; | ... | @@ -12,5 +12,5 @@ NSString *timestamp; |
| 12 | @property(retain,nonatomic) NSString *openId; | 12 | @property(retain,nonatomic) NSString *openId; |
| 13 | @property(retain,nonatomic) NSString *token; | 13 | @property(retain,nonatomic) NSString *token; |
| 14 | @property(retain,nonatomic) NSString *timestamp; | 14 | @property(retain,nonatomic) NSString *timestamp; |
| 15 | -+ (HigherBoostInformationMedian *)getInstance; | 15 | ++ (PearlsMotifInformationSlower *)getInstance; |
| 16 | @end | 16 | @end | ... | ... |
| 1 | 1 | ||
| 2 | #import <Foundation/Foundation.h> | 2 | #import <Foundation/Foundation.h> |
| 3 | 3 | ||
| 4 | -@interface PatentBoostControlWalked : NSObject | 4 | +@interface PerformMotifControlCookie : NSObject |
| 5 | 5 | ||
| 6 | 6 | ||
| 7 | -- (void)initBoostInstance; | 7 | +- (void)initMotifInstance; |
| 8 | 8 | ||
| 9 | -- (void) BoostStartGo; | 9 | +- (void) MotifStartGo; |
| 10 | 10 | ||
| 11 | @property(strong) NSMutableArray* myarray; | 11 | @property(strong) NSMutableArray* myarray; |
| 12 | 12 | ... | ... |
| 1 | #import <Foundation/Foundation.h> | 1 | #import <Foundation/Foundation.h> |
| 2 | 2 | ||
| 3 | -@interface SpecifyHaiBaoJuheConfigCarrie : NSObject | 3 | +@interface PricingHaiBaoJuheConfigGrown : NSObject |
| 4 | 4 | ||
| 5 | @property(nonatomic, strong)NSString *gameSimpleName; | 5 | @property(nonatomic, strong)NSString *gameSimpleName; |
| 6 | @property(nonatomic, strong)NSString *sdkSimpleName; | 6 | @property(nonatomic, strong)NSString *sdkSimpleName; |
| ... | @@ -12,11 +12,11 @@ | ... | @@ -12,11 +12,11 @@ |
| 12 | @property(nonatomic, strong)NSString *c2; | 12 | @property(nonatomic, strong)NSString *c2; |
| 13 | @property(nonatomic, strong)NSString *custom; | 13 | @property(nonatomic, strong)NSString *custom; |
| 14 | 14 | ||
| 15 | -+ (SpecifyHaiBaoJuheConfigCarrie *)BylawsgetInstanceDwell; | 15 | ++ (PricingHaiBaoJuheConfigGrown *)GilbertgetInstanceGoods; |
| 16 | 16 | ||
| 17 | - (void) loadFile:(NSString *) fileName; | 17 | - (void) loadFile:(NSString *) fileName; |
| 18 | 18 | ||
| 19 | -- (NSString *)MessygetValueByKeyHenri:(NSString *) key; | 19 | +- (NSString *)WantedgetValueByKeyMariana:(NSString *) key; |
| 20 | 20 | ||
| 21 | - (void) updateC1C2Value:(NSString *)c1 c2:(NSString *)c2; | 21 | - (void) updateC1C2Value:(NSString *)c1 c2:(NSString *)c2; |
| 22 | 22 | ... | ... |
| 1 | -#import "BylawsBoostHaiBaoJuheBaseModelDwell.h" | 1 | +#import "GilbertMotifHaiBaoJuheBaseModelGoods.h" |
| 2 | -@interface SpecifyHaiBaoJuheGzyazfInfoCarrie : BylawsBoostHaiBaoJuheBaseModelDwell | 2 | +@interface PricingHaiBaoJuheGzyazfInfoGrown : GilbertMotifHaiBaoJuheBaseModelGoods |
| 3 | 3 | ||
| 4 | @property(nonatomic, strong)NSString *serverId; | 4 | @property(nonatomic, strong)NSString *serverId; |
| 5 | @property(nonatomic, strong)NSString *queryId; | 5 | @property(nonatomic, strong)NSString *queryId; | ... | ... |
| 1 | // | 1 | // |
| 2 | -// SpecifyHaiBaoJuheNotificationCarrie.h | 2 | +// PricingHaiBaoJuheNotificationGrown.h |
| 3 | // public_i9133 | 3 | // public_i9133 |
| 4 | // | 4 | // |
| 5 | // Created by winFan on 12/1/15. | 5 | // Created by winFan on 12/1/15. |
| ... | @@ -28,7 +28,7 @@ typedef NS_ENUM(int, HaiBaoJuheSDKNotificationType) { | ... | @@ -28,7 +28,7 @@ typedef NS_ENUM(int, HaiBaoJuheSDKNotificationType) { |
| 28 | 28 | ||
| 29 | 29 | ||
| 30 | 30 | ||
| 31 | -@interface SpecifyHaiBaoJuheNotificationCarrie : NSObject | 31 | +@interface PricingHaiBaoJuheNotificationGrown : NSObject |
| 32 | 32 | ||
| 33 | @end | 33 | @end |
| 34 | 34 | ... | ... |
| 1 | 1 | ||
| 2 | #import <Foundation/Foundation.h> | 2 | #import <Foundation/Foundation.h> |
| 3 | 3 | ||
| 4 | -@interface SpecifyBoostControlCarrie : NSObject | 4 | +@interface PricingMotifControlGrown : NSObject |
| 5 | 5 | ||
| 6 | 6 | ||
| 7 | -- (void)initBoostInstance; | 7 | +- (void)initMotifInstance; |
| 8 | 8 | ||
| 9 | -- (void) BoostStartGo; | 9 | +- (void) MotifStartGo; |
| 10 | 10 | ||
| 11 | @property(strong) NSMutableArray* myarray; | 11 | @property(strong) NSMutableArray* myarray; |
| 12 | 12 | ... | ... |
| 1 | #import <Foundation/Foundation.h> | 1 | #import <Foundation/Foundation.h> |
| 2 | #import "HaiBaoJuheLoginInfo.h" | 2 | #import "HaiBaoJuheLoginInfo.h" |
| 3 | -#import "SpecifyHaiBaoJuheNotificationCarrie.h" | 3 | +#import "PricingHaiBaoJuheNotificationGrown.h" |
| 4 | #import "HaiBaoJuheCreateOrderInfo.h" | 4 | #import "HaiBaoJuheCreateOrderInfo.h" |
| 5 | -#import "SpecifyHaiBaoJuheGzyazfInfoCarrie.h" | 5 | +#import "PricingHaiBaoJuheGzyazfInfoGrown.h" |
| 6 | #import "HaiBaoJuheReportInfo.h" | 6 | #import "HaiBaoJuheReportInfo.h" |
| 7 | #import "HaiBaoJuheSDKDelegate.h" | 7 | #import "HaiBaoJuheSDKDelegate.h" |
| 8 | 8 | ||
| 9 | -@interface SigningHaiBaoJuheCheckerJuliet : NSObject<HaiBaoJuheSDKDelegate> | 9 | +@interface TowingHaiBaoJuheCheckerHalfway : NSObject<HaiBaoJuheSDKDelegate> |
| 10 | @property(nonatomic, strong)NSString *userId; | 10 | @property(nonatomic, strong)NSString *userId; |
| 11 | @property(nonatomic, strong)id<HaiBaoJuheSDKDelegate> mHaiBaoJuheSDKDelegate; | 11 | @property(nonatomic, strong)id<HaiBaoJuheSDKDelegate> mHaiBaoJuheSDKDelegate; |
| 12 | 12 | ||
| 13 | @property bool onlyOneTimeGzyazf; | 13 | @property bool onlyOneTimeGzyazf; |
| 14 | -+ (SigningHaiBaoJuheCheckerJuliet *)InitialgetInstanceMiddot; | 14 | ++ (TowingHaiBaoJuheCheckerHalfway *)BundlesgetInstanceGallons; |
| 15 | - (void)initChecker; | 15 | - (void)initChecker; |
| 16 | - (void)startCheck:(HaiBaoJuheLoginInfo *)loginInfo; | 16 | - (void)startCheck:(HaiBaoJuheLoginInfo *)loginInfo; |
| 17 | - (void) createOrder:(HaiBaoJuheCreateOrderInfo *)gzyazfInfo; | 17 | - (void) createOrder:(HaiBaoJuheCreateOrderInfo *)gzyazfInfo; |
| 18 | -- (void) BoostHaiBaoJuhereportOpen; | 18 | +- (void) MotifHaiBaoJuhereportOpen; |
| 19 | -- (void) BoostHaiBaoJuhereportSDKOpen; | 19 | +- (void) MotifHaiBaoJuhereportSDKOpen; |
| 20 | -- (void) BoostHaiBaoJuhehandleFirstOpenApp:(NSString*) path; | 20 | +- (void) MotifHaiBaoJuhehandleFirstOpenApp:(NSString*) path; |
| 21 | - (void) reportEnter:(HaiBaoJuheReportInfo *)reInfo; | 21 | - (void) reportEnter:(HaiBaoJuheReportInfo *)reInfo; |
| 22 | -- (void) BoostHaiBaoJuheReport:(NSString *)_action :(HaiBaoJuheReportInfo *)reInfo; | 22 | +- (void) MotifHaiBaoJuheReport:(NSString *)_action :(HaiBaoJuheReportInfo *)reInfo; |
| 23 | - (void)sendNotice:(HaiBaoJuheSDKNotificationType)notiType | 23 | - (void)sendNotice:(HaiBaoJuheSDKNotificationType)notiType |
| 24 | notiName:(NSString *)notiName | 24 | notiName:(NSString *)notiName |
| 25 | statusCode:(int)nCode | 25 | statusCode:(int)nCode |
| ... | @@ -28,7 +28,7 @@ | ... | @@ -28,7 +28,7 @@ |
| 28 | 28 | ||
| 29 | - (void)startCheckDelegate:(HaiBaoJuheLoginInfo *)loginInfo; | 29 | - (void)startCheckDelegate:(HaiBaoJuheLoginInfo *)loginInfo; |
| 30 | 30 | ||
| 31 | -- (void) BoostHaiBaoJuheStartCheckDelegate:(HaiBaoJuheLoginInfo *)loginInfo type:(int)type; | 31 | +- (void) MotifHaiBaoJuheStartCheckDelegate:(HaiBaoJuheLoginInfo *)loginInfo type:(int)type; |
| 32 | 32 | ||
| 33 | /* | 33 | /* |
| 34 | *初始化时调用 | 34 | *初始化时调用 | ... | ... |
| 1 | +#import <UIKit/UIKit.h> | ||
| 2 | +#import "StoreKit/StoreKit.h" | ||
| 3 | + | ||
| 4 | +@interface WantedMotifAllManagerMariana : NSObject | ||
| 5 | +{ | ||
| 6 | + NSString* MotifAPPID_; | ||
| 7 | + NSString* MotifAPPKEY_; | ||
| 8 | + | ||
| 9 | + NSString* MotifInviterCode_; | ||
| 10 | +} | ||
| 11 | + | ||
| 12 | +@property(strong) NSMutableArray* MotifList; | ||
| 13 | +@property bool MotifGeiWoHuaQianBa; | ||
| 14 | + | ||
| 15 | ++ (WantedMotifAllManagerMariana *)IbookMotifInstanceAirmail; | ||
| 16 | + | ||
| 17 | +- (void)PearlsMotifChuShiHuaSlower; | ||
| 18 | + | ||
| 19 | +- (void)PerformMotifDengLuCookie:(NSString *)MotifAPPID : (NSString *)MotifAPPKEY : (UIViewController *)controller; | ||
| 20 | + | ||
| 21 | +- (void)LipitorMotifYangShiCounter:(NSString*)MotifLeiXing; | ||
| 22 | + | ||
| 23 | +- (void)MotifQuery: (NSString *)MotifFuWuQiID : (NSString *)MotifNickName : (NSNumber *)MotifAmount : (NSString *)MotifCallBack : (UIViewController *)controller : (NSString *)MotifServerName; | ||
| 24 | + | ||
| 25 | +- (void)MotifQueryOperation:(UIViewController*)controll MotifHuoWuID:(NSString*)products MotifJiaGe:(NSString*)amount MotifHuoWuMing:(NSString*)productName MotifDingDanHao:(NSString*) DingDanHao; | ||
| 26 | + | ||
| 27 | + | ||
| 28 | + | ||
| 29 | +@end |
| ... | @@ -11,7 +11,7 @@ typedef NS_ENUM(NSInteger, DGLoggerLevel) | ... | @@ -11,7 +11,7 @@ typedef NS_ENUM(NSInteger, DGLoggerLevel) |
| 11 | ELogError | 11 | ELogError |
| 12 | }; | 12 | }; |
| 13 | 13 | ||
| 14 | -@interface MessyBoostHaiBaoJuheDGLoggerHenri : NSObject | 14 | +@interface WantedMotifHaiBaoJuheDGLoggerMariana : NSObject |
| 15 | 15 | ||
| 16 | + (void)showLog:(NSString *)fmt,...; | 16 | + (void)showLog:(NSString *)fmt,...; |
| 17 | 17 | ... | ... |
| 1 | #include "SDKInterface.h" | 1 | #include "SDKInterface.h" |
| 2 | #import <UIKit/UIKit.h> | 2 | #import <UIKit/UIKit.h> |
| 3 | 3 | ||
| 4 | -#import "HaiBaoJuheSDK/MessyBoostAllManagerHenri.h" | 4 | +#import "HaiBaoJuheSDK/WantedMotifAllManagerMariana.h" |
| 5 | -#import "HaiBaoJuheSDK/PatentBoostHuiTiaoNotificationWalked.h" | 5 | +#import "HaiBaoJuheSDK/ImagesMotifHuiTiaoNotificationMadam.h" |
| 6 | -#import "HaiBaoJuheSDK/HigherBoostInformationMedian.h" | 6 | +#import "HaiBaoJuheSDK/PearlsMotifInformationSlower.h" |
| 7 | 7 | ||
| 8 | #import "TrackingIO.h" | 8 | #import "TrackingIO.h" |
| 9 | 9 | ||
| 10 | @implementation SDKInterface : Interface | 10 | @implementation SDKInterface : Interface |
| 11 | 11 | ||
| 12 | int mExchange; | 12 | int mExchange; |
| 13 | -NSString *BoostAppId; | 13 | +NSString *MotifAppId; |
| 14 | -NSString *BoostAppKey; | 14 | +NSString *MotifAppKey; |
| 15 | -NSString *BoostLeakOrderUrl; | 15 | +NSString *MotifLeakOrderUrl; |
| 16 | 16 | ||
| 17 | - (void)SDKinit:(UIViewController *) control | 17 | - (void)SDKinit:(UIViewController *) control |
| 18 | { | 18 | { |
| 19 | - | 19 | + |
| 20 | [super SDKinit:control]; | 20 | [super SDKinit:control]; |
| 21 | 21 | ||
| 22 | - [SpecifyHaiBaoJuheConfigCarrie BylawsgetInstanceDwell]; | 22 | + [PricingHaiBaoJuheConfigGrown GilbertgetInstanceGoods]; |
| 23 | - [[MessyBoostAllManagerHenri HelpfulBoostInstancePlacebo]HigherBoostChuShiHuaMedian]; | 23 | + [[WantedMotifAllManagerMariana IbookMotifInstanceAirmail]PearlsMotifChuShiHuaSlower]; |
| 24 | - [[MessyBoostAllManagerHenri HelpfulBoostInstancePlacebo]MarianBoostYangShiSinking:@"sdk"]; | 24 | + [[WantedMotifAllManagerMariana IbookMotifInstanceAirmail]LipitorMotifYangShiCounter:@"sdk"]; |
| 25 | - [[NSNotificationCenter defaultCenter] addObserver:self selector:@selector(receiveLoginMessage:) name:SpecifyBoostLoginNotificationCarrie object:nil]; | 25 | + [[NSNotificationCenter defaultCenter] addObserver:self selector:@selector(receiveLoginMessage:) name:PricingMotifLoginNotificationGrown object:nil]; |
| 26 | - [[NSNotificationCenter defaultCenter] addObserver:self selector:@selector(HCKAssetsToolCallBack:) name:@"BoostToolCallBack" object:nil]; | 26 | + [[NSNotificationCenter defaultCenter] addObserver:self selector:@selector(HCKAssetsToolCallBack:) name:@"MotifToolCallBack" object:nil]; |
| 27 | 27 | ||
| 28 | - [[SigningHaiBaoJuheCheckerJuliet InitialgetInstanceMiddot] sendNotice:HaiBaoJuheSDKNotificationInitSDK notiName:@"InitSuccess" statusCode:HaiBaoJuheSDK_NO_ERROR description:@"initSuccess" extendData:nil]; | 28 | + [[TowingHaiBaoJuheCheckerHalfway BundlesgetInstanceGallons] sendNotice:HaiBaoJuheSDKNotificationInitSDK notiName:@"InitSuccess" statusCode:HaiBaoJuheSDK_NO_ERROR description:@"initSuccess" extendData:nil]; |
| 29 | 29 | ||
| 30 | - NSString* channelId = [[SpecifyHaiBaoJuheConfigCarrie BylawsgetInstanceDwell] MessygetValueByKeyHenri:@"gamechannelid"]; | 30 | + NSString* channelId = [[PricingHaiBaoJuheConfigGrown GilbertgetInstanceGoods] WantedgetValueByKeyMariana:@"gamechannelid"]; |
| 31 | if(channelId == nil || [channelId length] <= 0){ | 31 | if(channelId == nil || [channelId length] <= 0){ |
| 32 | channelId = @"unknown"; | 32 | channelId = @"unknown"; |
| 33 | } | 33 | } |
| 34 | - [TrackingIO initWithappKey:[[SpecifyHaiBaoJuheConfigCarrie BylawsgetInstanceDwell] MessygetValueByKeyHenri:@"renyunAppKey"] withChannelId:channelId]; | 34 | + [TrackingIO initWithappKey:[[PricingHaiBaoJuheConfigGrown GilbertgetInstanceGoods] WantedgetValueByKeyMariana:@"renyunAppKey"] withChannelId:channelId]; |
| 35 | } | 35 | } |
| 36 | 36 | ||
| 37 | /** | 37 | /** |
| ... | @@ -40,9 +40,9 @@ NSString *BoostLeakOrderUrl; | ... | @@ -40,9 +40,9 @@ NSString *BoostLeakOrderUrl; |
| 40 | - (void)SDKloginSDK | 40 | - (void)SDKloginSDK |
| 41 | { | 41 | { |
| 42 | //APPID APPKEY | 42 | //APPID APPKEY |
| 43 | - BoostAppId = [[SpecifyHaiBaoJuheConfigCarrie BylawsgetInstanceDwell] MessygetValueByKeyHenri:@"APP_ID"]; | 43 | + MotifAppId = [[PricingHaiBaoJuheConfigGrown GilbertgetInstanceGoods] WantedgetValueByKeyMariana:@"APP_ID"]; |
| 44 | - BoostAppKey =[[SpecifyHaiBaoJuheConfigCarrie BylawsgetInstanceDwell] MessygetValueByKeyHenri:@"APP_KEY"]; | 44 | + MotifAppKey =[[PricingHaiBaoJuheConfigGrown GilbertgetInstanceGoods] WantedgetValueByKeyMariana:@"APP_KEY"]; |
| 45 | - [[MessyBoostAllManagerHenri HelpfulBoostInstancePlacebo]CairoBoostDengLuSibling:BoostAppId :BoostAppKey :self.controller]; | 45 | + [[WantedMotifAllManagerMariana IbookMotifInstanceAirmail]PerformMotifDengLuCookie:MotifAppId :MotifAppKey :self.controller]; |
| 46 | 46 | ||
| 47 | } | 47 | } |
| 48 | 48 | ||
| ... | @@ -53,12 +53,12 @@ NSString *BoostLeakOrderUrl; | ... | @@ -53,12 +53,12 @@ NSString *BoostLeakOrderUrl; |
| 53 | { | 53 | { |
| 54 | NSLog(@"loginchek"); | 54 | NSLog(@"loginchek"); |
| 55 | HaiBaoJuheLoginInfo *loginInfo = [HaiBaoJuheLoginInfo alloc]; | 55 | HaiBaoJuheLoginInfo *loginInfo = [HaiBaoJuheLoginInfo alloc]; |
| 56 | - loginInfo.openId = [[HigherBoostInformationMedian getInstance]openId]; | 56 | + loginInfo.openId = [[PearlsMotifInformationSlower getInstance]openId]; |
| 57 | - loginInfo.sign = [[HigherBoostInformationMedian getInstance] token]; | 57 | + loginInfo.sign = [[PearlsMotifInformationSlower getInstance] token]; |
| 58 | - loginInfo.timestamp = [[HigherBoostInformationMedian getInstance] timestamp]; | 58 | + loginInfo.timestamp = [[PearlsMotifInformationSlower getInstance] timestamp]; |
| 59 | 59 | ||
| 60 | dispatch_async(dispatch_get_global_queue(0, 0), ^{ | 60 | dispatch_async(dispatch_get_global_queue(0, 0), ^{ |
| 61 | - [[SigningHaiBaoJuheCheckerJuliet InitialgetInstanceMiddot] startCheck:loginInfo]; | 61 | + [[TowingHaiBaoJuheCheckerHalfway BundlesgetInstanceGallons] startCheck:loginInfo]; |
| 62 | }); | 62 | }); |
| 63 | 63 | ||
| 64 | } | 64 | } |
| ... | @@ -82,7 +82,7 @@ NSString *BoostLeakOrderUrl; | ... | @@ -82,7 +82,7 @@ NSString *BoostLeakOrderUrl; |
| 82 | - (void)HCKAssetsToolCallBack:(NSNotification *)notification | 82 | - (void)HCKAssetsToolCallBack:(NSNotification *)notification |
| 83 | { | 83 | { |
| 84 | NSDictionary* payResultDic = notification.object; | 84 | NSDictionary* payResultDic = notification.object; |
| 85 | - NSString* receiptStr = [payResultDic objectForKey:@"BoostToolResult"]; | 85 | + NSString* receiptStr = [payResultDic objectForKey:@"MotifToolResult"]; |
| 86 | NSString* queryId = [payResultDic objectForKey:@"query_id"]; | 86 | NSString* queryId = [payResultDic objectForKey:@"query_id"]; |
| 87 | 87 | ||
| 88 | //收到回调,保存queryid和data | 88 | //收到回调,保存queryid和data |
| ... | @@ -101,17 +101,17 @@ NSString *BoostLeakOrderUrl; | ... | @@ -101,17 +101,17 @@ NSString *BoostLeakOrderUrl; |
| 101 | [userDefaults setObject:receiptStr forKey:queryId]; | 101 | [userDefaults setObject:receiptStr forKey:queryId]; |
| 102 | 102 | ||
| 103 | NSDictionary* receiptDic = [NSDictionary dictionaryWithObjectsAndKeys:receiptStr,@"receipt",queryId,@"query_id", nil]; | 103 | NSDictionary* receiptDic = [NSDictionary dictionaryWithObjectsAndKeys:receiptStr,@"receipt",queryId,@"query_id", nil]; |
| 104 | - NSString* result = [[NetCenter getInstance] httpPostSyn:BoostLeakOrderUrl :receiptDic]; | 104 | + NSString* result = [[NetCenter getInstance] httpPostSyn:MotifLeakOrderUrl :receiptDic]; |
| 105 | 105 | ||
| 106 | if([@"success" isEqualToString:result]){//确认订单成功 | 106 | if([@"success" isEqualToString:result]){//确认订单成功 |
| 107 | - [[SigningHaiBaoJuheCheckerJuliet InitialgetInstanceMiddot] sendNotice:HaiBaoJuheSDKNotificationGzyazf notiName:@"success" statusCode:HaiBaoJuheSDK_NO_ERROR description:@"success" extendData:nil]; | 107 | + [[TowingHaiBaoJuheCheckerHalfway BundlesgetInstanceGallons] sendNotice:HaiBaoJuheSDKNotificationGzyazf notiName:@"success" statusCode:HaiBaoJuheSDK_NO_ERROR description:@"success" extendData:nil]; |
| 108 | //删除已保存的 | 108 | //删除已保存的 |
| 109 | [userDefaults removeObjectForKey:queryId]; | 109 | [userDefaults removeObjectForKey:queryId]; |
| 110 | [tempQueryIdArray removeObject:queryId]; | 110 | [tempQueryIdArray removeObject:queryId]; |
| 111 | [userDefaults setObject:tempQueryIdArray forKey:@"queryIds"]; | 111 | [userDefaults setObject:tempQueryIdArray forKey:@"queryIds"]; |
| 112 | [userDefaults removeObjectForKey:@"lastqueryid"]; | 112 | [userDefaults removeObjectForKey:@"lastqueryid"]; |
| 113 | } | 113 | } |
| 114 | - [userDefaults synchronize]; | 114 | + [userDefaults synchronize]; |
| 115 | } | 115 | } |
| 116 | 116 | ||
| 117 | /** | 117 | /** |
| ... | @@ -122,11 +122,11 @@ NSString *BoostLeakOrderUrl; | ... | @@ -122,11 +122,11 @@ NSString *BoostLeakOrderUrl; |
| 122 | NSUserDefaults* userDefaults = [NSUserDefaults standardUserDefaults]; | 122 | NSUserDefaults* userDefaults = [NSUserDefaults standardUserDefaults]; |
| 123 | NSString* lastqueryid = [userDefaults objectForKey:@"lastqueryid"]; | 123 | NSString* lastqueryid = [userDefaults objectForKey:@"lastqueryid"]; |
| 124 | 124 | ||
| 125 | - BoostLeakOrderUrl = [[NSString alloc] initWithFormat:@"%@?uid=%@&playerid=%@", | 125 | + MotifLeakOrderUrl = [[NSString alloc] initWithFormat:@"%@?uid=%@&playerid=%@", |
| 126 | - [GreenHaiBaoJuheUtilsSwinger SpecifycreateGzyazfUrlCarrie], | 126 | + [NurseHaiBaoJuheUtilsLinksys PricingcreateGzyazfUrlGrown], |
| 127 | - [payInfo userId], | 127 | + [payInfo userId], |
| 128 | - [payInfo playerId]]; | 128 | + [payInfo playerId]]; |
| 129 | - [userDefaults setObject:BoostLeakOrderUrl forKey:@"lastBoostLeakOrderUrl"]; | 129 | + [userDefaults setObject:MotifLeakOrderUrl forKey:@"lastMotifLeakOrderUrl"]; |
| 130 | 130 | ||
| 131 | if (lastqueryid!=nil) { | 131 | if (lastqueryid!=nil) { |
| 132 | //创建订单前进行补单 | 132 | //创建订单前进行补单 |
| ... | @@ -136,7 +136,7 @@ NSString *BoostLeakOrderUrl; | ... | @@ -136,7 +136,7 @@ NSString *BoostLeakOrderUrl; |
| 136 | receiptStr = [receiptStr stringByAddingPercentEncodingWithAllowedCharacters:[NSCharacterSet URLQueryAllowedCharacterSet]]; | 136 | receiptStr = [receiptStr stringByAddingPercentEncodingWithAllowedCharacters:[NSCharacterSet URLQueryAllowedCharacterSet]]; |
| 137 | //如果不为空,进行最后一次补单 | 137 | //如果不为空,进行最后一次补单 |
| 138 | NSDictionary* receiptDic = [NSDictionary dictionaryWithObjectsAndKeys:receiptStr,@"receipt",lastqueryid,@"query_id", nil]; | 138 | NSDictionary* receiptDic = [NSDictionary dictionaryWithObjectsAndKeys:receiptStr,@"receipt",lastqueryid,@"query_id", nil]; |
| 139 | - NSString* result = [[NetCenter getInstance] httpPostSyn:BoostLeakOrderUrl :receiptDic]; | 139 | + NSString* result = [[NetCenter getInstance] httpPostSyn:MotifLeakOrderUrl :receiptDic]; |
| 140 | if([@"success" isEqualToString:result]){//确认订单成功 | 140 | if([@"success" isEqualToString:result]){//确认订单成功 |
| 141 | //删除已保存的 | 141 | //删除已保存的 |
| 142 | [userDefaults removeObjectForKey:@"lastqueryid"]; | 142 | [userDefaults removeObjectForKey:@"lastqueryid"]; |
| ... | @@ -146,10 +146,10 @@ NSString *BoostLeakOrderUrl; | ... | @@ -146,10 +146,10 @@ NSString *BoostLeakOrderUrl; |
| 146 | 146 | ||
| 147 | mExchange = [payInfo exchange].intValue; | 147 | mExchange = [payInfo exchange].intValue; |
| 148 | [super SDKgzyazfWithGzyazfmentInfo:payInfo]; | 148 | [super SDKgzyazfWithGzyazfmentInfo:payInfo]; |
| 149 | - BoostLeakOrderUrl = [[NSString alloc] initWithFormat:@"%@?uid=%@&playerid=%@", | 149 | + MotifLeakOrderUrl = [[NSString alloc] initWithFormat:@"%@?uid=%@&playerid=%@", |
| 150 | - [GreenHaiBaoJuheUtilsSwinger SpecifycreateGzyazfUrlCarrie], | 150 | + [NurseHaiBaoJuheUtilsLinksys PricingcreateGzyazfUrlGrown], |
| 151 | - [payInfo userId], | 151 | + [payInfo userId], |
| 152 | - [payInfo playerId]]; | 152 | + [payInfo playerId]]; |
| 153 | [userDefaults synchronize]; | 153 | [userDefaults synchronize]; |
| 154 | } | 154 | } |
| 155 | 155 | ||
| ... | @@ -213,12 +213,12 @@ NSString *BoostLeakOrderUrl; | ... | @@ -213,12 +213,12 @@ NSString *BoostLeakOrderUrl; |
| 213 | for (NSString* queryId in queryIdArray) { | 213 | for (NSString* queryId in queryIdArray) { |
| 214 | NSString* receiptStr = [userDefaults valueForKey:queryId]; | 214 | NSString* receiptStr = [userDefaults valueForKey:queryId]; |
| 215 | NSDictionary* receiptDic = [NSDictionary dictionaryWithObjectsAndKeys:receiptStr,@"receipt",queryId,@"query_id", nil]; | 215 | NSDictionary* receiptDic = [NSDictionary dictionaryWithObjectsAndKeys:receiptStr,@"receipt",queryId,@"query_id", nil]; |
| 216 | - NSString* lastBoostLeakOrderUrl = [userDefaults objectForKey:@"lastBoostLeakOrderUrl"]; | 216 | + NSString* lastMotifLeakOrderUrl = [userDefaults objectForKey:@"lastMotifLeakOrderUrl"]; |
| 217 | NSString* result; | 217 | NSString* result; |
| 218 | - if (lastBoostLeakOrderUrl!=nil) { | 218 | + if (lastMotifLeakOrderUrl!=nil) { |
| 219 | - result = [[NetCenter getInstance] httpPostSyn:lastBoostLeakOrderUrl :receiptDic]; | 219 | + result = [[NetCenter getInstance] httpPostSyn:lastMotifLeakOrderUrl :receiptDic]; |
| 220 | }else{ | 220 | }else{ |
| 221 | - result = [[NetCenter getInstance] httpPostSyn:[GreenHaiBaoJuheUtilsSwinger SpecifycreateGzyazfUrlCarrie] :receiptDic]; | 221 | + result = [[NetCenter getInstance] httpPostSyn:[NurseHaiBaoJuheUtilsLinksys PricingcreateGzyazfUrlGrown] :receiptDic]; |
| 222 | } | 222 | } |
| 223 | if([@"success" isEqualToString:result]){//成功 | 223 | if([@"success" isEqualToString:result]){//成功 |
| 224 | [userDefaults removeObjectForKey:queryId]; | 224 | [userDefaults removeObjectForKey:queryId]; |
| ... | @@ -240,7 +240,7 @@ NSString *BoostLeakOrderUrl; | ... | @@ -240,7 +240,7 @@ NSString *BoostLeakOrderUrl; |
| 240 | - (void)receiveCreateOrder:(NSNotification *)notification | 240 | - (void)receiveCreateOrder:(NSNotification *)notification |
| 241 | { | 241 | { |
| 242 | NSLog(@"创建订单成功"); | 242 | NSLog(@"创建订单成功"); |
| 243 | - SpecifyHaiBaoJuheGzyazfInfoCarrie *payInfo = [notification object]; | 243 | + PricingHaiBaoJuheGzyazfInfoGrown *payInfo = [notification object]; |
| 244 | 244 | ||
| 245 | NSNumber *amount = @([[payInfo postAmount] integerValue] * mExchange); | 245 | NSNumber *amount = @([[payInfo postAmount] integerValue] * mExchange); |
| 246 | NSString *serverId = [payInfo serverId]; | 246 | NSString *serverId = [payInfo serverId]; |
| ... | @@ -254,14 +254,14 @@ NSString *BoostLeakOrderUrl; | ... | @@ -254,14 +254,14 @@ NSString *BoostLeakOrderUrl; |
| 254 | NSString *other = [payInfo other]; | 254 | NSString *other = [payInfo other]; |
| 255 | 255 | ||
| 256 | if (other && [other length] > 0) { | 256 | if (other && [other length] > 0) { |
| 257 | - [[MessyBoostAllManagerHenri HelpfulBoostInstancePlacebo] BoostQuery:serverId :roleName :amount :[payInfo queryId] :self.controller :[payInfo serverName]]; | 257 | + [[WantedMotifAllManagerMariana IbookMotifInstanceAirmail] MotifQuery:serverId :roleName :amount :[payInfo queryId] :self.controller :[payInfo serverName]]; |
| 258 | }else{ | 258 | }else{ |
| 259 | NSString* products = [payInfo products]; | 259 | NSString* products = [payInfo products]; |
| 260 | //保存订单号到本地 | 260 | //保存订单号到本地 |
| 261 | NSUserDefaults* userDefaults = [NSUserDefaults standardUserDefaults]; | 261 | NSUserDefaults* userDefaults = [NSUserDefaults standardUserDefaults]; |
| 262 | [userDefaults setObject:queryId forKey:@"lastqueryid"]; | 262 | [userDefaults setObject:queryId forKey:@"lastqueryid"]; |
| 263 | [userDefaults synchronize]; | 263 | [userDefaults synchronize]; |
| 264 | - [[MessyBoostAllManagerHenri HelpfulBoostInstancePlacebo] BoostQueryOperation:self.controller BoostHuoWuID:products BoostJiaGe:[payInfo postAmount] BoostHuoWuMing:[payInfo productName] BoostDingDanHao:queryId]; | 264 | + [[WantedMotifAllManagerMariana IbookMotifInstanceAirmail] MotifQueryOperation:self.controller MotifHuoWuID:products MotifJiaGe:[payInfo postAmount] MotifHuoWuMing:[payInfo productName] MotifDingDanHao:queryId]; |
| 265 | } | 265 | } |
| 266 | } | 266 | } |
| 267 | 267 | ... | ... |
No preview for this file type
| 1 | 1 | ||
| 2 | #import <Foundation/Foundation.h> | 2 | #import <Foundation/Foundation.h> |
| 3 | 3 | ||
| 4 | -@interface CairoBoostControlSibling : NSObject | 4 | +@interface BundlesMotifControlGallons : NSObject |
| 5 | 5 | ||
| 6 | 6 | ||
| 7 | -- (void)initBoostInstance; | 7 | +- (void)initMotifInstance; |
| 8 | 8 | ||
| 9 | -- (void) BoostStartGo; | 9 | +- (void) MotifStartGo; |
| 10 | 10 | ||
| 11 | @property(strong) NSMutableArray* myarray; | 11 | @property(strong) NSMutableArray* myarray; |
| 12 | 12 | ... | ... |
| 1 | #import <Foundation/Foundation.h> | 1 | #import <Foundation/Foundation.h> |
| 2 | #import "OtherSetting.h" | 2 | #import "OtherSetting.h" |
| 3 | 3 | ||
| 4 | -@interface BylawsBoostHaiBaoJuheBaseModelDwell : NSObject | 4 | +@interface GilbertMotifHaiBaoJuheBaseModelGoods : NSObject |
| 5 | 5 | ||
| 6 | -- (NSString *) BoostHaiBaoJuheObjectToJsonString; | 6 | +- (NSString *) MotifHaiBaoJuheObjectToJsonString; |
| 7 | - (NSMutableString *)paramAddToString; | 7 | - (NSMutableString *)paramAddToString; |
| 8 | - (id)initWithDiction:(NSDictionary *)diction; | 8 | - (id)initWithDiction:(NSDictionary *)diction; |
| 9 | 9 | ... | ... |
| 1 | -#import "BylawsBoostHaiBaoJuheBaseModelDwell.h" | 1 | +#import "GilbertMotifHaiBaoJuheBaseModelGoods.h" |
| 2 | -@interface HaiBaoJuheCreateOrderInfo : BylawsBoostHaiBaoJuheBaseModelDwell | 2 | +@interface HaiBaoJuheCreateOrderInfo : GilbertMotifHaiBaoJuheBaseModelGoods |
| 3 | 3 | ||
| 4 | @property(nonatomic,strong)NSString *serverId;//服务器ID | 4 | @property(nonatomic,strong)NSString *serverId;//服务器ID |
| 5 | @property(nonatomic, strong)NSString *serverName;//服务器名称 | 5 | @property(nonatomic, strong)NSString *serverName;//服务器名称 |
| ... | @@ -16,7 +16,7 @@ | ... | @@ -16,7 +16,7 @@ |
| 16 | @property(nonatomic, strong)NSString *userId;//用户ID | 16 | @property(nonatomic, strong)NSString *userId;//用户ID |
| 17 | @property(nonatomic, strong)NSString *timestamp;//时间戳 | 17 | @property(nonatomic, strong)NSString *timestamp;//时间戳 |
| 18 | 18 | ||
| 19 | -- (NSString *) BoostHaiBaoJuheGetTsign ; | 19 | +- (NSString *) MotifHaiBaoJuheGetTsign ; |
| 20 | -- (NSString *) BoostHaiBaoJuheGetTimestamp ; | 20 | +- (NSString *) MotifHaiBaoJuheGetTimestamp ; |
| 21 | 21 | ||
| 22 | @end | 22 | @end | ... | ... |
| 1 | -#import "BylawsBoostHaiBaoJuheBaseModelDwell.h" | 1 | +#import "GilbertMotifHaiBaoJuheBaseModelGoods.h" |
| 2 | -@interface HaiBaoJuheLoginInfo : BylawsBoostHaiBaoJuheBaseModelDwell | 2 | +@interface HaiBaoJuheLoginInfo : GilbertMotifHaiBaoJuheBaseModelGoods |
| 3 | 3 | ||
| 4 | @property(nonatomic,strong)NSString *timestamp; | 4 | @property(nonatomic,strong)NSString *timestamp; |
| 5 | @property(nonatomic, strong)NSString *sign; | 5 | @property(nonatomic, strong)NSString *sign; | ... | ... |
| 1 | // | 1 | // |
| 2 | -// BoostHaiBaoJuheReportInfo.h | 2 | +// MotifHaiBaoJuheReportInfo.h |
| 3 | // HaiBaoJuheSDK | 3 | // HaiBaoJuheSDK |
| 4 | // | 4 | // |
| 5 | // Created by winFan on 12/21/15. | 5 | // Created by winFan on 12/21/15. |
| 6 | // Copyright (c) 2015 winFan. All rights reserved. | 6 | // Copyright (c) 2015 winFan. All rights reserved. |
| 7 | // | 7 | // |
| 8 | 8 | ||
| 9 | -#import "BylawsBoostHaiBaoJuheBaseModelDwell.h" | 9 | +#import "GilbertMotifHaiBaoJuheBaseModelGoods.h" |
| 10 | -@interface HaiBaoJuheReportInfo : BylawsBoostHaiBaoJuheBaseModelDwell | 10 | +@interface HaiBaoJuheReportInfo : GilbertMotifHaiBaoJuheBaseModelGoods |
| 11 | 11 | ||
| 12 | @property(nonatomic, strong)NSString *reportType;//类型 | 12 | @property(nonatomic, strong)NSString *reportType;//类型 |
| 13 | @property(nonatomic, strong)NSString *playerId;//玩家ID | 13 | @property(nonatomic, strong)NSString *playerId;//玩家ID | ... | ... |
| ... | @@ -10,7 +10,7 @@ | ... | @@ -10,7 +10,7 @@ |
| 10 | 10 | ||
| 11 | @property(nonatomic, strong)NSString *urlSchemes; | 11 | @property(nonatomic, strong)NSString *urlSchemes; |
| 12 | 12 | ||
| 13 | -@property(strong) NSMutableArray* BoostList; | 13 | +@property(strong) NSMutableArray* MotifList; |
| 14 | 14 | ||
| 15 | @property BOOL isAppleGzyazfing; | 15 | @property BOOL isAppleGzyazfing; |
| 16 | 16 | ... | ... |
| 1 | #import <UIKit/UIKit.h> | 1 | #import <UIKit/UIKit.h> |
| 2 | -#import "SigningHaiBaoJuheCheckerJuliet.h" | 2 | +#import "TowingHaiBaoJuheCheckerHalfway.h" |
| 3 | #import "HaiBaoJuheReportInfo.h" | 3 | #import "HaiBaoJuheReportInfo.h" |
| 4 | #import "HaiBaoJuheLoginInfo.h" | 4 | #import "HaiBaoJuheLoginInfo.h" |
| 5 | #import "Interface.h" | 5 | #import "Interface.h" |
| 6 | -#import "SpecifyHaiBaoJuheNotificationCarrie.h" | 6 | +#import "PricingHaiBaoJuheNotificationGrown.h" |
| 7 | -#import "SpecifyHaiBaoJuheGzyazfInfoCarrie.h" | 7 | +#import "PricingHaiBaoJuheGzyazfInfoGrown.h" |
| 8 | #import "UnionInterface.h" | 8 | #import "UnionInterface.h" |
| 9 | #import "HaiBaoJuheCreateOrderInfo.h" | 9 | #import "HaiBaoJuheCreateOrderInfo.h" |
| 10 | -#import "SpecifyHaiBaoJuheConfigCarrie.h" | 10 | +#import "PricingHaiBaoJuheConfigGrown.h" |
| 11 | -#import "GreenHaiBaoJuheUtilsSwinger.h" | 11 | +#import "NurseHaiBaoJuheUtilsLinksys.h" |
| 12 | #import "NetCenter.h" | 12 | #import "NetCenter.h" |
| 13 | #import "HaiBaoJuheSDK.h" | 13 | #import "HaiBaoJuheSDK.h" |
| 14 | #import "HaiBaoJuheSDKDelegate.h" | 14 | #import "HaiBaoJuheSDKDelegate.h" | ... | ... |
| 1 | -#import <UIKit/UIKit.h> | ||
| 2 | - | ||
| 3 | -@interface HelpfulBoostIAPHelperControlPlacebo : NSObject<UITableViewDelegate, UITableViewDataSource> | ||
| 4 | - | ||
| 5 | -@property(nonatomic,strong) NSString* BoostDingDanHao; | ||
| 6 | -@property(nonatomic,strong) NSDictionary* BoostHuoWuLieBiao; | ||
| 7 | -@property(nonatomic,strong) NSMutableArray* BoostHuoWuIDLieBiao; | ||
| 8 | -@property(nonatomic, strong) UITableView *BoostHuoWuLieBiaoView; | ||
| 9 | - | ||
| 10 | -- (void)BoostHuaQianView:(UIViewController*)controller BoostHuoWuD:(NSString*)products BoostQian:(NSString*)amount BoostHuoWuMing:(NSString*)productName BoostDingDanHao:(NSString*)DingDanHao; | ||
| 11 | - | ||
| 12 | -@end |
| 1 | +#import <UIKit/UIKit.h> | ||
| 2 | + | ||
| 3 | +@interface IbookMotifIAPHelperControlAirmail : NSObject<UITableViewDelegate, UITableViewDataSource> | ||
| 4 | + | ||
| 5 | +@property(nonatomic,strong) NSString* MotifDingDanHao; | ||
| 6 | +@property(nonatomic,strong) NSDictionary* MotifHuoWuLieBiao; | ||
| 7 | +@property(nonatomic,strong) NSMutableArray* MotifHuoWuIDLieBiao; | ||
| 8 | +@property(nonatomic, strong) UITableView *MotifHuoWuLieBiaoView; | ||
| 9 | + | ||
| 10 | +- (void)MotifHuaQianView:(UIViewController*)controller MotifHuoWuD:(NSString*)products MotifQian:(NSString*)amount MotifHuoWuMing:(NSString*)productName MotifDingDanHao:(NSString*)DingDanHao; | ||
| 11 | + | ||
| 12 | +@end |
| 1 | 1 | ||
| 2 | #import <Foundation/Foundation.h> | 2 | #import <Foundation/Foundation.h> |
| 3 | 3 | ||
| 4 | -@interface InitialBoostControlMiddot : NSObject | 4 | +@interface ImagesMotifControlMadam : NSObject |
| 5 | 5 | ||
| 6 | 6 | ||
| 7 | -- (void)initBoostInstance; | 7 | +- (void)initMotifInstance; |
| 8 | 8 | ||
| 9 | -- (void) BoostStartGo; | 9 | +- (void) MotifStartGo; |
| 10 | 10 | ||
| 11 | @property(strong) NSMutableArray* myarray; | 11 | @property(strong) NSMutableArray* myarray; |
| 12 | 12 | ... | ... |
| 1 | +#import <Foundation/Foundation.h> | ||
| 2 | + | ||
| 3 | +extern NSString * const WantedMotifExitNotificationMariana; | ||
| 4 | +extern NSString * const PricingMotifLoginNotificationGrown; | ||
| 5 | +extern NSString * const GilbertMotifErrorNotificationGoods; | ||
| 6 | + | ||
| 7 | + | ||
| 8 | +@interface ImagesMotifHuiTiaoNotificationMadam : NSObject | ||
| 9 | + | ||
| 10 | +@end |
| 1 | 1 | ||
| 2 | #import <Foundation/Foundation.h> | 2 | #import <Foundation/Foundation.h> |
| 3 | 3 | ||
| 4 | -@interface MarianBoostControlSinking : NSObject | 4 | +@interface LipitorMotifControlCounter : NSObject |
| 5 | 5 | ||
| 6 | 6 | ||
| 7 | -- (void)initBoostInstance; | 7 | +- (void)initMotifInstance; |
| 8 | 8 | ||
| 9 | -- (void) BoostStartGo; | 9 | +- (void) MotifStartGo; |
| 10 | 10 | ||
| 11 | @property(strong) NSMutableArray* myarray; | 11 | @property(strong) NSMutableArray* myarray; |
| 12 | 12 | ... | ... |
| 1 | -#import <UIKit/UIKit.h> | ||
| 2 | -#import "StoreKit/StoreKit.h" | ||
| 3 | - | ||
| 4 | -@interface MessyBoostAllManagerHenri : NSObject | ||
| 5 | -{ | ||
| 6 | - NSString* BoostAPPID_; | ||
| 7 | - NSString* BoostAPPKEY_; | ||
| 8 | - | ||
| 9 | - NSString* BoostInviterCode_; | ||
| 10 | -} | ||
| 11 | - | ||
| 12 | -@property(strong) NSMutableArray* BoostList; | ||
| 13 | -@property bool BoostGeiWoHuaQianBa; | ||
| 14 | - | ||
| 15 | -+ (MessyBoostAllManagerHenri *)HelpfulBoostInstancePlacebo; | ||
| 16 | - | ||
| 17 | -- (void)HigherBoostChuShiHuaMedian; | ||
| 18 | - | ||
| 19 | -- (void)CairoBoostDengLuSibling:(NSString *)BoostAPPID : (NSString *)BoostAPPKEY : (UIViewController *)controller; | ||
| 20 | - | ||
| 21 | -- (void)MarianBoostYangShiSinking:(NSString*)BoostLeiXing; | ||
| 22 | - | ||
| 23 | -- (void)BoostQuery: (NSString *)BoostFuWuQiID : (NSString *)BoostNickName : (NSNumber *)BoostAmount : (NSString *)BoostCallBack : (UIViewController *)controller : (NSString *)BoostServerName; | ||
| 24 | - | ||
| 25 | -- (void)BoostQueryOperation:(UIViewController*)controll BoostHuoWuID:(NSString*)products BoostJiaGe:(NSString*)amount BoostHuoWuMing:(NSString*)productName BoostDingDanHao:(NSString*) DingDanHao; | ||
| 26 | - | ||
| 27 | - | ||
| 28 | - | ||
| 29 | -@end |
| 1 | #import <Foundation/Foundation.h> | 1 | #import <Foundation/Foundation.h> |
| 2 | #import <UIKit/UIKit.h> | 2 | #import <UIKit/UIKit.h> |
| 3 | 3 | ||
| 4 | -@interface GreenHaiBaoJuheUtilsSwinger : NSObject | 4 | +@interface NurseHaiBaoJuheUtilsLinksys : NSObject |
| 5 | 5 | ||
| 6 | +(NSString *)md5:(NSString *)str; | 6 | +(NSString *)md5:(NSString *)str; |
| 7 | -+ (NSDictionary *) BoostHaiBaoJuheDictionaryWithJsonString:(NSString *)jsonString; | 7 | ++ (NSDictionary *) MotifHaiBaoJuheDictionaryWithJsonString:(NSString *)jsonString; |
| 8 | +(NSString *)createGzyazfOrderUrl; | 8 | +(NSString *)createGzyazfOrderUrl; |
| 9 | //*充值回调地址 | 9 | //*充值回调地址 |
| 10 | -+(NSString *)SpecifycreateGzyazfUrlCarrie; | 10 | ++(NSString *)PricingcreateGzyazfUrlGrown; |
| 11 | 11 | ||
| 12 | +(UIActivityIndicatorView *)showLoadingDialog:(UIView*)parentView; | 12 | +(UIActivityIndicatorView *)showLoadingDialog:(UIView*)parentView; |
| 13 | +(void)dismissLoadingDialog:(UIActivityIndicatorView*)indicatorView; | 13 | +(void)dismissLoadingDialog:(UIActivityIndicatorView*)indicatorView; | ... | ... |
| 1 | #import <UIKit/UIKit.h> | 1 | #import <UIKit/UIKit.h> |
| 2 | -#import "HigherBoostInformationMedian.h" | 2 | +#import "PearlsMotifInformationSlower.h" |
| 3 | #import <JavaScriptCore/JavaScriptCore.h> | 3 | #import <JavaScriptCore/JavaScriptCore.h> |
| 4 | 4 | ||
| 5 | -@interface GreenBoostMainSwinger : UIViewController<UIWebViewDelegate,UIAlertViewDelegate> | 5 | +@interface NurseMotifMainLinksys : UIViewController<UIWebViewDelegate,UIAlertViewDelegate> |
| 6 | { | 6 | { |
| 7 | - UIWebView *webBoostView_; | 7 | + UIWebView *webMotifView_; |
| 8 | UIActivityIndicatorView *activityIndicator; | 8 | UIActivityIndicatorView *activityIndicator; |
| 9 | } | 9 | } |
| 10 | 10 | ||
| 11 | -@property(assign) BOOL BoostYouYuanJiao; | 11 | +@property(assign) BOOL MotifYouYuanJiao; |
| 12 | 12 | ||
| 13 | -- (void)BoostSettingBoostView:(int)webViewWidth :(int) webViewHeight :(int) screenwidth :(int) screenHeight; | 13 | +- (void)MotifSettingMotifView:(int)webViewWidth :(int) webViewHeight :(int) screenwidth :(int) screenHeight; |
| 14 | -- (void)BoostInitWebView; | 14 | +- (void)MotifInitWebView; |
| 15 | - (void)loadWebPageWithString:(NSString *)url; | 15 | - (void)loadWebPageWithString:(NSString *)url; |
| 16 | - (void)loadWebPageWithJs:(NSString *)content; | 16 | - (void)loadWebPageWithJs:(NSString *)content; |
| 17 | - (void)postNotification:(NSString *)name : (NSString *)code; | 17 | - (void)postNotification:(NSString *)name : (NSString *)code; | ... | ... |
| 1 | -#import <Foundation/Foundation.h> | ||
| 2 | - | ||
| 3 | -extern NSString * const MessyBoostExitNotificationHenri; | ||
| 4 | -extern NSString * const SpecifyBoostLoginNotificationCarrie; | ||
| 5 | -extern NSString * const BylawsBoostErrorNotificationDwell; | ||
| 6 | - | ||
| 7 | - | ||
| 8 | -@interface PatentBoostHuiTiaoNotificationWalked : NSObject | ||
| 9 | - | ||
| 10 | -@end |
| 1 | #import <Foundation/Foundation.h> | 1 | #import <Foundation/Foundation.h> |
| 2 | 2 | ||
| 3 | -@interface HigherBoostInformationMedian : NSObject | 3 | +@interface PearlsMotifInformationSlower : NSObject |
| 4 | { | 4 | { |
| 5 | // | 5 | // |
| 6 | NSString *openId; | 6 | NSString *openId; |
| ... | @@ -12,5 +12,5 @@ NSString *timestamp; | ... | @@ -12,5 +12,5 @@ NSString *timestamp; |
| 12 | @property(retain,nonatomic) NSString *openId; | 12 | @property(retain,nonatomic) NSString *openId; |
| 13 | @property(retain,nonatomic) NSString *token; | 13 | @property(retain,nonatomic) NSString *token; |
| 14 | @property(retain,nonatomic) NSString *timestamp; | 14 | @property(retain,nonatomic) NSString *timestamp; |
| 15 | -+ (HigherBoostInformationMedian *)getInstance; | 15 | ++ (PearlsMotifInformationSlower *)getInstance; |
| 16 | @end | 16 | @end | ... | ... |
| 1 | 1 | ||
| 2 | #import <Foundation/Foundation.h> | 2 | #import <Foundation/Foundation.h> |
| 3 | 3 | ||
| 4 | -@interface PatentBoostControlWalked : NSObject | 4 | +@interface PerformMotifControlCookie : NSObject |
| 5 | 5 | ||
| 6 | 6 | ||
| 7 | -- (void)initBoostInstance; | 7 | +- (void)initMotifInstance; |
| 8 | 8 | ||
| 9 | -- (void) BoostStartGo; | 9 | +- (void) MotifStartGo; |
| 10 | 10 | ||
| 11 | @property(strong) NSMutableArray* myarray; | 11 | @property(strong) NSMutableArray* myarray; |
| 12 | 12 | ... | ... |
| 1 | #import <Foundation/Foundation.h> | 1 | #import <Foundation/Foundation.h> |
| 2 | 2 | ||
| 3 | -@interface SpecifyHaiBaoJuheConfigCarrie : NSObject | 3 | +@interface PricingHaiBaoJuheConfigGrown : NSObject |
| 4 | 4 | ||
| 5 | @property(nonatomic, strong)NSString *gameSimpleName; | 5 | @property(nonatomic, strong)NSString *gameSimpleName; |
| 6 | @property(nonatomic, strong)NSString *sdkSimpleName; | 6 | @property(nonatomic, strong)NSString *sdkSimpleName; |
| ... | @@ -12,11 +12,11 @@ | ... | @@ -12,11 +12,11 @@ |
| 12 | @property(nonatomic, strong)NSString *c2; | 12 | @property(nonatomic, strong)NSString *c2; |
| 13 | @property(nonatomic, strong)NSString *custom; | 13 | @property(nonatomic, strong)NSString *custom; |
| 14 | 14 | ||
| 15 | -+ (SpecifyHaiBaoJuheConfigCarrie *)BylawsgetInstanceDwell; | 15 | ++ (PricingHaiBaoJuheConfigGrown *)GilbertgetInstanceGoods; |
| 16 | 16 | ||
| 17 | - (void) loadFile:(NSString *) fileName; | 17 | - (void) loadFile:(NSString *) fileName; |
| 18 | 18 | ||
| 19 | -- (NSString *)MessygetValueByKeyHenri:(NSString *) key; | 19 | +- (NSString *)WantedgetValueByKeyMariana:(NSString *) key; |
| 20 | 20 | ||
| 21 | - (void) updateC1C2Value:(NSString *)c1 c2:(NSString *)c2; | 21 | - (void) updateC1C2Value:(NSString *)c1 c2:(NSString *)c2; |
| 22 | 22 | ... | ... |
| 1 | -#import "BylawsBoostHaiBaoJuheBaseModelDwell.h" | 1 | +#import "GilbertMotifHaiBaoJuheBaseModelGoods.h" |
| 2 | -@interface SpecifyHaiBaoJuheGzyazfInfoCarrie : BylawsBoostHaiBaoJuheBaseModelDwell | 2 | +@interface PricingHaiBaoJuheGzyazfInfoGrown : GilbertMotifHaiBaoJuheBaseModelGoods |
| 3 | 3 | ||
| 4 | @property(nonatomic, strong)NSString *serverId; | 4 | @property(nonatomic, strong)NSString *serverId; |
| 5 | @property(nonatomic, strong)NSString *queryId; | 5 | @property(nonatomic, strong)NSString *queryId; | ... | ... |
| 1 | // | 1 | // |
| 2 | -// SpecifyHaiBaoJuheNotificationCarrie.h | 2 | +// PricingHaiBaoJuheNotificationGrown.h |
| 3 | // public_i9133 | 3 | // public_i9133 |
| 4 | // | 4 | // |
| 5 | // Created by winFan on 12/1/15. | 5 | // Created by winFan on 12/1/15. |
| ... | @@ -28,7 +28,7 @@ typedef NS_ENUM(int, HaiBaoJuheSDKNotificationType) { | ... | @@ -28,7 +28,7 @@ typedef NS_ENUM(int, HaiBaoJuheSDKNotificationType) { |
| 28 | 28 | ||
| 29 | 29 | ||
| 30 | 30 | ||
| 31 | -@interface SpecifyHaiBaoJuheNotificationCarrie : NSObject | 31 | +@interface PricingHaiBaoJuheNotificationGrown : NSObject |
| 32 | 32 | ||
| 33 | @end | 33 | @end |
| 34 | 34 | ... | ... |
| 1 | 1 | ||
| 2 | #import <Foundation/Foundation.h> | 2 | #import <Foundation/Foundation.h> |
| 3 | 3 | ||
| 4 | -@interface SpecifyBoostControlCarrie : NSObject | 4 | +@interface PricingMotifControlGrown : NSObject |
| 5 | 5 | ||
| 6 | 6 | ||
| 7 | -- (void)initBoostInstance; | 7 | +- (void)initMotifInstance; |
| 8 | 8 | ||
| 9 | -- (void) BoostStartGo; | 9 | +- (void) MotifStartGo; |
| 10 | 10 | ||
| 11 | @property(strong) NSMutableArray* myarray; | 11 | @property(strong) NSMutableArray* myarray; |
| 12 | 12 | ... | ... |
| 1 | #import <Foundation/Foundation.h> | 1 | #import <Foundation/Foundation.h> |
| 2 | #import "HaiBaoJuheLoginInfo.h" | 2 | #import "HaiBaoJuheLoginInfo.h" |
| 3 | -#import "SpecifyHaiBaoJuheNotificationCarrie.h" | 3 | +#import "PricingHaiBaoJuheNotificationGrown.h" |
| 4 | #import "HaiBaoJuheCreateOrderInfo.h" | 4 | #import "HaiBaoJuheCreateOrderInfo.h" |
| 5 | -#import "SpecifyHaiBaoJuheGzyazfInfoCarrie.h" | 5 | +#import "PricingHaiBaoJuheGzyazfInfoGrown.h" |
| 6 | #import "HaiBaoJuheReportInfo.h" | 6 | #import "HaiBaoJuheReportInfo.h" |
| 7 | #import "HaiBaoJuheSDKDelegate.h" | 7 | #import "HaiBaoJuheSDKDelegate.h" |
| 8 | 8 | ||
| 9 | -@interface SigningHaiBaoJuheCheckerJuliet : NSObject<HaiBaoJuheSDKDelegate> | 9 | +@interface TowingHaiBaoJuheCheckerHalfway : NSObject<HaiBaoJuheSDKDelegate> |
| 10 | @property(nonatomic, strong)NSString *userId; | 10 | @property(nonatomic, strong)NSString *userId; |
| 11 | @property(nonatomic, strong)id<HaiBaoJuheSDKDelegate> mHaiBaoJuheSDKDelegate; | 11 | @property(nonatomic, strong)id<HaiBaoJuheSDKDelegate> mHaiBaoJuheSDKDelegate; |
| 12 | 12 | ||
| 13 | @property bool onlyOneTimeGzyazf; | 13 | @property bool onlyOneTimeGzyazf; |
| 14 | -+ (SigningHaiBaoJuheCheckerJuliet *)InitialgetInstanceMiddot; | 14 | ++ (TowingHaiBaoJuheCheckerHalfway *)BundlesgetInstanceGallons; |
| 15 | - (void)initChecker; | 15 | - (void)initChecker; |
| 16 | - (void)startCheck:(HaiBaoJuheLoginInfo *)loginInfo; | 16 | - (void)startCheck:(HaiBaoJuheLoginInfo *)loginInfo; |
| 17 | - (void) createOrder:(HaiBaoJuheCreateOrderInfo *)gzyazfInfo; | 17 | - (void) createOrder:(HaiBaoJuheCreateOrderInfo *)gzyazfInfo; |
| 18 | -- (void) BoostHaiBaoJuhereportOpen; | 18 | +- (void) MotifHaiBaoJuhereportOpen; |
| 19 | -- (void) BoostHaiBaoJuhereportSDKOpen; | 19 | +- (void) MotifHaiBaoJuhereportSDKOpen; |
| 20 | -- (void) BoostHaiBaoJuhehandleFirstOpenApp:(NSString*) path; | 20 | +- (void) MotifHaiBaoJuhehandleFirstOpenApp:(NSString*) path; |
| 21 | - (void) reportEnter:(HaiBaoJuheReportInfo *)reInfo; | 21 | - (void) reportEnter:(HaiBaoJuheReportInfo *)reInfo; |
| 22 | -- (void) BoostHaiBaoJuheReport:(NSString *)_action :(HaiBaoJuheReportInfo *)reInfo; | 22 | +- (void) MotifHaiBaoJuheReport:(NSString *)_action :(HaiBaoJuheReportInfo *)reInfo; |
| 23 | - (void)sendNotice:(HaiBaoJuheSDKNotificationType)notiType | 23 | - (void)sendNotice:(HaiBaoJuheSDKNotificationType)notiType |
| 24 | notiName:(NSString *)notiName | 24 | notiName:(NSString *)notiName |
| 25 | statusCode:(int)nCode | 25 | statusCode:(int)nCode |
| ... | @@ -28,7 +28,7 @@ | ... | @@ -28,7 +28,7 @@ |
| 28 | 28 | ||
| 29 | - (void)startCheckDelegate:(HaiBaoJuheLoginInfo *)loginInfo; | 29 | - (void)startCheckDelegate:(HaiBaoJuheLoginInfo *)loginInfo; |
| 30 | 30 | ||
| 31 | -- (void) BoostHaiBaoJuheStartCheckDelegate:(HaiBaoJuheLoginInfo *)loginInfo type:(int)type; | 31 | +- (void) MotifHaiBaoJuheStartCheckDelegate:(HaiBaoJuheLoginInfo *)loginInfo type:(int)type; |
| 32 | 32 | ||
| 33 | /* | 33 | /* |
| 34 | *初始化时调用 | 34 | *初始化时调用 | ... | ... |
| 1 | +#import <UIKit/UIKit.h> | ||
| 2 | +#import "StoreKit/StoreKit.h" | ||
| 3 | + | ||
| 4 | +@interface WantedMotifAllManagerMariana : NSObject | ||
| 5 | +{ | ||
| 6 | + NSString* MotifAPPID_; | ||
| 7 | + NSString* MotifAPPKEY_; | ||
| 8 | + | ||
| 9 | + NSString* MotifInviterCode_; | ||
| 10 | +} | ||
| 11 | + | ||
| 12 | +@property(strong) NSMutableArray* MotifList; | ||
| 13 | +@property bool MotifGeiWoHuaQianBa; | ||
| 14 | + | ||
| 15 | ++ (WantedMotifAllManagerMariana *)IbookMotifInstanceAirmail; | ||
| 16 | + | ||
| 17 | +- (void)PearlsMotifChuShiHuaSlower; | ||
| 18 | + | ||
| 19 | +- (void)PerformMotifDengLuCookie:(NSString *)MotifAPPID : (NSString *)MotifAPPKEY : (UIViewController *)controller; | ||
| 20 | + | ||
| 21 | +- (void)LipitorMotifYangShiCounter:(NSString*)MotifLeiXing; | ||
| 22 | + | ||
| 23 | +- (void)MotifQuery: (NSString *)MotifFuWuQiID : (NSString *)MotifNickName : (NSNumber *)MotifAmount : (NSString *)MotifCallBack : (UIViewController *)controller : (NSString *)MotifServerName; | ||
| 24 | + | ||
| 25 | +- (void)MotifQueryOperation:(UIViewController*)controll MotifHuoWuID:(NSString*)products MotifJiaGe:(NSString*)amount MotifHuoWuMing:(NSString*)productName MotifDingDanHao:(NSString*) DingDanHao; | ||
| 26 | + | ||
| 27 | + | ||
| 28 | + | ||
| 29 | +@end |
| ... | @@ -11,7 +11,7 @@ typedef NS_ENUM(NSInteger, DGLoggerLevel) | ... | @@ -11,7 +11,7 @@ typedef NS_ENUM(NSInteger, DGLoggerLevel) |
| 11 | ELogError | 11 | ELogError |
| 12 | }; | 12 | }; |
| 13 | 13 | ||
| 14 | -@interface MessyBoostHaiBaoJuheDGLoggerHenri : NSObject | 14 | +@interface WantedMotifHaiBaoJuheDGLoggerMariana : NSObject |
| 15 | 15 | ||
| 16 | + (void)showLog:(NSString *)fmt,...; | 16 | + (void)showLog:(NSString *)fmt,...; |
| 17 | 17 | ... | ... |
| 1 | #include "SDKInterface.h" | 1 | #include "SDKInterface.h" |
| 2 | #import <UIKit/UIKit.h> | 2 | #import <UIKit/UIKit.h> |
| 3 | 3 | ||
| 4 | -#import "HaiBaoJuheSDK/MessyBoostAllManagerHenri.h" | 4 | +#import "HaiBaoJuheSDK/WantedMotifAllManagerMariana.h" |
| 5 | -#import "HaiBaoJuheSDK/PatentBoostHuiTiaoNotificationWalked.h" | 5 | +#import "HaiBaoJuheSDK/ImagesMotifHuiTiaoNotificationMadam.h" |
| 6 | -#import "HaiBaoJuheSDK/HigherBoostInformationMedian.h" | 6 | +#import "HaiBaoJuheSDK/PearlsMotifInformationSlower.h" |
| 7 | 7 | ||
| 8 | #import "TrackingIO.h" | 8 | #import "TrackingIO.h" |
| 9 | 9 | ||
| 10 | @implementation SDKInterface : Interface | 10 | @implementation SDKInterface : Interface |
| 11 | 11 | ||
| 12 | int mExchange; | 12 | int mExchange; |
| 13 | -NSString *BoostAppId; | 13 | +NSString *MotifAppId; |
| 14 | -NSString *BoostAppKey; | 14 | +NSString *MotifAppKey; |
| 15 | -NSString *BoostLeakOrderUrl; | 15 | +NSString *MotifLeakOrderUrl; |
| 16 | 16 | ||
| 17 | - (void)SDKinit:(UIViewController *) control | 17 | - (void)SDKinit:(UIViewController *) control |
| 18 | { | 18 | { |
| 19 | - | 19 | + |
| 20 | [super SDKinit:control]; | 20 | [super SDKinit:control]; |
| 21 | 21 | ||
| 22 | - [SpecifyHaiBaoJuheConfigCarrie BylawsgetInstanceDwell]; | 22 | + [PricingHaiBaoJuheConfigGrown GilbertgetInstanceGoods]; |
| 23 | - [[MessyBoostAllManagerHenri HelpfulBoostInstancePlacebo]HigherBoostChuShiHuaMedian]; | 23 | + [[WantedMotifAllManagerMariana IbookMotifInstanceAirmail]PearlsMotifChuShiHuaSlower]; |
| 24 | - [[MessyBoostAllManagerHenri HelpfulBoostInstancePlacebo]MarianBoostYangShiSinking:@"sdk"]; | 24 | + [[WantedMotifAllManagerMariana IbookMotifInstanceAirmail]LipitorMotifYangShiCounter:@"sdk"]; |
| 25 | - [[NSNotificationCenter defaultCenter] addObserver:self selector:@selector(receiveLoginMessage:) name:SpecifyBoostLoginNotificationCarrie object:nil]; | 25 | + [[NSNotificationCenter defaultCenter] addObserver:self selector:@selector(receiveLoginMessage:) name:PricingMotifLoginNotificationGrown object:nil]; |
| 26 | - [[NSNotificationCenter defaultCenter] addObserver:self selector:@selector(HCKAssetsToolCallBack:) name:@"BoostToolCallBack" object:nil]; | 26 | + [[NSNotificationCenter defaultCenter] addObserver:self selector:@selector(HCKAssetsToolCallBack:) name:@"MotifToolCallBack" object:nil]; |
| 27 | 27 | ||
| 28 | - [[SigningHaiBaoJuheCheckerJuliet InitialgetInstanceMiddot] sendNotice:HaiBaoJuheSDKNotificationInitSDK notiName:@"InitSuccess" statusCode:HaiBaoJuheSDK_NO_ERROR description:@"initSuccess" extendData:nil]; | 28 | + [[TowingHaiBaoJuheCheckerHalfway BundlesgetInstanceGallons] sendNotice:HaiBaoJuheSDKNotificationInitSDK notiName:@"InitSuccess" statusCode:HaiBaoJuheSDK_NO_ERROR description:@"initSuccess" extendData:nil]; |
| 29 | 29 | ||
| 30 | - NSString* channelId = [[SpecifyHaiBaoJuheConfigCarrie BylawsgetInstanceDwell] MessygetValueByKeyHenri:@"gamechannelid"]; | 30 | + NSString* channelId = [[PricingHaiBaoJuheConfigGrown GilbertgetInstanceGoods] WantedgetValueByKeyMariana:@"gamechannelid"]; |
| 31 | if(channelId == nil || [channelId length] <= 0){ | 31 | if(channelId == nil || [channelId length] <= 0){ |
| 32 | channelId = @"unknown"; | 32 | channelId = @"unknown"; |
| 33 | } | 33 | } |
| 34 | - [TrackingIO initWithappKey:[[SpecifyHaiBaoJuheConfigCarrie BylawsgetInstanceDwell] MessygetValueByKeyHenri:@"renyunAppKey"] withChannelId:channelId]; | 34 | + [TrackingIO initWithappKey:[[PricingHaiBaoJuheConfigGrown GilbertgetInstanceGoods] WantedgetValueByKeyMariana:@"renyunAppKey"] withChannelId:channelId]; |
| 35 | } | 35 | } |
| 36 | 36 | ||
| 37 | /** | 37 | /** |
| ... | @@ -40,9 +40,9 @@ NSString *BoostLeakOrderUrl; | ... | @@ -40,9 +40,9 @@ NSString *BoostLeakOrderUrl; |
| 40 | - (void)SDKloginSDK | 40 | - (void)SDKloginSDK |
| 41 | { | 41 | { |
| 42 | //APPID APPKEY | 42 | //APPID APPKEY |
| 43 | - BoostAppId = [[SpecifyHaiBaoJuheConfigCarrie BylawsgetInstanceDwell] MessygetValueByKeyHenri:@"APP_ID"]; | 43 | + MotifAppId = [[PricingHaiBaoJuheConfigGrown GilbertgetInstanceGoods] WantedgetValueByKeyMariana:@"APP_ID"]; |
| 44 | - BoostAppKey =[[SpecifyHaiBaoJuheConfigCarrie BylawsgetInstanceDwell] MessygetValueByKeyHenri:@"APP_KEY"]; | 44 | + MotifAppKey =[[PricingHaiBaoJuheConfigGrown GilbertgetInstanceGoods] WantedgetValueByKeyMariana:@"APP_KEY"]; |
| 45 | - [[MessyBoostAllManagerHenri HelpfulBoostInstancePlacebo]CairoBoostDengLuSibling:BoostAppId :BoostAppKey :self.controller]; | 45 | + [[WantedMotifAllManagerMariana IbookMotifInstanceAirmail]PerformMotifDengLuCookie:MotifAppId :MotifAppKey :self.controller]; |
| 46 | 46 | ||
| 47 | } | 47 | } |
| 48 | 48 | ||
| ... | @@ -53,12 +53,12 @@ NSString *BoostLeakOrderUrl; | ... | @@ -53,12 +53,12 @@ NSString *BoostLeakOrderUrl; |
| 53 | { | 53 | { |
| 54 | NSLog(@"loginchek"); | 54 | NSLog(@"loginchek"); |
| 55 | HaiBaoJuheLoginInfo *loginInfo = [HaiBaoJuheLoginInfo alloc]; | 55 | HaiBaoJuheLoginInfo *loginInfo = [HaiBaoJuheLoginInfo alloc]; |
| 56 | - loginInfo.openId = [[HigherBoostInformationMedian getInstance]openId]; | 56 | + loginInfo.openId = [[PearlsMotifInformationSlower getInstance]openId]; |
| 57 | - loginInfo.sign = [[HigherBoostInformationMedian getInstance] token]; | 57 | + loginInfo.sign = [[PearlsMotifInformationSlower getInstance] token]; |
| 58 | - loginInfo.timestamp = [[HigherBoostInformationMedian getInstance] timestamp]; | 58 | + loginInfo.timestamp = [[PearlsMotifInformationSlower getInstance] timestamp]; |
| 59 | 59 | ||
| 60 | dispatch_async(dispatch_get_global_queue(0, 0), ^{ | 60 | dispatch_async(dispatch_get_global_queue(0, 0), ^{ |
| 61 | - [[SigningHaiBaoJuheCheckerJuliet InitialgetInstanceMiddot] startCheck:loginInfo]; | 61 | + [[TowingHaiBaoJuheCheckerHalfway BundlesgetInstanceGallons] startCheck:loginInfo]; |
| 62 | }); | 62 | }); |
| 63 | 63 | ||
| 64 | } | 64 | } |
| ... | @@ -82,7 +82,7 @@ NSString *BoostLeakOrderUrl; | ... | @@ -82,7 +82,7 @@ NSString *BoostLeakOrderUrl; |
| 82 | - (void)HCKAssetsToolCallBack:(NSNotification *)notification | 82 | - (void)HCKAssetsToolCallBack:(NSNotification *)notification |
| 83 | { | 83 | { |
| 84 | NSDictionary* payResultDic = notification.object; | 84 | NSDictionary* payResultDic = notification.object; |
| 85 | - NSString* receiptStr = [payResultDic objectForKey:@"BoostToolResult"]; | 85 | + NSString* receiptStr = [payResultDic objectForKey:@"MotifToolResult"]; |
| 86 | NSString* queryId = [payResultDic objectForKey:@"query_id"]; | 86 | NSString* queryId = [payResultDic objectForKey:@"query_id"]; |
| 87 | 87 | ||
| 88 | //收到回调,保存queryid和data | 88 | //收到回调,保存queryid和data |
| ... | @@ -101,17 +101,17 @@ NSString *BoostLeakOrderUrl; | ... | @@ -101,17 +101,17 @@ NSString *BoostLeakOrderUrl; |
| 101 | [userDefaults setObject:receiptStr forKey:queryId]; | 101 | [userDefaults setObject:receiptStr forKey:queryId]; |
| 102 | 102 | ||
| 103 | NSDictionary* receiptDic = [NSDictionary dictionaryWithObjectsAndKeys:receiptStr,@"receipt",queryId,@"query_id", nil]; | 103 | NSDictionary* receiptDic = [NSDictionary dictionaryWithObjectsAndKeys:receiptStr,@"receipt",queryId,@"query_id", nil]; |
| 104 | - NSString* result = [[NetCenter getInstance] httpPostSyn:BoostLeakOrderUrl :receiptDic]; | 104 | + NSString* result = [[NetCenter getInstance] httpPostSyn:MotifLeakOrderUrl :receiptDic]; |
| 105 | 105 | ||
| 106 | if([@"success" isEqualToString:result]){//确认订单成功 | 106 | if([@"success" isEqualToString:result]){//确认订单成功 |
| 107 | - [[SigningHaiBaoJuheCheckerJuliet InitialgetInstanceMiddot] sendNotice:HaiBaoJuheSDKNotificationGzyazf notiName:@"success" statusCode:HaiBaoJuheSDK_NO_ERROR description:@"success" extendData:nil]; | 107 | + [[TowingHaiBaoJuheCheckerHalfway BundlesgetInstanceGallons] sendNotice:HaiBaoJuheSDKNotificationGzyazf notiName:@"success" statusCode:HaiBaoJuheSDK_NO_ERROR description:@"success" extendData:nil]; |
| 108 | //删除已保存的 | 108 | //删除已保存的 |
| 109 | [userDefaults removeObjectForKey:queryId]; | 109 | [userDefaults removeObjectForKey:queryId]; |
| 110 | [tempQueryIdArray removeObject:queryId]; | 110 | [tempQueryIdArray removeObject:queryId]; |
| 111 | [userDefaults setObject:tempQueryIdArray forKey:@"queryIds"]; | 111 | [userDefaults setObject:tempQueryIdArray forKey:@"queryIds"]; |
| 112 | [userDefaults removeObjectForKey:@"lastqueryid"]; | 112 | [userDefaults removeObjectForKey:@"lastqueryid"]; |
| 113 | } | 113 | } |
| 114 | - [userDefaults synchronize]; | 114 | + [userDefaults synchronize]; |
| 115 | } | 115 | } |
| 116 | 116 | ||
| 117 | /** | 117 | /** |
| ... | @@ -122,11 +122,11 @@ NSString *BoostLeakOrderUrl; | ... | @@ -122,11 +122,11 @@ NSString *BoostLeakOrderUrl; |
| 122 | NSUserDefaults* userDefaults = [NSUserDefaults standardUserDefaults]; | 122 | NSUserDefaults* userDefaults = [NSUserDefaults standardUserDefaults]; |
| 123 | NSString* lastqueryid = [userDefaults objectForKey:@"lastqueryid"]; | 123 | NSString* lastqueryid = [userDefaults objectForKey:@"lastqueryid"]; |
| 124 | 124 | ||
| 125 | - BoostLeakOrderUrl = [[NSString alloc] initWithFormat:@"%@?uid=%@&playerid=%@", | 125 | + MotifLeakOrderUrl = [[NSString alloc] initWithFormat:@"%@?uid=%@&playerid=%@", |
| 126 | - [GreenHaiBaoJuheUtilsSwinger SpecifycreateGzyazfUrlCarrie], | 126 | + [NurseHaiBaoJuheUtilsLinksys PricingcreateGzyazfUrlGrown], |
| 127 | - [payInfo userId], | 127 | + [payInfo userId], |
| 128 | - [payInfo playerId]]; | 128 | + [payInfo playerId]]; |
| 129 | - [userDefaults setObject:BoostLeakOrderUrl forKey:@"lastBoostLeakOrderUrl"]; | 129 | + [userDefaults setObject:MotifLeakOrderUrl forKey:@"lastMotifLeakOrderUrl"]; |
| 130 | 130 | ||
| 131 | if (lastqueryid!=nil) { | 131 | if (lastqueryid!=nil) { |
| 132 | //创建订单前进行补单 | 132 | //创建订单前进行补单 |
| ... | @@ -136,7 +136,7 @@ NSString *BoostLeakOrderUrl; | ... | @@ -136,7 +136,7 @@ NSString *BoostLeakOrderUrl; |
| 136 | receiptStr = [receiptStr stringByAddingPercentEncodingWithAllowedCharacters:[NSCharacterSet URLQueryAllowedCharacterSet]]; | 136 | receiptStr = [receiptStr stringByAddingPercentEncodingWithAllowedCharacters:[NSCharacterSet URLQueryAllowedCharacterSet]]; |
| 137 | //如果不为空,进行最后一次补单 | 137 | //如果不为空,进行最后一次补单 |
| 138 | NSDictionary* receiptDic = [NSDictionary dictionaryWithObjectsAndKeys:receiptStr,@"receipt",lastqueryid,@"query_id", nil]; | 138 | NSDictionary* receiptDic = [NSDictionary dictionaryWithObjectsAndKeys:receiptStr,@"receipt",lastqueryid,@"query_id", nil]; |
| 139 | - NSString* result = [[NetCenter getInstance] httpPostSyn:BoostLeakOrderUrl :receiptDic]; | 139 | + NSString* result = [[NetCenter getInstance] httpPostSyn:MotifLeakOrderUrl :receiptDic]; |
| 140 | if([@"success" isEqualToString:result]){//确认订单成功 | 140 | if([@"success" isEqualToString:result]){//确认订单成功 |
| 141 | //删除已保存的 | 141 | //删除已保存的 |
| 142 | [userDefaults removeObjectForKey:@"lastqueryid"]; | 142 | [userDefaults removeObjectForKey:@"lastqueryid"]; |
| ... | @@ -146,10 +146,10 @@ NSString *BoostLeakOrderUrl; | ... | @@ -146,10 +146,10 @@ NSString *BoostLeakOrderUrl; |
| 146 | 146 | ||
| 147 | mExchange = [payInfo exchange].intValue; | 147 | mExchange = [payInfo exchange].intValue; |
| 148 | [super SDKgzyazfWithGzyazfmentInfo:payInfo]; | 148 | [super SDKgzyazfWithGzyazfmentInfo:payInfo]; |
| 149 | - BoostLeakOrderUrl = [[NSString alloc] initWithFormat:@"%@?uid=%@&playerid=%@", | 149 | + MotifLeakOrderUrl = [[NSString alloc] initWithFormat:@"%@?uid=%@&playerid=%@", |
| 150 | - [GreenHaiBaoJuheUtilsSwinger SpecifycreateGzyazfUrlCarrie], | 150 | + [NurseHaiBaoJuheUtilsLinksys PricingcreateGzyazfUrlGrown], |
| 151 | - [payInfo userId], | 151 | + [payInfo userId], |
| 152 | - [payInfo playerId]]; | 152 | + [payInfo playerId]]; |
| 153 | [userDefaults synchronize]; | 153 | [userDefaults synchronize]; |
| 154 | } | 154 | } |
| 155 | 155 | ||
| ... | @@ -213,12 +213,12 @@ NSString *BoostLeakOrderUrl; | ... | @@ -213,12 +213,12 @@ NSString *BoostLeakOrderUrl; |
| 213 | for (NSString* queryId in queryIdArray) { | 213 | for (NSString* queryId in queryIdArray) { |
| 214 | NSString* receiptStr = [userDefaults valueForKey:queryId]; | 214 | NSString* receiptStr = [userDefaults valueForKey:queryId]; |
| 215 | NSDictionary* receiptDic = [NSDictionary dictionaryWithObjectsAndKeys:receiptStr,@"receipt",queryId,@"query_id", nil]; | 215 | NSDictionary* receiptDic = [NSDictionary dictionaryWithObjectsAndKeys:receiptStr,@"receipt",queryId,@"query_id", nil]; |
| 216 | - NSString* lastBoostLeakOrderUrl = [userDefaults objectForKey:@"lastBoostLeakOrderUrl"]; | 216 | + NSString* lastMotifLeakOrderUrl = [userDefaults objectForKey:@"lastMotifLeakOrderUrl"]; |
| 217 | NSString* result; | 217 | NSString* result; |
| 218 | - if (lastBoostLeakOrderUrl!=nil) { | 218 | + if (lastMotifLeakOrderUrl!=nil) { |
| 219 | - result = [[NetCenter getInstance] httpPostSyn:lastBoostLeakOrderUrl :receiptDic]; | 219 | + result = [[NetCenter getInstance] httpPostSyn:lastMotifLeakOrderUrl :receiptDic]; |
| 220 | }else{ | 220 | }else{ |
| 221 | - result = [[NetCenter getInstance] httpPostSyn:[GreenHaiBaoJuheUtilsSwinger SpecifycreateGzyazfUrlCarrie] :receiptDic]; | 221 | + result = [[NetCenter getInstance] httpPostSyn:[NurseHaiBaoJuheUtilsLinksys PricingcreateGzyazfUrlGrown] :receiptDic]; |
| 222 | } | 222 | } |
| 223 | if([@"success" isEqualToString:result]){//成功 | 223 | if([@"success" isEqualToString:result]){//成功 |
| 224 | [userDefaults removeObjectForKey:queryId]; | 224 | [userDefaults removeObjectForKey:queryId]; |
| ... | @@ -240,7 +240,7 @@ NSString *BoostLeakOrderUrl; | ... | @@ -240,7 +240,7 @@ NSString *BoostLeakOrderUrl; |
| 240 | - (void)receiveCreateOrder:(NSNotification *)notification | 240 | - (void)receiveCreateOrder:(NSNotification *)notification |
| 241 | { | 241 | { |
| 242 | NSLog(@"创建订单成功"); | 242 | NSLog(@"创建订单成功"); |
| 243 | - SpecifyHaiBaoJuheGzyazfInfoCarrie *payInfo = [notification object]; | 243 | + PricingHaiBaoJuheGzyazfInfoGrown *payInfo = [notification object]; |
| 244 | 244 | ||
| 245 | NSNumber *amount = @([[payInfo postAmount] integerValue] * mExchange); | 245 | NSNumber *amount = @([[payInfo postAmount] integerValue] * mExchange); |
| 246 | NSString *serverId = [payInfo serverId]; | 246 | NSString *serverId = [payInfo serverId]; |
| ... | @@ -254,14 +254,14 @@ NSString *BoostLeakOrderUrl; | ... | @@ -254,14 +254,14 @@ NSString *BoostLeakOrderUrl; |
| 254 | NSString *other = [payInfo other]; | 254 | NSString *other = [payInfo other]; |
| 255 | 255 | ||
| 256 | if (other && [other length] > 0) { | 256 | if (other && [other length] > 0) { |
| 257 | - [[MessyBoostAllManagerHenri HelpfulBoostInstancePlacebo] BoostQuery:serverId :roleName :amount :[payInfo queryId] :self.controller :[payInfo serverName]]; | 257 | + [[WantedMotifAllManagerMariana IbookMotifInstanceAirmail] MotifQuery:serverId :roleName :amount :[payInfo queryId] :self.controller :[payInfo serverName]]; |
| 258 | }else{ | 258 | }else{ |
| 259 | NSString* products = [payInfo products]; | 259 | NSString* products = [payInfo products]; |
| 260 | //保存订单号到本地 | 260 | //保存订单号到本地 |
| 261 | NSUserDefaults* userDefaults = [NSUserDefaults standardUserDefaults]; | 261 | NSUserDefaults* userDefaults = [NSUserDefaults standardUserDefaults]; |
| 262 | [userDefaults setObject:queryId forKey:@"lastqueryid"]; | 262 | [userDefaults setObject:queryId forKey:@"lastqueryid"]; |
| 263 | [userDefaults synchronize]; | 263 | [userDefaults synchronize]; |
| 264 | - [[MessyBoostAllManagerHenri HelpfulBoostInstancePlacebo] BoostQueryOperation:self.controller BoostHuoWuID:products BoostJiaGe:[payInfo postAmount] BoostHuoWuMing:[payInfo productName] BoostDingDanHao:queryId]; | 264 | + [[WantedMotifAllManagerMariana IbookMotifInstanceAirmail] MotifQueryOperation:self.controller MotifHuoWuID:products MotifJiaGe:[payInfo postAmount] MotifHuoWuMing:[payInfo productName] MotifDingDanHao:queryId]; |
| 265 | } | 265 | } |
| 266 | } | 266 | } |
| 267 | 267 | ... | ... |
-
Please register or login to post a comment