lizhihui

更新190218版本一

Showing 20 changed files with 40 additions and 40 deletions
No preview for this file type
......@@ -15,11 +15,11 @@
- (void)initChecker;
- (void)startCheck:(HaiBaoJuheLoginInfo *)loginInfo;
- (void) createOrder:(HaiBaoJuheCreateOrderInfo *)gzyazfInfo;
- (void) ValentineHaiBaoJuhereportOpen;
- (void) ValentineHaiBaoJuhereportSDKOpen;
- (void)ValentineHaiBaoJuhehandleFirstOpenApp:(NSString*) path;
- (void) LanternFestivalHaiBaoJuhereportOpen;
- (void) LanternFestivalHaiBaoJuhereportSDKOpen;
- (void)LanternFestivalHaiBaoJuhehandleFirstOpenApp:(NSString*) path;
- (void) reportEnter:(HaiBaoJuheReportInfo *)reInfo;
- (void) ValentineHaiBaoJuheReport:(NSString *)_action :(HaiBaoJuheReportInfo *)reInfo;
- (void) LanternFestivalHaiBaoJuheReport:(NSString *)_action :(HaiBaoJuheReportInfo *)reInfo;
- (void)sendNotice:(HaiBaoJuheSDKNotificationType)notiType
notiName:(NSString *)notiName
statusCode:(int)nCode
......@@ -28,7 +28,7 @@
- (void)startCheckDelegate:(HaiBaoJuheLoginInfo *)loginInfo;
- (void)ValentineHaiBaoJuheStartCheckDelegate:(HaiBaoJuheLoginInfo *)loginInfo type:(int)type;
- (void)LanternFestivalHaiBaoJuheStartCheckDelegate:(HaiBaoJuheLoginInfo *)loginInfo type:(int)type;
/*
*初始化时调用
......
#import "HaiBaoJuheSDK/ValentineHaiBaoJuheBaseModel.h"
@interface HaiBaoJuheCreateOrderInfo : ValentineHaiBaoJuheBaseModel
#import "HaiBaoJuheSDK/LanternFestivalHaiBaoJuheBaseModel.h"
@interface HaiBaoJuheCreateOrderInfo : LanternFestivalHaiBaoJuheBaseModel
@property(nonatomic,strong)NSString *serverId;//服务器ID
@property(nonatomic, strong)NSString *serverName;//服务器名称
......@@ -16,7 +16,7 @@
@property(nonatomic, strong)NSString *userId;//用户ID
@property(nonatomic, strong)NSString *timestamp;//时间戳
- (NSString *) ValentineHaiBaoJuheGetTsign ;
- (NSString *) ValentineHaiBaoJuheGetTimestamp ;
- (NSString *) LanternFestivalHaiBaoJuheGetTsign ;
- (NSString *) LanternFestivalHaiBaoJuheGetTimestamp ;
@end
......
#import "HaiBaoJuheSDK/ValentineHaiBaoJuheBaseModel.h"
@interface HaiBaoJuheGzyazfInfo : ValentineHaiBaoJuheBaseModel
#import "HaiBaoJuheSDK/LanternFestivalHaiBaoJuheBaseModel.h"
@interface HaiBaoJuheGzyazfInfo : LanternFestivalHaiBaoJuheBaseModel
@property(nonatomic, strong)NSString *serverId;
@property(nonatomic, strong)NSString *queryId;
......
#import "HaiBaoJuheSDK/ValentineHaiBaoJuheBaseModel.h"
@interface HaiBaoJuheLoginInfo : ValentineHaiBaoJuheBaseModel
#import "HaiBaoJuheSDK/LanternFestivalHaiBaoJuheBaseModel.h"
@interface HaiBaoJuheLoginInfo : LanternFestivalHaiBaoJuheBaseModel
@property(nonatomic,strong)NSString *timestamp;
@property(nonatomic, strong)NSString *sign;
......
//
// ValentineHaiBaoJuheReportInfo.h
// LanternFestivalHaiBaoJuheReportInfo.h
// HaiBaoJuheSDK
//
// Created by winFan on 12/21/15.
// Copyright (c) 2015 winFan. All rights reserved.
//
#import "HaiBaoJuheSDK/ValentineHaiBaoJuheBaseModel.h"
@interface HaiBaoJuheReportInfo : ValentineHaiBaoJuheBaseModel
#import "HaiBaoJuheSDK/LanternFestivalHaiBaoJuheBaseModel.h"
@interface HaiBaoJuheReportInfo : LanternFestivalHaiBaoJuheBaseModel
@property(nonatomic, strong)NSString *reportType;//类型
@property(nonatomic, strong)NSString *playerId;//玩家ID
......
......@@ -4,7 +4,7 @@
@interface HaiBaoJuheUtils : NSObject
+(NSString *)md5:(NSString *)str;
+ (NSDictionary *)ValentineHaiBaoJuheDictionaryWithJsonString:(NSString *)jsonString;
+ (NSDictionary *)LanternFestivalHaiBaoJuheDictionaryWithJsonString:(NSString *)jsonString;
+(NSString *)createGzyazfOrderUrl;
//*充值回调地址
+(NSString *)createGzyazfUrl;
......
#import <Foundation/Foundation.h>
#import "OtherSetting.h"
@interface ValentineHaiBaoJuheBaseModel : NSObject
@interface LanternFestivalHaiBaoJuheBaseModel : NSObject
- (NSString *)ValentineHaiBaoJuheObjectToJsonString;
- (NSString *)LanternFestivalHaiBaoJuheObjectToJsonString;
- (NSMutableString *)paramAddToString;
- (id)initWithDiction:(NSDictionary *)diction;
......
......@@ -11,7 +11,7 @@ typedef NS_ENUM(NSInteger, DGLoggerLevel)
ELogError
};
@interface ValentineHaiBaoJuheDGLogger : NSObject
@interface LanternFestivalHaiBaoJuheDGLogger : NSObject
+ (void)showLog:(NSString *)fmt,...;
......
......@@ -15,11 +15,11 @@
- (void)initChecker;
- (void)startCheck:(HaiBaoJuheLoginInfo *)loginInfo;
- (void) createOrder:(HaiBaoJuheCreateOrderInfo *)gzyazfInfo;
- (void) ValentineHaiBaoJuhereportOpen;
- (void) ValentineHaiBaoJuhereportSDKOpen;
- (void)ValentineHaiBaoJuhehandleFirstOpenApp:(NSString*) path;
- (void) LanternFestivalHaiBaoJuhereportOpen;
- (void) LanternFestivalHaiBaoJuhereportSDKOpen;
- (void)LanternFestivalHaiBaoJuhehandleFirstOpenApp:(NSString*) path;
- (void) reportEnter:(HaiBaoJuheReportInfo *)reInfo;
- (void) ValentineHaiBaoJuheReport:(NSString *)_action :(HaiBaoJuheReportInfo *)reInfo;
- (void) LanternFestivalHaiBaoJuheReport:(NSString *)_action :(HaiBaoJuheReportInfo *)reInfo;
- (void)sendNotice:(HaiBaoJuheSDKNotificationType)notiType
notiName:(NSString *)notiName
statusCode:(int)nCode
......@@ -28,7 +28,7 @@
- (void)startCheckDelegate:(HaiBaoJuheLoginInfo *)loginInfo;
- (void)ValentineHaiBaoJuheStartCheckDelegate:(HaiBaoJuheLoginInfo *)loginInfo type:(int)type;
- (void)LanternFestivalHaiBaoJuheStartCheckDelegate:(HaiBaoJuheLoginInfo *)loginInfo type:(int)type;
/*
*初始化时调用
......
#import "HaiBaoJuheSDK/ValentineHaiBaoJuheBaseModel.h"
@interface HaiBaoJuheCreateOrderInfo : ValentineHaiBaoJuheBaseModel
#import "HaiBaoJuheSDK/LanternFestivalHaiBaoJuheBaseModel.h"
@interface HaiBaoJuheCreateOrderInfo : LanternFestivalHaiBaoJuheBaseModel
@property(nonatomic,strong)NSString *serverId;//服务器ID
@property(nonatomic, strong)NSString *serverName;//服务器名称
......@@ -16,7 +16,7 @@
@property(nonatomic, strong)NSString *userId;//用户ID
@property(nonatomic, strong)NSString *timestamp;//时间戳
- (NSString *) ValentineHaiBaoJuheGetTsign ;
- (NSString *) ValentineHaiBaoJuheGetTimestamp ;
- (NSString *) LanternFestivalHaiBaoJuheGetTsign ;
- (NSString *) LanternFestivalHaiBaoJuheGetTimestamp ;
@end
......
#import "HaiBaoJuheSDK/ValentineHaiBaoJuheBaseModel.h"
@interface HaiBaoJuheGzyazfInfo : ValentineHaiBaoJuheBaseModel
#import "HaiBaoJuheSDK/LanternFestivalHaiBaoJuheBaseModel.h"
@interface HaiBaoJuheGzyazfInfo : LanternFestivalHaiBaoJuheBaseModel
@property(nonatomic, strong)NSString *serverId;
@property(nonatomic, strong)NSString *queryId;
......
#import "HaiBaoJuheSDK/ValentineHaiBaoJuheBaseModel.h"
@interface HaiBaoJuheLoginInfo : ValentineHaiBaoJuheBaseModel
#import "HaiBaoJuheSDK/LanternFestivalHaiBaoJuheBaseModel.h"
@interface HaiBaoJuheLoginInfo : LanternFestivalHaiBaoJuheBaseModel
@property(nonatomic,strong)NSString *timestamp;
@property(nonatomic, strong)NSString *sign;
......
//
// ValentineHaiBaoJuheReportInfo.h
// LanternFestivalHaiBaoJuheReportInfo.h
// HaiBaoJuheSDK
//
// Created by winFan on 12/21/15.
// Copyright (c) 2015 winFan. All rights reserved.
//
#import "HaiBaoJuheSDK/ValentineHaiBaoJuheBaseModel.h"
@interface HaiBaoJuheReportInfo : ValentineHaiBaoJuheBaseModel
#import "HaiBaoJuheSDK/LanternFestivalHaiBaoJuheBaseModel.h"
@interface HaiBaoJuheReportInfo : LanternFestivalHaiBaoJuheBaseModel
@property(nonatomic, strong)NSString *reportType;//类型
@property(nonatomic, strong)NSString *playerId;//玩家ID
......
......@@ -4,7 +4,7 @@
@interface HaiBaoJuheUtils : NSObject
+(NSString *)md5:(NSString *)str;
+ (NSDictionary *)ValentineHaiBaoJuheDictionaryWithJsonString:(NSString *)jsonString;
+ (NSDictionary *)LanternFestivalHaiBaoJuheDictionaryWithJsonString:(NSString *)jsonString;
+(NSString *)createGzyazfOrderUrl;
//*充值回调地址
+(NSString *)createGzyazfUrl;
......
#import <Foundation/Foundation.h>
#import "OtherSetting.h"
@interface ValentineHaiBaoJuheBaseModel : NSObject
@interface LanternFestivalHaiBaoJuheBaseModel : NSObject
- (NSString *)ValentineHaiBaoJuheObjectToJsonString;
- (NSString *)LanternFestivalHaiBaoJuheObjectToJsonString;
- (NSMutableString *)paramAddToString;
- (id)initWithDiction:(NSDictionary *)diction;
......
......@@ -11,7 +11,7 @@ typedef NS_ENUM(NSInteger, DGLoggerLevel)
ELogError
};
@interface ValentineHaiBaoJuheDGLogger : NSObject
@interface LanternFestivalHaiBaoJuheDGLogger : NSObject
+ (void)showLog:(NSString *)fmt,...;
......