Toggle navigation
Toggle navigation
This project
Loading...
Sign in
haibao_juhe
/
haibao_juhe_sdk_ios
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
lizhihui
2019-02-18 17:02:43 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
4bb49159ed614e29cd7fdc9730c9199b1cb5d852
4bb49159
1 parent
d14ec10d
更新190218版本一
Hide whitespace changes
Inline
Side-by-side
Showing
20 changed files
with
40 additions
and
40 deletions
PoolSdk_Demo/.DS_Store
PoolSdk_Demo/Demo.xcodeproj/project.xcworkspace/xcuserdata/lizhihui.xcuserdatad/UserInterfaceState.xcuserstate
PoolSdk_Demo/Demo/HaiBaoJuheSDK.framework/HaiBaoJuheSDK
PoolSdk_Demo/Demo/HaiBaoJuheSDK.framework/Headers/HaiBaoJuheChecker.h
PoolSdk_Demo/Demo/HaiBaoJuheSDK.framework/Headers/HaiBaoJuheCreateOrderInfo.h
PoolSdk_Demo/Demo/HaiBaoJuheSDK.framework/Headers/HaiBaoJuheGzyazfInfo.h
PoolSdk_Demo/Demo/HaiBaoJuheSDK.framework/Headers/HaiBaoJuheLoginInfo.h
PoolSdk_Demo/Demo/HaiBaoJuheSDK.framework/Headers/HaiBaoJuheReportInfo.h
PoolSdk_Demo/Demo/HaiBaoJuheSDK.framework/Headers/HaiBaoJuheUtils.h
PoolSdk_Demo/Demo/HaiBaoJuheSDK.framework/Headers/ValentineHaiBaoJuheBaseModel.h → PoolSdk_Demo/Demo/HaiBaoJuheSDK.framework/Headers/LanternFestivalHaiBaoJuheBaseModel.h
PoolSdk_Demo/Demo/HaiBaoJuheSDK.framework/Headers/ValentineHaiBaoJuheDGLogger.h → PoolSdk_Demo/Demo/HaiBaoJuheSDK.framework/Headers/LanternFestivalHaiBaoJuheDGLogger.h
framework/HaiBaoJuheSDK.framework/HaiBaoJuheSDK
framework/HaiBaoJuheSDK.framework/Headers/HaiBaoJuheChecker.h
framework/HaiBaoJuheSDK.framework/Headers/HaiBaoJuheCreateOrderInfo.h
framework/HaiBaoJuheSDK.framework/Headers/HaiBaoJuheGzyazfInfo.h
framework/HaiBaoJuheSDK.framework/Headers/HaiBaoJuheLoginInfo.h
framework/HaiBaoJuheSDK.framework/Headers/HaiBaoJuheReportInfo.h
framework/HaiBaoJuheSDK.framework/Headers/HaiBaoJuheUtils.h
framework/HaiBaoJuheSDK.framework/Headers/ValentineHaiBaoJuheBaseModel.h → framework/HaiBaoJuheSDK.framework/Headers/LanternFestivalHaiBaoJuheBaseModel.h
framework/HaiBaoJuheSDK.framework/Headers/ValentineHaiBaoJuheDGLogger.h → framework/HaiBaoJuheSDK.framework/Headers/LanternFestivalHaiBaoJuheDGLogger.h
PoolSdk_Demo/.DS_Store
View file @
4bb4915
No preview for this file type
PoolSdk_Demo/Demo.xcodeproj/project.xcworkspace/xcuserdata/lizhihui.xcuserdatad/UserInterfaceState.xcuserstate
View file @
4bb4915
No preview for this file type
PoolSdk_Demo/Demo/HaiBaoJuheSDK.framework/HaiBaoJuheSDK
View file @
4bb4915
No preview for this file type
PoolSdk_Demo/Demo/HaiBaoJuheSDK.framework/Headers/HaiBaoJuheChecker.h
View file @
4bb4915
...
...
@@ -15,11 +15,11 @@
-
(
void
)
initChecker
;
-
(
void
)
startCheck
:(
HaiBaoJuheLoginInfo
*
)
loginInfo
;
-
(
void
)
createOrder
:(
HaiBaoJuheCreateOrderInfo
*
)
gzyazfInfo
;
-
(
void
)
Valentine
HaiBaoJuhereportOpen
;
-
(
void
)
Valentine
HaiBaoJuhereportSDKOpen
;
-
(
void
)
Valentine
HaiBaoJuhehandleFirstOpenApp
:(
NSString
*
)
path
;
-
(
void
)
LanternFestival
HaiBaoJuhereportOpen
;
-
(
void
)
LanternFestival
HaiBaoJuhereportSDKOpen
;
-
(
void
)
LanternFestival
HaiBaoJuhehandleFirstOpenApp
:(
NSString
*
)
path
;
-
(
void
)
reportEnter
:(
HaiBaoJuheReportInfo
*
)
reInfo
;
-
(
void
)
Valentine
HaiBaoJuheReport
:(
NSString
*
)
_action
:
(
HaiBaoJuheReportInfo
*
)
reInfo
;
-
(
void
)
LanternFestival
HaiBaoJuheReport
:(
NSString
*
)
_action
:
(
HaiBaoJuheReportInfo
*
)
reInfo
;
-
(
void
)
sendNotice
:(
HaiBaoJuheSDKNotificationType
)
notiType
notiName
:(
NSString
*
)
notiName
statusCode
:(
int
)
nCode
...
...
@@ -28,7 +28,7 @@
-
(
void
)
startCheckDelegate
:(
HaiBaoJuheLoginInfo
*
)
loginInfo
;
-
(
void
)
Valentine
HaiBaoJuheStartCheckDelegate
:(
HaiBaoJuheLoginInfo
*
)
loginInfo
type
:(
int
)
type
;
-
(
void
)
LanternFestival
HaiBaoJuheStartCheckDelegate
:(
HaiBaoJuheLoginInfo
*
)
loginInfo
type
:(
int
)
type
;
/*
*初始化时调用
...
...
PoolSdk_Demo/Demo/HaiBaoJuheSDK.framework/Headers/HaiBaoJuheCreateOrderInfo.h
View file @
4bb4915
#import "HaiBaoJuheSDK/
Valentine
HaiBaoJuheBaseModel.h"
@interface
HaiBaoJuheCreateOrderInfo
:
Valentine
HaiBaoJuheBaseModel
#import "HaiBaoJuheSDK/
LanternFestival
HaiBaoJuheBaseModel.h"
@interface
HaiBaoJuheCreateOrderInfo
:
LanternFestival
HaiBaoJuheBaseModel
@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
*
)
Valentine
HaiBaoJuheGetTsign
;
-
(
NSString
*
)
Valentine
HaiBaoJuheGetTimestamp
;
-
(
NSString
*
)
LanternFestival
HaiBaoJuheGetTsign
;
-
(
NSString
*
)
LanternFestival
HaiBaoJuheGetTimestamp
;
@end
...
...
PoolSdk_Demo/Demo/HaiBaoJuheSDK.framework/Headers/HaiBaoJuheGzyazfInfo.h
View file @
4bb4915
#import "HaiBaoJuheSDK/
Valentine
HaiBaoJuheBaseModel.h"
@interface
HaiBaoJuheGzyazfInfo
:
Valentine
HaiBaoJuheBaseModel
#import "HaiBaoJuheSDK/
LanternFestival
HaiBaoJuheBaseModel.h"
@interface
HaiBaoJuheGzyazfInfo
:
LanternFestival
HaiBaoJuheBaseModel
@property
(
nonatomic
,
strong
)
NSString
*
serverId
;
@property
(
nonatomic
,
strong
)
NSString
*
queryId
;
...
...
PoolSdk_Demo/Demo/HaiBaoJuheSDK.framework/Headers/HaiBaoJuheLoginInfo.h
View file @
4bb4915
#import "HaiBaoJuheSDK/
Valentine
HaiBaoJuheBaseModel.h"
@interface
HaiBaoJuheLoginInfo
:
Valentine
HaiBaoJuheBaseModel
#import "HaiBaoJuheSDK/
LanternFestival
HaiBaoJuheBaseModel.h"
@interface
HaiBaoJuheLoginInfo
:
LanternFestival
HaiBaoJuheBaseModel
@property
(
nonatomic
,
strong
)
NSString
*
timestamp
;
@property
(
nonatomic
,
strong
)
NSString
*
sign
;
...
...
PoolSdk_Demo/Demo/HaiBaoJuheSDK.framework/Headers/HaiBaoJuheReportInfo.h
View file @
4bb4915
//
//
Valentine
HaiBaoJuheReportInfo.h
//
LanternFestival
HaiBaoJuheReportInfo.h
// HaiBaoJuheSDK
//
// Created by winFan on 12/21/15.
// Copyright (c) 2015 winFan. All rights reserved.
//
#import "HaiBaoJuheSDK/
Valentine
HaiBaoJuheBaseModel.h"
@interface
HaiBaoJuheReportInfo
:
Valentine
HaiBaoJuheBaseModel
#import "HaiBaoJuheSDK/
LanternFestival
HaiBaoJuheBaseModel.h"
@interface
HaiBaoJuheReportInfo
:
LanternFestival
HaiBaoJuheBaseModel
@property
(
nonatomic
,
strong
)
NSString
*
reportType
;
//类型
@property
(
nonatomic
,
strong
)
NSString
*
playerId
;
//玩家ID
...
...
PoolSdk_Demo/Demo/HaiBaoJuheSDK.framework/Headers/HaiBaoJuheUtils.h
View file @
4bb4915
...
...
@@ -4,7 +4,7 @@
@interface
HaiBaoJuheUtils
:
NSObject
+
(
NSString
*
)
md5
:(
NSString
*
)
str
;
+
(
NSDictionary
*
)
Valentine
HaiBaoJuheDictionaryWithJsonString
:(
NSString
*
)
jsonString
;
+
(
NSDictionary
*
)
LanternFestival
HaiBaoJuheDictionaryWithJsonString
:(
NSString
*
)
jsonString
;
+
(
NSString
*
)
createGzyazfOrderUrl
;
//*充值回调地址
+
(
NSString
*
)
createGzyazfUrl
;
...
...
PoolSdk_Demo/Demo/HaiBaoJuheSDK.framework/Headers/
Valentine
HaiBaoJuheBaseModel.h
→
PoolSdk_Demo/Demo/HaiBaoJuheSDK.framework/Headers/
LanternFestival
HaiBaoJuheBaseModel.h
View file @
4bb4915
#import <Foundation/Foundation.h>
#import "OtherSetting.h"
@interface
Valentine
HaiBaoJuheBaseModel
:
NSObject
@interface
LanternFestival
HaiBaoJuheBaseModel
:
NSObject
-
(
NSString
*
)
Valentine
HaiBaoJuheObjectToJsonString
;
-
(
NSString
*
)
LanternFestival
HaiBaoJuheObjectToJsonString
;
-
(
NSMutableString
*
)
paramAddToString
;
-
(
id
)
initWithDiction
:(
NSDictionary
*
)
diction
;
...
...
PoolSdk_Demo/Demo/HaiBaoJuheSDK.framework/Headers/
Valentine
HaiBaoJuheDGLogger.h
→
PoolSdk_Demo/Demo/HaiBaoJuheSDK.framework/Headers/
LanternFestival
HaiBaoJuheDGLogger.h
View file @
4bb4915
...
...
@@ -11,7 +11,7 @@ typedef NS_ENUM(NSInteger, DGLoggerLevel)
ELogError
};
@interface
Valentine
HaiBaoJuheDGLogger
:
NSObject
@interface
LanternFestival
HaiBaoJuheDGLogger
:
NSObject
+
(
void
)
showLog
:(
NSString
*
)
fmt
,...;
...
...
framework/HaiBaoJuheSDK.framework/HaiBaoJuheSDK
View file @
4bb4915
No preview for this file type
framework/HaiBaoJuheSDK.framework/Headers/HaiBaoJuheChecker.h
View file @
4bb4915
...
...
@@ -15,11 +15,11 @@
-
(
void
)
initChecker
;
-
(
void
)
startCheck
:(
HaiBaoJuheLoginInfo
*
)
loginInfo
;
-
(
void
)
createOrder
:(
HaiBaoJuheCreateOrderInfo
*
)
gzyazfInfo
;
-
(
void
)
Valentine
HaiBaoJuhereportOpen
;
-
(
void
)
Valentine
HaiBaoJuhereportSDKOpen
;
-
(
void
)
Valentine
HaiBaoJuhehandleFirstOpenApp
:(
NSString
*
)
path
;
-
(
void
)
LanternFestival
HaiBaoJuhereportOpen
;
-
(
void
)
LanternFestival
HaiBaoJuhereportSDKOpen
;
-
(
void
)
LanternFestival
HaiBaoJuhehandleFirstOpenApp
:(
NSString
*
)
path
;
-
(
void
)
reportEnter
:(
HaiBaoJuheReportInfo
*
)
reInfo
;
-
(
void
)
Valentine
HaiBaoJuheReport
:(
NSString
*
)
_action
:
(
HaiBaoJuheReportInfo
*
)
reInfo
;
-
(
void
)
LanternFestival
HaiBaoJuheReport
:(
NSString
*
)
_action
:
(
HaiBaoJuheReportInfo
*
)
reInfo
;
-
(
void
)
sendNotice
:(
HaiBaoJuheSDKNotificationType
)
notiType
notiName
:(
NSString
*
)
notiName
statusCode
:(
int
)
nCode
...
...
@@ -28,7 +28,7 @@
-
(
void
)
startCheckDelegate
:(
HaiBaoJuheLoginInfo
*
)
loginInfo
;
-
(
void
)
Valentine
HaiBaoJuheStartCheckDelegate
:(
HaiBaoJuheLoginInfo
*
)
loginInfo
type
:(
int
)
type
;
-
(
void
)
LanternFestival
HaiBaoJuheStartCheckDelegate
:(
HaiBaoJuheLoginInfo
*
)
loginInfo
type
:(
int
)
type
;
/*
*初始化时调用
...
...
framework/HaiBaoJuheSDK.framework/Headers/HaiBaoJuheCreateOrderInfo.h
View file @
4bb4915
#import "HaiBaoJuheSDK/
Valentine
HaiBaoJuheBaseModel.h"
@interface
HaiBaoJuheCreateOrderInfo
:
Valentine
HaiBaoJuheBaseModel
#import "HaiBaoJuheSDK/
LanternFestival
HaiBaoJuheBaseModel.h"
@interface
HaiBaoJuheCreateOrderInfo
:
LanternFestival
HaiBaoJuheBaseModel
@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
*
)
Valentine
HaiBaoJuheGetTsign
;
-
(
NSString
*
)
Valentine
HaiBaoJuheGetTimestamp
;
-
(
NSString
*
)
LanternFestival
HaiBaoJuheGetTsign
;
-
(
NSString
*
)
LanternFestival
HaiBaoJuheGetTimestamp
;
@end
...
...
framework/HaiBaoJuheSDK.framework/Headers/HaiBaoJuheGzyazfInfo.h
View file @
4bb4915
#import "HaiBaoJuheSDK/
Valentine
HaiBaoJuheBaseModel.h"
@interface
HaiBaoJuheGzyazfInfo
:
Valentine
HaiBaoJuheBaseModel
#import "HaiBaoJuheSDK/
LanternFestival
HaiBaoJuheBaseModel.h"
@interface
HaiBaoJuheGzyazfInfo
:
LanternFestival
HaiBaoJuheBaseModel
@property
(
nonatomic
,
strong
)
NSString
*
serverId
;
@property
(
nonatomic
,
strong
)
NSString
*
queryId
;
...
...
framework/HaiBaoJuheSDK.framework/Headers/HaiBaoJuheLoginInfo.h
View file @
4bb4915
#import "HaiBaoJuheSDK/
Valentine
HaiBaoJuheBaseModel.h"
@interface
HaiBaoJuheLoginInfo
:
Valentine
HaiBaoJuheBaseModel
#import "HaiBaoJuheSDK/
LanternFestival
HaiBaoJuheBaseModel.h"
@interface
HaiBaoJuheLoginInfo
:
LanternFestival
HaiBaoJuheBaseModel
@property
(
nonatomic
,
strong
)
NSString
*
timestamp
;
@property
(
nonatomic
,
strong
)
NSString
*
sign
;
...
...
framework/HaiBaoJuheSDK.framework/Headers/HaiBaoJuheReportInfo.h
View file @
4bb4915
//
//
Valentine
HaiBaoJuheReportInfo.h
//
LanternFestival
HaiBaoJuheReportInfo.h
// HaiBaoJuheSDK
//
// Created by winFan on 12/21/15.
// Copyright (c) 2015 winFan. All rights reserved.
//
#import "HaiBaoJuheSDK/
Valentine
HaiBaoJuheBaseModel.h"
@interface
HaiBaoJuheReportInfo
:
Valentine
HaiBaoJuheBaseModel
#import "HaiBaoJuheSDK/
LanternFestival
HaiBaoJuheBaseModel.h"
@interface
HaiBaoJuheReportInfo
:
LanternFestival
HaiBaoJuheBaseModel
@property
(
nonatomic
,
strong
)
NSString
*
reportType
;
//类型
@property
(
nonatomic
,
strong
)
NSString
*
playerId
;
//玩家ID
...
...
framework/HaiBaoJuheSDK.framework/Headers/HaiBaoJuheUtils.h
View file @
4bb4915
...
...
@@ -4,7 +4,7 @@
@interface
HaiBaoJuheUtils
:
NSObject
+
(
NSString
*
)
md5
:(
NSString
*
)
str
;
+
(
NSDictionary
*
)
Valentine
HaiBaoJuheDictionaryWithJsonString
:(
NSString
*
)
jsonString
;
+
(
NSDictionary
*
)
LanternFestival
HaiBaoJuheDictionaryWithJsonString
:(
NSString
*
)
jsonString
;
+
(
NSString
*
)
createGzyazfOrderUrl
;
//*充值回调地址
+
(
NSString
*
)
createGzyazfUrl
;
...
...
framework/HaiBaoJuheSDK.framework/Headers/
Valentine
HaiBaoJuheBaseModel.h
→
framework/HaiBaoJuheSDK.framework/Headers/
LanternFestival
HaiBaoJuheBaseModel.h
View file @
4bb4915
#import <Foundation/Foundation.h>
#import "OtherSetting.h"
@interface
Valentine
HaiBaoJuheBaseModel
:
NSObject
@interface
LanternFestival
HaiBaoJuheBaseModel
:
NSObject
-
(
NSString
*
)
Valentine
HaiBaoJuheObjectToJsonString
;
-
(
NSString
*
)
LanternFestival
HaiBaoJuheObjectToJsonString
;
-
(
NSMutableString
*
)
paramAddToString
;
-
(
id
)
initWithDiction
:(
NSDictionary
*
)
diction
;
...
...
framework/HaiBaoJuheSDK.framework/Headers/
Valentine
HaiBaoJuheDGLogger.h
→
framework/HaiBaoJuheSDK.framework/Headers/
LanternFestival
HaiBaoJuheDGLogger.h
View file @
4bb4915
...
...
@@ -11,7 +11,7 @@ typedef NS_ENUM(NSInteger, DGLoggerLevel)
ELogError
};
@interface
Valentine
HaiBaoJuheDGLogger
:
NSObject
@interface
LanternFestival
HaiBaoJuheDGLogger
:
NSObject
+
(
void
)
showLog
:(
NSString
*
)
fmt
,...;
...
...
Please
register
or
login
to post a comment