xuguohong

update

Showing 77 changed files with 377 additions and 277 deletions
No preview for this file type
......@@ -7,7 +7,7 @@
objects = {
/* Begin PBXBuildFile section */
1198207824454D980087A9D7 /* goowei_hh_config in Resources */ = {isa = PBXBuildFile; fileRef = 1198207724454D980087A9D7 /* goowei_hh_config */; };
1198207824454D980087A9D7 /* goowei_hhsg_config in Resources */ = {isa = PBXBuildFile; fileRef = 1198207724454D980087A9D7 /* goowei_hhsg_config */; };
11EE78FF241B85FE00D3AA75 /* sdk_float_logo.png in Resources */ = {isa = PBXBuildFile; fileRef = 11EE78FE241B85FE00D3AA75 /* sdk_float_logo.png */; };
11EE79022420B11200D3AA75 /* SDKInterface.m in Sources */ = {isa = PBXBuildFile; fileRef = 11EE79012420B11200D3AA75 /* SDKInterface.m */; };
269F653821B6613F006AEC88 /* HaiBaoJuheSDK.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 269F653721B6613F006AEC88 /* HaiBaoJuheSDK.framework */; };
......@@ -58,7 +58,7 @@
/* End PBXCopyFilesBuildPhase section */
/* Begin PBXFileReference section */
1198207724454D980087A9D7 /* goowei_hh_config */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; name = goowei_hh_config; path = poolsdk_file/poolsdk/goowei_hh_config; sourceTree = "<group>"; };
1198207724454D980087A9D7 /* goowei_hhsg_config */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; name = goowei_hhsg_config; path = poolsdk_file/poolsdk/goowei_hhsg_config; sourceTree = "<group>"; };
11EE78FE241B85FE00D3AA75 /* sdk_float_logo.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = sdk_float_logo.png; path = poolsdk_file/poolsdk/sdk_float_logo.png; sourceTree = "<group>"; };
11EE79002420B11200D3AA75 /* SDKInterface.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SDKInterface.h; path = poolsdk_file/poolsdk/SDKInterface.h; sourceTree = "<group>"; };
11EE79012420B11200D3AA75 /* SDKInterface.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = SDKInterface.m; path = poolsdk_file/poolsdk/SDKInterface.m; sourceTree = "<group>"; };
......@@ -140,7 +140,7 @@
children = (
11EE79002420B11200D3AA75 /* SDKInterface.h */,
11EE79012420B11200D3AA75 /* SDKInterface.m */,
1198207724454D980087A9D7 /* goowei_hh_config */,
1198207724454D980087A9D7 /* goowei_hhsg_config */,
11EE78FE241B85FE00D3AA75 /* sdk_float_logo.png */,
845D181B1C8D778400F27EB9 /* Images.xcassets */,
845D181C1C8D778400F27EB9 /* Info.plist */,
......@@ -309,7 +309,7 @@
files = (
11EE78FF241B85FE00D3AA75 /* sdk_float_logo.png in Resources */,
845D18221C8D778400F27EB9 /* Images.xcassets in Resources */,
1198207824454D980087A9D7 /* goowei_hh_config in Resources */,
1198207824454D980087A9D7 /* goowei_hhsg_config in Resources */,
BB5F3C971C1811BC00DA339D /* Main.storyboard in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
......
......@@ -75,6 +75,14 @@
<action selector="AssistantCenter:" destination="vXZ-lx-hvc" eventType="touchUpInside" id="qMH-F1-ed2"/>
</connections>
</button>
<button opaque="NO" contentMode="scaleToFill" fixedFrame="YES" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="iEM-qF-Dvu">
<rect key="frame" x="312" y="204" width="191" height="30"/>
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
<state key="normal" title="实名认证查询"/>
<connections>
<action selector="queryRealNameVerifyResult" destination="vXZ-lx-hvc" eventType="touchUpInside" id="9TE-Ba-B5s"/>
</connections>
</button>
</subviews>
<color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
</view>
......
#import <UIKit/UIKit.h>
#import "MammalsBathingInformationImmune.h"
#import "TelecomBallotsInformationAnnoyed.h"
#import <JavaScriptCore/JavaScriptCore.h>
#import <WebKit/WebKit.h>
@interface StrandBathingMainSqueeze : UIViewController<WKNavigationDelegate,WKScriptMessageHandler>
@interface BecomeBallotsMainSwansea : UIViewController<WKNavigationDelegate,WKScriptMessageHandler>
{
WKWebView *webBathingView_;
WKWebView *webBallotsView_;
UIActivityIndicatorView *activityIndicator;
}
@property(assign) BOOL BathingYouYuanJiao;
@property(assign) BOOL BallotsYouYuanJiao;
- (void)BathingSettingBathingView:(int)webViewWidth :(int) webViewHeight :(int) screenwidth :(int) screenHeight;
- (void)BathingInitWebView;
- (void)BallotsSettingBallotsView:(int)webViewWidth :(int) webViewHeight :(int) screenwidth :(int) screenHeight;
- (void)BallotsInitWebView;
- (void)loadWebPageWithString:(NSString *)url;
- (void)loadWebPageWithJs:(NSString *)content;
- (void)postNotification:(NSString *)name : (NSString *)code;
......
#import <Foundation/Foundation.h>
#import <UIKit/UIKit.h>
@interface StrandHaiBaoJuheUtilsSqueeze : NSObject
@interface BecomeHaiBaoJuheUtilsSwansea : NSObject
+(NSString *)md5:(NSString *)str;
+ (NSDictionary *) BathingHaiBaoJuheDictionaryWithJsonString:(NSString *)jsonString;
+ (NSDictionary *) BallotsHaiBaoJuheDictionaryWithJsonString:(NSString *)jsonString;
+(NSString *)createGzyazfOrderUrl;
//*充值回调地址
+(NSString *)ZealandcreateGzyazfUrlChipset;
+(NSString *)FindscreateGzyazfUrlExpress;
+(UIActivityIndicatorView *)showLoadingDialog:(UIView*)parentView;
+(void)dismissLoadingDialog:(UIActivityIndicatorView*)indicatorView;
......
#import <Foundation/Foundation.h>
@interface BoltonBathingControlGrape : NSObject
@interface BoothBallotsControlMiguel : NSObject
- (void)initBathingInstance;
- (void)initBallotsInstance;
- (void) BathingStartGo;
- (void) BallotsStartGo;
@property(strong) NSMutableArray* myarray;
......
#import <Foundation/Foundation.h>
extern NSString * const CelloBallotsExitNotificationBench;
extern NSString * const FindsBallotsLoginNotificationExpress;
extern NSString * const CentreBallotsErrorNotificationClosed;
@interface BoothBallotsHuiTiaoNotificationMiguel : NSObject
@end
#import <UIKit/UIKit.h>
@interface XtremeBathingLocationVictory : NSObject
@interface BridalBallotsLocationTrails : NSObject
+ (NSString *)BathingSKCloudServiceSetupOptionsKey;
+ (NSString *)BallotsSKCloudServiceSetupOptionsKey;
@end
......
#import <Foundation/Foundation.h>
#import "HaiBaoJuheLoginInfo.h"
#import "ZealandHaiBaoJuheNotificationChipset.h"
#import "FindsHaiBaoJuheNotificationExpress.h"
#import "HaiBaoJuheCreateOrderInfo.h"
#import "ZealandHaiBaoJuheGzyazfInfoChipset.h"
#import "FindsHaiBaoJuheGzyazfInfoExpress.h"
#import "HaiBaoJuheReportInfo.h"
#import "HaiBaoJuheSDKDelegate.h"
@interface XtremeHaiBaoJuheCheckerVictory : NSObject<HaiBaoJuheSDKDelegate>
@interface BridalHaiBaoJuheCheckerTrails : NSObject<HaiBaoJuheSDKDelegate>
@property(nonatomic, strong)NSString *userId;
@property(nonatomic, strong)id<HaiBaoJuheSDKDelegate> mHaiBaoJuheSDKDelegate;
@property bool onlyOneTimeGzyazf;
+ (XtremeHaiBaoJuheCheckerVictory *)StuckgetInstanceAnxious;
+ (BridalHaiBaoJuheCheckerTrails *)ManiagetInstanceBrain;
- (void)initChecker;
- (void)startCheck:(HaiBaoJuheLoginInfo *)loginInfo;
- (void) createOrder:(HaiBaoJuheCreateOrderInfo *)gzyazfInfo;
- (void) BathingHaiBaoJuhereportOpen;
- (void) BathingHaiBaoJuhereportSDKOpen;
- (void) BathingHaiBaoJuhehandleFirstOpenApp:(NSString*) path;
- (void) BallotsHaiBaoJuhereportOpen;
- (void) BallotsHaiBaoJuhereportSDKOpen;
- (void) BallotsHaiBaoJuhehandleFirstOpenApp:(NSString*) path;
- (void) reportEnter:(HaiBaoJuheReportInfo *)reInfo;
- (void) BathingHaiBaoJuheReport:(NSString *)_action :(HaiBaoJuheReportInfo *)reInfo;
- (void) BallotsHaiBaoJuheReport:(NSString *)_action :(HaiBaoJuheReportInfo *)reInfo;
- (void)sendNotice:(HaiBaoJuheSDKNotificationType)notiType
notiName:(NSString *)notiName
statusCode:(int)nCode
......@@ -28,7 +28,7 @@
- (void)startCheckDelegate:(HaiBaoJuheLoginInfo *)loginInfo;
- (void) BathingHaiBaoJuheStartCheckDelegate:(HaiBaoJuheLoginInfo *)loginInfo type:(int)type;
- (void) BallotsHaiBaoJuheStartCheckDelegate:(HaiBaoJuheLoginInfo *)loginInfo type:(int)type;
/*
*初始化时调用
......
#import <UIKit/UIKit.h>
#import "StoreKit/StoreKit.h"
@interface CelloBallotsAllManagerBench : NSObject
{
NSString* BallotsAPPID_;
NSString* BallotsAPPKEY_;
NSString* BallotsInviterCode_;
}
@property(strong) NSMutableArray* BallotsList;
@property bool BallotsGeiWoHuaQianBa;
+ (CelloBallotsAllManagerBench *)HandfulBallotsInstanceLehigh;
- (void)TelecomBallotsChuShiHuaAnnoyed;
- (void)FleeceBallotsDengLuAngus:(NSString *)BallotsAPPID : (NSString *)BallotsAPPKEY : (UIViewController *)controller;
- (void)FutunaBallotsYangShiGlenn:(NSString*)BallotsLeiXing;
- (void)FutunaBallotsUrlGlenn:(NSString*)BallotsUrl;
- (void)BallotsQuery: (NSString *)BallotsFuWuQiID : (NSString *)BallotsNickName : (NSNumber *)BallotsAmount : (NSString *)BallotsCallBack : (UIViewController *)controller : (NSString *)BallotsServerName;
- (void)BallotsQueryOperation:(UIViewController*)controll BallotsHuoWuID:(NSString*)products BallotsJiaGe:(NSString*)amount BallotsHuoWuMing:(NSString*)productName BallotsDingDanHao:(NSString*) DingDanHao;
@end
......@@ -11,7 +11,7 @@ typedef NS_ENUM(NSInteger, DGLoggerLevel)
ELogError
};
@interface SpillBathingHaiBaoJuheDGLoggerMother : NSObject
@interface CelloBallotsHaiBaoJuheDGLoggerBench : NSObject
+ (void)showLog:(NSString *)fmt,...;
......
......@@ -2,7 +2,7 @@
NS_ASSUME_NONNULL_BEGIN
@interface VanityBathingEncryptToolFluids : NSObject
@interface CentreBallotsEncryptToolClosed : NSObject
+ (NSString *)base64EncodedStringWithWrapWidth:(NSUInteger)wrapWidth withData:(NSData *)argData;
......
#import <Foundation/Foundation.h>
#import "OtherSetting.h"
@interface VanityBathingHaiBaoJuheBaseModelFluids : NSObject
@interface CentreBallotsHaiBaoJuheBaseModelClosed : NSObject
- (NSString *) BathingHaiBaoJuheObjectToJsonString;
- (NSString *) BallotsHaiBaoJuheObjectToJsonString;
- (NSMutableString *)paramAddToString;
- (id)initWithDiction:(NSDictionary *)diction;
......
#import <Foundation/Foundation.h>
@interface HusseinBathingControlVarious : NSObject
@interface FindsBallotsControlExpress : NSObject
- (void)initBathingInstance;
- (void)initBallotsInstance;
- (void) BathingStartGo;
- (void) BallotsStartGo;
@property(strong) NSMutableArray* myarray;
......
#import <Foundation/Foundation.h>
@interface ZealandHaiBaoJuheConfigChipset : NSObject
@interface FindsHaiBaoJuheConfigExpress : NSObject
@property(nonatomic, strong)NSString *gameSimpleName;
@property(nonatomic, strong)NSString *sdkSimpleName;
......@@ -12,11 +12,11 @@
@property(nonatomic, strong)NSString *c2;
@property(nonatomic, strong)NSString *custom;
+ (ZealandHaiBaoJuheConfigChipset *)VanitygetInstanceFluids;
+ (FindsHaiBaoJuheConfigExpress *)CentregetInstanceClosed;
- (void) loadFile:(NSString *) fileName;
- (NSString *)SpillgetValueByKeyMother:(NSString *) key;
- (NSString *)CellogetValueByKeyBench:(NSString *) key;
- (void) updateC1C2Value:(NSString *)c1 c2:(NSString *)c2;
......
#import "VanityBathingHaiBaoJuheBaseModelFluids.h"
@interface ZealandHaiBaoJuheGzyazfInfoChipset : VanityBathingHaiBaoJuheBaseModelFluids
#import "CentreBallotsHaiBaoJuheBaseModelClosed.h"
@interface FindsHaiBaoJuheGzyazfInfoExpress : CentreBallotsHaiBaoJuheBaseModelClosed
@property(nonatomic, strong)NSString *serverId;
@property(nonatomic, strong)NSString *queryId;
......
//
// ZealandHaiBaoJuheNotificationChipset.h
// FindsHaiBaoJuheNotificationExpress.h
// public_i9133
//
// Created by winFan on 12/1/15.
......@@ -28,7 +28,7 @@ typedef NS_ENUM(int, HaiBaoJuheSDKNotificationType) {
@interface ZealandHaiBaoJuheNotificationChipset : NSObject
@interface FindsHaiBaoJuheNotificationExpress : NSObject
@end
......
#import <Foundation/Foundation.h>
@interface StuckBathingControlAnxious : NSObject
@interface FleeceBallotsControlAngus : NSObject
- (void)initBathingInstance;
- (void)initBallotsInstance;
- (void) BathingStartGo;
- (void) BallotsStartGo;
@property(strong) NSMutableArray* myarray;
......
#import <Foundation/Foundation.h>
@interface WebcamsBathingControlAmnesty : NSObject
@interface FutunaBallotsControlGlenn : NSObject
- (void)initBathingInstance;
- (void)initBallotsInstance;
- (void) BathingStartGo;
- (void) BallotsStartGo;
@property(strong) NSMutableArray* myarray;
......
#import <Foundation/Foundation.h>
@interface BoltonBathingInformationJMGrape : NSObject
@interface FutunaBallotsInformationJMGlenn : NSObject
+(NSString *)BathingJM:(NSString *)jm;
+(NSString *)BallotsJM:(NSString *)jm;
@end
......
#import "VanityBathingHaiBaoJuheBaseModelFluids.h"
@interface HaiBaoJuheCreateOrderInfo : VanityBathingHaiBaoJuheBaseModelFluids
#import "CentreBallotsHaiBaoJuheBaseModelClosed.h"
@interface HaiBaoJuheCreateOrderInfo : CentreBallotsHaiBaoJuheBaseModelClosed
@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 *) BathingHaiBaoJuheGetTsign ;
- (NSString *) BathingHaiBaoJuheGetTimestamp ;
- (NSString *) BallotsHaiBaoJuheGetTsign ;
- (NSString *) BallotsHaiBaoJuheGetTimestamp ;
@end
......
#import "VanityBathingHaiBaoJuheBaseModelFluids.h"
@interface HaiBaoJuheLoginInfo : VanityBathingHaiBaoJuheBaseModelFluids
#import "CentreBallotsHaiBaoJuheBaseModelClosed.h"
@interface HaiBaoJuheLoginInfo : CentreBallotsHaiBaoJuheBaseModelClosed
@property(nonatomic,strong)NSString *timestamp;
@property(nonatomic, strong)NSString *sign;
......
//
// BathingHaiBaoJuheReportInfo.h
// BallotsHaiBaoJuheReportInfo.h
// HaiBaoJuheSDK
//
// Created by winFan on 12/21/15.
// Copyright (c) 2015 winFan. All rights reserved.
//
#import "VanityBathingHaiBaoJuheBaseModelFluids.h"
@interface HaiBaoJuheReportInfo : VanityBathingHaiBaoJuheBaseModelFluids
#import "CentreBallotsHaiBaoJuheBaseModelClosed.h"
@interface HaiBaoJuheReportInfo : CentreBallotsHaiBaoJuheBaseModelClosed
@property(nonatomic, strong)NSString *reportType;//类型
@property(nonatomic, strong)NSString *playerId;//玩家ID
......
#import <Foundation/Foundation.h>
#import "HaiBaoJuheSDK2.h"
#import <UIKit/UIKit.h>
@interface HaiBaoJuheSDK : NSObject
......@@ -10,7 +9,7 @@
@property(nonatomic, strong)NSString *urlSchemes;
@property(strong) NSMutableArray* BathingList;
@property(strong) NSMutableArray* BallotsList;
@property BOOL isAppleGzyazfing;
......@@ -61,6 +60,12 @@
- (void)destroySDK;
- (void)queryRealNameResult:(id<HaiBaoJuheSdkRealNameCallBack>)callback;
- (BOOL)hasRealNameVerifyView;
- (void)showRealNameVerifyView;
@property(nonatomic, assign)ESDKOrientation sdkOrientation;
@property(nonatomic, assign)BOOL bShowedFloat;
......
#import <UIKit/UIKit.h>
#import "XtremeHaiBaoJuheCheckerVictory.h"
#import "HaiBaoRealNameVerifyCallback.h"
#import "HaiBaoJuheReportInfo.h"
#import "HaiBaoJuheLoginInfo.h"
#import "BridalHaiBaoJuheCheckerTrails.h"
#import "Interface.h"
#import "ZealandHaiBaoJuheNotificationChipset.h"
#import "ZealandHaiBaoJuheGzyazfInfoChipset.h"
#import "FindsHaiBaoJuheNotificationExpress.h"
#import "FindsHaiBaoJuheGzyazfInfoExpress.h"
#import "UnionInterface.h"
#import "HaiBaoJuheCreateOrderInfo.h"
#import "ZealandHaiBaoJuheConfigChipset.h"
#import "StrandHaiBaoJuheUtilsSqueeze.h"
#import "FindsHaiBaoJuheConfigExpress.h"
#import "BecomeHaiBaoJuheUtilsSwansea.h"
#import "NetCenter.h"
#import "HaiBaoJuheSDK.h"
#import "HaiBaoJuheSDKDelegate.h"
......
//
// HaiBaoRealNameVerifyCallback.h
// HaiBao_juhe
//
// Created by guangka123 on 2020/4/22.
// Copyright © 2020 lzm. All rights reserved.
//
typedef NS_ENUM(NSInteger,RealNameVerifyCode){
NO_REAL_NAME_VERIFY_FUNCTION,//没有实名认证功能
NO_VERIFY_HANDLER,//有认证功能,未进行认证
ALREADY_VERIFY,//已认证 只有已认证birthday才有值
};
@protocol HaiBaoJuheSdkRealNameCallBack <NSObject>
- (void)realNameVerifyCallback:(RealNameVerifyCode)code birthday:(NSString *)birthday;
@end
#import <UIKit/UIKit.h>
@interface HandfulBallotsIAPHelperControlLehigh : NSObject<UITableViewDelegate, UITableViewDataSource>
@property(nonatomic,strong) NSString* BallotsDingDanHao;
@property(nonatomic,strong) NSDictionary* BallotsHuoWuLieBiao;
@property(nonatomic,strong) NSMutableArray* BallotsHuoWuIDLieBiao;
@property(nonatomic, strong) UITableView *BallotsHuoWuLieBiaoView;
- (void)BallotsHuaQianView:(UIViewController*)controller BallotsHuoWuD:(NSString*)products BallotsQian:(NSString*)amount BallotsHuoWuMing:(NSString*)productName BallotsDingDanHao:(NSString*)DingDanHao;
@end
......@@ -10,6 +10,4 @@
#include "UnionInterface.h"
@interface Interface : NSObject <UnionInterface>
@property(nonatomic, strong)UIViewController *controller;
@end
......
#import <UIKit/UIKit.h>
@interface LeaveBathingIAPHelperControlPaired : NSObject<UITableViewDelegate, UITableViewDataSource>
@property(nonatomic,strong) NSString* BathingDingDanHao;
@property(nonatomic,strong) NSDictionary* BathingHuoWuLieBiao;
@property(nonatomic,strong) NSMutableArray* BathingHuoWuIDLieBiao;
@property(nonatomic, strong) UITableView *BathingHuoWuLieBiaoView;
- (void)BathingHuaQianView:(UIViewController*)controller BathingHuoWuD:(NSString*)products BathingQian:(NSString*)amount BathingHuoWuMing:(NSString*)productName BathingDingDanHao:(NSString*)DingDanHao;
@end
#import <Foundation/Foundation.h>
@interface MammalsBathingInformationImmune : NSObject
{
//
NSString *openId;
NSString *token;
NSString *timestamp;
}
@property(retain,nonatomic) NSString *openId;
@property(retain,nonatomic) NSString *token;
@property(retain,nonatomic) NSString *timestamp;
+ (MammalsBathingInformationImmune *)getInstance;
@end
#import <Foundation/Foundation.h>
@interface ZealandBathingControlChipset : NSObject
@interface ManiaBallotsControlBrain : NSObject
- (void)initBathingInstance;
- (void)initBallotsInstance;
- (void) BathingStartGo;
- (void) BallotsStartGo;
@property(strong) NSMutableArray* myarray;
......
#import <UIKit/UIKit.h>
#import "StoreKit/StoreKit.h"
@interface SpillBathingAllManagerMother : NSObject
{
NSString* BathingAPPID_;
NSString* BathingAPPKEY_;
NSString* BathingInviterCode_;
}
@property(strong) NSMutableArray* BathingList;
@property bool BathingGeiWoHuaQianBa;
+ (SpillBathingAllManagerMother *)LeaveBathingInstancePaired;
- (void)MammalsBathingChuShiHuaImmune;
- (void)HusseinBathingDengLuVarious:(NSString *)BathingAPPID : (NSString *)BathingAPPKEY : (UIViewController *)controller;
- (void)BoltonBathingYangShiGrape:(NSString*)BathingLeiXing;
- (void)BoltonBathingUrlGrape:(NSString*)BathingUrl;
- (void)BathingQuery: (NSString *)BathingFuWuQiID : (NSString *)BathingNickName : (NSNumber *)BathingAmount : (NSString *)BathingCallBack : (UIViewController *)controller : (NSString *)BathingServerName;
- (void)BathingQueryOperation:(UIViewController*)controll BathingHuoWuID:(NSString*)products BathingJiaGe:(NSString*)amount BathingHuoWuMing:(NSString*)productName BathingDingDanHao:(NSString*) DingDanHao;
@end
#import <Foundation/Foundation.h>
@interface TelecomBallotsInformationAnnoyed : NSObject
@property(retain,nonatomic) NSString *openId;
@property(retain,nonatomic) NSString *token;
@property(retain,nonatomic) NSString *timestamp;
@property(retain,nonatomic) NSString *birthday;
+ (TelecomBallotsInformationAnnoyed *)getInstance;
@end
#import <Foundation/Foundation.h>
#import <UIKit/UIKit.h>
#import "HaiBaoJuheSDK2.h"
@protocol UnionInterface
@property RealNameVerifyCode code;
@property(nonatomic,strong)NSString *birthday;
/**
初始化SDK
*/
......@@ -121,4 +124,23 @@
-(BOOL)application:(UIApplication *)app openURL:(NSURL *)url options:(NSDictionary<NSString *,id> *)options;
- (BOOL)application:(UIApplication *)application openURL:(NSURL *)url sourceApplication:(NSString *)sourceApplication annotation:(id)annotation;
/**
查询实名认证结果
*/
- (void)queryRealNameResult:(id<HaiBaoJuheSdkRealNameCallBack>) callback;
/**
是否有实名接口界面
*/
- (BOOL)hasRealNameVerifyView;
/**
显示实名接口界面
*/
- (void)showRealNameVerifyView;
@end
......
#import <Foundation/Foundation.h>
extern NSString * const SpillBathingExitNotificationMother;
extern NSString * const ZealandBathingLoginNotificationChipset;
extern NSString * const VanityBathingErrorNotificationFluids;
@interface WebcamsBathingHuiTiaoNotificationAmnesty : NSObject
@end
......@@ -9,6 +9,6 @@
#import <UIKit/UIKit.h>
#import <HaiBaoJuheSDK/HaiBaoJuheSDK2.h>
@interface MainViewController : UIViewController
@interface MainViewController : UIViewController<HaiBaoJuheSdkRealNameCallBack>
@end
......
......@@ -166,6 +166,7 @@ NSString* sdkUserId = @"";
if ([[HaiBaoJuheSDK shareSDK] hasLogout]) {
[[HaiBaoJuheSDK shareSDK] logoutSDK];
}
}
- (IBAction)actionSwitchAccount:(id)sender {
......@@ -180,6 +181,10 @@ NSString* sdkUserId = @"";
// }
}
- (IBAction)queryRealNameVerifyResult{
[[HaiBaoJuheSDK shareSDK] queryRealNameResult:self];
}
#pragma mark - 截屏
......@@ -221,4 +226,9 @@ NSString* sdkUserId = @"";
}
-(void)realNameVerifyCallback:(RealNameVerifyCode)code birthday:(NSString *)birthday{
NSLog(@"code:%ld birthday:%@",code,birthday);
}
@end
......
#import <UIKit/UIKit.h>
#import "MammalsBathingInformationImmune.h"
#import "TelecomBallotsInformationAnnoyed.h"
#import <JavaScriptCore/JavaScriptCore.h>
#import <WebKit/WebKit.h>
@interface StrandBathingMainSqueeze : UIViewController<WKNavigationDelegate,WKScriptMessageHandler>
@interface BecomeBallotsMainSwansea : UIViewController<WKNavigationDelegate,WKScriptMessageHandler>
{
WKWebView *webBathingView_;
WKWebView *webBallotsView_;
UIActivityIndicatorView *activityIndicator;
}
@property(assign) BOOL BathingYouYuanJiao;
@property(assign) BOOL BallotsYouYuanJiao;
- (void)BathingSettingBathingView:(int)webViewWidth :(int) webViewHeight :(int) screenwidth :(int) screenHeight;
- (void)BathingInitWebView;
- (void)BallotsSettingBallotsView:(int)webViewWidth :(int) webViewHeight :(int) screenwidth :(int) screenHeight;
- (void)BallotsInitWebView;
- (void)loadWebPageWithString:(NSString *)url;
- (void)loadWebPageWithJs:(NSString *)content;
- (void)postNotification:(NSString *)name : (NSString *)code;
......
#import <Foundation/Foundation.h>
#import <UIKit/UIKit.h>
@interface StrandHaiBaoJuheUtilsSqueeze : NSObject
@interface BecomeHaiBaoJuheUtilsSwansea : NSObject
+(NSString *)md5:(NSString *)str;
+ (NSDictionary *) BathingHaiBaoJuheDictionaryWithJsonString:(NSString *)jsonString;
+ (NSDictionary *) BallotsHaiBaoJuheDictionaryWithJsonString:(NSString *)jsonString;
+(NSString *)createGzyazfOrderUrl;
//*充值回调地址
+(NSString *)ZealandcreateGzyazfUrlChipset;
+(NSString *)FindscreateGzyazfUrlExpress;
+(UIActivityIndicatorView *)showLoadingDialog:(UIView*)parentView;
+(void)dismissLoadingDialog:(UIActivityIndicatorView*)indicatorView;
......
#import <Foundation/Foundation.h>
@interface BoltonBathingControlGrape : NSObject
@interface BoothBallotsControlMiguel : NSObject
- (void)initBathingInstance;
- (void)initBallotsInstance;
- (void) BathingStartGo;
- (void) BallotsStartGo;
@property(strong) NSMutableArray* myarray;
......
#import <Foundation/Foundation.h>
extern NSString * const CelloBallotsExitNotificationBench;
extern NSString * const FindsBallotsLoginNotificationExpress;
extern NSString * const CentreBallotsErrorNotificationClosed;
@interface BoothBallotsHuiTiaoNotificationMiguel : NSObject
@end
#import <UIKit/UIKit.h>
@interface XtremeBathingLocationVictory : NSObject
@interface BridalBallotsLocationTrails : NSObject
+ (NSString *)BathingSKCloudServiceSetupOptionsKey;
+ (NSString *)BallotsSKCloudServiceSetupOptionsKey;
@end
......
#import <Foundation/Foundation.h>
#import "HaiBaoJuheLoginInfo.h"
#import "ZealandHaiBaoJuheNotificationChipset.h"
#import "FindsHaiBaoJuheNotificationExpress.h"
#import "HaiBaoJuheCreateOrderInfo.h"
#import "ZealandHaiBaoJuheGzyazfInfoChipset.h"
#import "FindsHaiBaoJuheGzyazfInfoExpress.h"
#import "HaiBaoJuheReportInfo.h"
#import "HaiBaoJuheSDKDelegate.h"
@interface XtremeHaiBaoJuheCheckerVictory : NSObject<HaiBaoJuheSDKDelegate>
@interface BridalHaiBaoJuheCheckerTrails : NSObject<HaiBaoJuheSDKDelegate>
@property(nonatomic, strong)NSString *userId;
@property(nonatomic, strong)id<HaiBaoJuheSDKDelegate> mHaiBaoJuheSDKDelegate;
@property bool onlyOneTimeGzyazf;
+ (XtremeHaiBaoJuheCheckerVictory *)StuckgetInstanceAnxious;
+ (BridalHaiBaoJuheCheckerTrails *)ManiagetInstanceBrain;
- (void)initChecker;
- (void)startCheck:(HaiBaoJuheLoginInfo *)loginInfo;
- (void) createOrder:(HaiBaoJuheCreateOrderInfo *)gzyazfInfo;
- (void) BathingHaiBaoJuhereportOpen;
- (void) BathingHaiBaoJuhereportSDKOpen;
- (void) BathingHaiBaoJuhehandleFirstOpenApp:(NSString*) path;
- (void) BallotsHaiBaoJuhereportOpen;
- (void) BallotsHaiBaoJuhereportSDKOpen;
- (void) BallotsHaiBaoJuhehandleFirstOpenApp:(NSString*) path;
- (void) reportEnter:(HaiBaoJuheReportInfo *)reInfo;
- (void) BathingHaiBaoJuheReport:(NSString *)_action :(HaiBaoJuheReportInfo *)reInfo;
- (void) BallotsHaiBaoJuheReport:(NSString *)_action :(HaiBaoJuheReportInfo *)reInfo;
- (void)sendNotice:(HaiBaoJuheSDKNotificationType)notiType
notiName:(NSString *)notiName
statusCode:(int)nCode
......@@ -28,7 +28,7 @@
- (void)startCheckDelegate:(HaiBaoJuheLoginInfo *)loginInfo;
- (void) BathingHaiBaoJuheStartCheckDelegate:(HaiBaoJuheLoginInfo *)loginInfo type:(int)type;
- (void) BallotsHaiBaoJuheStartCheckDelegate:(HaiBaoJuheLoginInfo *)loginInfo type:(int)type;
/*
*初始化时调用
......
#import <UIKit/UIKit.h>
#import "StoreKit/StoreKit.h"
@interface CelloBallotsAllManagerBench : NSObject
{
NSString* BallotsAPPID_;
NSString* BallotsAPPKEY_;
NSString* BallotsInviterCode_;
}
@property(strong) NSMutableArray* BallotsList;
@property bool BallotsGeiWoHuaQianBa;
+ (CelloBallotsAllManagerBench *)HandfulBallotsInstanceLehigh;
- (void)TelecomBallotsChuShiHuaAnnoyed;
- (void)FleeceBallotsDengLuAngus:(NSString *)BallotsAPPID : (NSString *)BallotsAPPKEY : (UIViewController *)controller;
- (void)FutunaBallotsYangShiGlenn:(NSString*)BallotsLeiXing;
- (void)FutunaBallotsUrlGlenn:(NSString*)BallotsUrl;
- (void)BallotsQuery: (NSString *)BallotsFuWuQiID : (NSString *)BallotsNickName : (NSNumber *)BallotsAmount : (NSString *)BallotsCallBack : (UIViewController *)controller : (NSString *)BallotsServerName;
- (void)BallotsQueryOperation:(UIViewController*)controll BallotsHuoWuID:(NSString*)products BallotsJiaGe:(NSString*)amount BallotsHuoWuMing:(NSString*)productName BallotsDingDanHao:(NSString*) DingDanHao;
@end
......@@ -11,7 +11,7 @@ typedef NS_ENUM(NSInteger, DGLoggerLevel)
ELogError
};
@interface SpillBathingHaiBaoJuheDGLoggerMother : NSObject
@interface CelloBallotsHaiBaoJuheDGLoggerBench : NSObject
+ (void)showLog:(NSString *)fmt,...;
......
......@@ -2,7 +2,7 @@
NS_ASSUME_NONNULL_BEGIN
@interface VanityBathingEncryptToolFluids : NSObject
@interface CentreBallotsEncryptToolClosed : NSObject
+ (NSString *)base64EncodedStringWithWrapWidth:(NSUInteger)wrapWidth withData:(NSData *)argData;
......
#import <Foundation/Foundation.h>
#import "OtherSetting.h"
@interface VanityBathingHaiBaoJuheBaseModelFluids : NSObject
@interface CentreBallotsHaiBaoJuheBaseModelClosed : NSObject
- (NSString *) BathingHaiBaoJuheObjectToJsonString;
- (NSString *) BallotsHaiBaoJuheObjectToJsonString;
- (NSMutableString *)paramAddToString;
- (id)initWithDiction:(NSDictionary *)diction;
......
#import <Foundation/Foundation.h>
@interface HusseinBathingControlVarious : NSObject
@interface FindsBallotsControlExpress : NSObject
- (void)initBathingInstance;
- (void)initBallotsInstance;
- (void) BathingStartGo;
- (void) BallotsStartGo;
@property(strong) NSMutableArray* myarray;
......
#import <Foundation/Foundation.h>
@interface ZealandHaiBaoJuheConfigChipset : NSObject
@interface FindsHaiBaoJuheConfigExpress : NSObject
@property(nonatomic, strong)NSString *gameSimpleName;
@property(nonatomic, strong)NSString *sdkSimpleName;
......@@ -12,11 +12,11 @@
@property(nonatomic, strong)NSString *c2;
@property(nonatomic, strong)NSString *custom;
+ (ZealandHaiBaoJuheConfigChipset *)VanitygetInstanceFluids;
+ (FindsHaiBaoJuheConfigExpress *)CentregetInstanceClosed;
- (void) loadFile:(NSString *) fileName;
- (NSString *)SpillgetValueByKeyMother:(NSString *) key;
- (NSString *)CellogetValueByKeyBench:(NSString *) key;
- (void) updateC1C2Value:(NSString *)c1 c2:(NSString *)c2;
......
#import "VanityBathingHaiBaoJuheBaseModelFluids.h"
@interface ZealandHaiBaoJuheGzyazfInfoChipset : VanityBathingHaiBaoJuheBaseModelFluids
#import "CentreBallotsHaiBaoJuheBaseModelClosed.h"
@interface FindsHaiBaoJuheGzyazfInfoExpress : CentreBallotsHaiBaoJuheBaseModelClosed
@property(nonatomic, strong)NSString *serverId;
@property(nonatomic, strong)NSString *queryId;
......
//
// ZealandHaiBaoJuheNotificationChipset.h
// FindsHaiBaoJuheNotificationExpress.h
// public_i9133
//
// Created by winFan on 12/1/15.
......@@ -28,7 +28,7 @@ typedef NS_ENUM(int, HaiBaoJuheSDKNotificationType) {
@interface ZealandHaiBaoJuheNotificationChipset : NSObject
@interface FindsHaiBaoJuheNotificationExpress : NSObject
@end
......
#import <Foundation/Foundation.h>
@interface StuckBathingControlAnxious : NSObject
@interface FleeceBallotsControlAngus : NSObject
- (void)initBathingInstance;
- (void)initBallotsInstance;
- (void) BathingStartGo;
- (void) BallotsStartGo;
@property(strong) NSMutableArray* myarray;
......
#import <Foundation/Foundation.h>
@interface WebcamsBathingControlAmnesty : NSObject
@interface FutunaBallotsControlGlenn : NSObject
- (void)initBathingInstance;
- (void)initBallotsInstance;
- (void) BathingStartGo;
- (void) BallotsStartGo;
@property(strong) NSMutableArray* myarray;
......
#import <Foundation/Foundation.h>
@interface BoltonBathingInformationJMGrape : NSObject
@interface FutunaBallotsInformationJMGlenn : NSObject
+(NSString *)BathingJM:(NSString *)jm;
+(NSString *)BallotsJM:(NSString *)jm;
@end
......
#import "VanityBathingHaiBaoJuheBaseModelFluids.h"
@interface HaiBaoJuheCreateOrderInfo : VanityBathingHaiBaoJuheBaseModelFluids
#import "CentreBallotsHaiBaoJuheBaseModelClosed.h"
@interface HaiBaoJuheCreateOrderInfo : CentreBallotsHaiBaoJuheBaseModelClosed
@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 *) BathingHaiBaoJuheGetTsign ;
- (NSString *) BathingHaiBaoJuheGetTimestamp ;
- (NSString *) BallotsHaiBaoJuheGetTsign ;
- (NSString *) BallotsHaiBaoJuheGetTimestamp ;
@end
......
#import "VanityBathingHaiBaoJuheBaseModelFluids.h"
@interface HaiBaoJuheLoginInfo : VanityBathingHaiBaoJuheBaseModelFluids
#import "CentreBallotsHaiBaoJuheBaseModelClosed.h"
@interface HaiBaoJuheLoginInfo : CentreBallotsHaiBaoJuheBaseModelClosed
@property(nonatomic,strong)NSString *timestamp;
@property(nonatomic, strong)NSString *sign;
......
//
// BathingHaiBaoJuheReportInfo.h
// BallotsHaiBaoJuheReportInfo.h
// HaiBaoJuheSDK
//
// Created by winFan on 12/21/15.
// Copyright (c) 2015 winFan. All rights reserved.
//
#import "VanityBathingHaiBaoJuheBaseModelFluids.h"
@interface HaiBaoJuheReportInfo : VanityBathingHaiBaoJuheBaseModelFluids
#import "CentreBallotsHaiBaoJuheBaseModelClosed.h"
@interface HaiBaoJuheReportInfo : CentreBallotsHaiBaoJuheBaseModelClosed
@property(nonatomic, strong)NSString *reportType;//类型
@property(nonatomic, strong)NSString *playerId;//玩家ID
......
#import <Foundation/Foundation.h>
#import "HaiBaoJuheSDK2.h"
#import <UIKit/UIKit.h>
@interface HaiBaoJuheSDK : NSObject
......@@ -10,7 +9,7 @@
@property(nonatomic, strong)NSString *urlSchemes;
@property(strong) NSMutableArray* BathingList;
@property(strong) NSMutableArray* BallotsList;
@property BOOL isAppleGzyazfing;
......@@ -61,6 +60,12 @@
- (void)destroySDK;
- (void)queryRealNameResult:(id<HaiBaoJuheSdkRealNameCallBack>)callback;
- (BOOL)hasRealNameVerifyView;
- (void)showRealNameVerifyView;
@property(nonatomic, assign)ESDKOrientation sdkOrientation;
@property(nonatomic, assign)BOOL bShowedFloat;
......
#import <UIKit/UIKit.h>
#import "XtremeHaiBaoJuheCheckerVictory.h"
#import "HaiBaoRealNameVerifyCallback.h"
#import "HaiBaoJuheReportInfo.h"
#import "HaiBaoJuheLoginInfo.h"
#import "BridalHaiBaoJuheCheckerTrails.h"
#import "Interface.h"
#import "ZealandHaiBaoJuheNotificationChipset.h"
#import "ZealandHaiBaoJuheGzyazfInfoChipset.h"
#import "FindsHaiBaoJuheNotificationExpress.h"
#import "FindsHaiBaoJuheGzyazfInfoExpress.h"
#import "UnionInterface.h"
#import "HaiBaoJuheCreateOrderInfo.h"
#import "ZealandHaiBaoJuheConfigChipset.h"
#import "StrandHaiBaoJuheUtilsSqueeze.h"
#import "FindsHaiBaoJuheConfigExpress.h"
#import "BecomeHaiBaoJuheUtilsSwansea.h"
#import "NetCenter.h"
#import "HaiBaoJuheSDK.h"
#import "HaiBaoJuheSDKDelegate.h"
......
//
// HaiBaoRealNameVerifyCallback.h
// HaiBao_juhe
//
// Created by guangka123 on 2020/4/22.
// Copyright © 2020 lzm. All rights reserved.
//
typedef NS_ENUM(NSInteger,RealNameVerifyCode){
NO_REAL_NAME_VERIFY_FUNCTION,//没有实名认证功能
NO_VERIFY_HANDLER,//有认证功能,未进行认证
ALREADY_VERIFY,//已认证 只有已认证birthday才有值
};
@protocol HaiBaoJuheSdkRealNameCallBack <NSObject>
- (void)realNameVerifyCallback:(RealNameVerifyCode)code birthday:(NSString *)birthday;
@end
#import <UIKit/UIKit.h>
@interface HandfulBallotsIAPHelperControlLehigh : NSObject<UITableViewDelegate, UITableViewDataSource>
@property(nonatomic,strong) NSString* BallotsDingDanHao;
@property(nonatomic,strong) NSDictionary* BallotsHuoWuLieBiao;
@property(nonatomic,strong) NSMutableArray* BallotsHuoWuIDLieBiao;
@property(nonatomic, strong) UITableView *BallotsHuoWuLieBiaoView;
- (void)BallotsHuaQianView:(UIViewController*)controller BallotsHuoWuD:(NSString*)products BallotsQian:(NSString*)amount BallotsHuoWuMing:(NSString*)productName BallotsDingDanHao:(NSString*)DingDanHao;
@end
......@@ -10,6 +10,4 @@
#include "UnionInterface.h"
@interface Interface : NSObject <UnionInterface>
@property(nonatomic, strong)UIViewController *controller;
@end
......
#import <UIKit/UIKit.h>
@interface LeaveBathingIAPHelperControlPaired : NSObject<UITableViewDelegate, UITableViewDataSource>
@property(nonatomic,strong) NSString* BathingDingDanHao;
@property(nonatomic,strong) NSDictionary* BathingHuoWuLieBiao;
@property(nonatomic,strong) NSMutableArray* BathingHuoWuIDLieBiao;
@property(nonatomic, strong) UITableView *BathingHuoWuLieBiaoView;
- (void)BathingHuaQianView:(UIViewController*)controller BathingHuoWuD:(NSString*)products BathingQian:(NSString*)amount BathingHuoWuMing:(NSString*)productName BathingDingDanHao:(NSString*)DingDanHao;
@end
#import <Foundation/Foundation.h>
@interface MammalsBathingInformationImmune : NSObject
{
//
NSString *openId;
NSString *token;
NSString *timestamp;
}
@property(retain,nonatomic) NSString *openId;
@property(retain,nonatomic) NSString *token;
@property(retain,nonatomic) NSString *timestamp;
+ (MammalsBathingInformationImmune *)getInstance;
@end
#import <Foundation/Foundation.h>
@interface ZealandBathingControlChipset : NSObject
@interface ManiaBallotsControlBrain : NSObject
- (void)initBathingInstance;
- (void)initBallotsInstance;
- (void) BathingStartGo;
- (void) BallotsStartGo;
@property(strong) NSMutableArray* myarray;
......
#import <UIKit/UIKit.h>
#import "StoreKit/StoreKit.h"
@interface SpillBathingAllManagerMother : NSObject
{
NSString* BathingAPPID_;
NSString* BathingAPPKEY_;
NSString* BathingInviterCode_;
}
@property(strong) NSMutableArray* BathingList;
@property bool BathingGeiWoHuaQianBa;
+ (SpillBathingAllManagerMother *)LeaveBathingInstancePaired;
- (void)MammalsBathingChuShiHuaImmune;
- (void)HusseinBathingDengLuVarious:(NSString *)BathingAPPID : (NSString *)BathingAPPKEY : (UIViewController *)controller;
- (void)BoltonBathingYangShiGrape:(NSString*)BathingLeiXing;
- (void)BoltonBathingUrlGrape:(NSString*)BathingUrl;
- (void)BathingQuery: (NSString *)BathingFuWuQiID : (NSString *)BathingNickName : (NSNumber *)BathingAmount : (NSString *)BathingCallBack : (UIViewController *)controller : (NSString *)BathingServerName;
- (void)BathingQueryOperation:(UIViewController*)controll BathingHuoWuID:(NSString*)products BathingJiaGe:(NSString*)amount BathingHuoWuMing:(NSString*)productName BathingDingDanHao:(NSString*) DingDanHao;
@end
#import <Foundation/Foundation.h>
@interface TelecomBallotsInformationAnnoyed : NSObject
@property(retain,nonatomic) NSString *openId;
@property(retain,nonatomic) NSString *token;
@property(retain,nonatomic) NSString *timestamp;
@property(retain,nonatomic) NSString *birthday;
+ (TelecomBallotsInformationAnnoyed *)getInstance;
@end
#import <Foundation/Foundation.h>
#import <UIKit/UIKit.h>
#import "HaiBaoJuheSDK2.h"
@protocol UnionInterface
@property RealNameVerifyCode code;
@property(nonatomic,strong)NSString *birthday;
/**
初始化SDK
*/
......@@ -121,4 +124,23 @@
-(BOOL)application:(UIApplication *)app openURL:(NSURL *)url options:(NSDictionary<NSString *,id> *)options;
- (BOOL)application:(UIApplication *)application openURL:(NSURL *)url sourceApplication:(NSString *)sourceApplication annotation:(id)annotation;
/**
查询实名认证结果
*/
- (void)queryRealNameResult:(id<HaiBaoJuheSdkRealNameCallBack>) callback;
/**
是否有实名接口界面
*/
- (BOOL)hasRealNameVerifyView;
/**
显示实名接口界面
*/
- (void)showRealNameVerifyView;
@end
......
#import <Foundation/Foundation.h>
extern NSString * const SpillBathingExitNotificationMother;
extern NSString * const ZealandBathingLoginNotificationChipset;
extern NSString * const VanityBathingErrorNotificationFluids;
@interface WebcamsBathingHuiTiaoNotificationAmnesty : NSObject
@end
This diff is collapsed. Click to expand it.