-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #16 from weiruiyang/master
更新sdk
- Loading branch information
Showing
42 changed files
with
587 additions
and
158 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
#统计平台 | ||
PRODUCE_STATISTICAL=https://daily.m.zzx9.cn | ||
#取号平台 | ||
PRODUCE_DZH=https://auth.wosms.cn |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
src/android/libs/armeabi-v7a/libCtaApiLib.so
100755 → 100644
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified
BIN
+231 KB
(100%)
src/ios/EAccountApiSDK.framework/EAccountApiSDK
100755 → 100644
Binary file not shown.
21 changes: 21 additions & 0 deletions
21
src/ios/EAccountApiSDK.framework/Headers/EAccountCTEConfig.h
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
// | ||
// EAccountCTEConfig.h | ||
// EAccountApiSDK | ||
// | ||
// Created by lvzhzh on 2019/12/4. | ||
// Copyright © 2019 21CN. All rights reserved. | ||
// | ||
|
||
#import <Foundation/Foundation.h> | ||
|
||
NS_ASSUME_NONNULL_BEGIN | ||
|
||
@interface EAccountCTEConfig : NSObject | ||
|
||
@property (nonatomic, copy) NSString *timestampDomain; | ||
@property (nonatomic, copy) NSString *preLoginDomain; | ||
@property (nonatomic, copy) NSString *uploadLogDomain; | ||
|
||
@end | ||
|
||
NS_ASSUME_NONNULL_END |
44 changes: 44 additions & 0 deletions
44
src/ios/EAccountApiSDK.framework/Headers/EAccountPreLoginConfigModel.h
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,44 @@ | ||
// | ||
// EAccountPreLoginConfigModel.h | ||
// EAccountApiSDK | ||
// | ||
// Created by Reticence Lee on 2019/12/12. | ||
// Copyright © 2019 21CN. All rights reserved. | ||
// | ||
|
||
#import <Foundation/Foundation.h> | ||
|
||
NS_ASSUME_NONNULL_BEGIN | ||
|
||
@interface EAccountPreLoginConfigModel : NSObject | ||
|
||
/** | ||
NSURLRequest的最大空闲时间 默认3s | ||
*/ | ||
@property (nonatomic, assign) NSTimeInterval timeoutIntervalForRequest; | ||
|
||
/** | ||
NSURLSession资源获取超时时间 默认3s | ||
*/ | ||
@property (nonatomic, assign) NSTimeInterval timeoutIntervalForResource; | ||
|
||
/** | ||
socket连接超时时间 默认3s | ||
*/ | ||
@property (nonatomic, assign) NSTimeInterval socketConnectTimeoutInterval; | ||
|
||
/** | ||
socket请求总超时时间 默认6s 建议设置比 socket连接超时时间 长 | ||
*/ | ||
@property (nonatomic, assign) NSTimeInterval socketTotalTimeoutInterval; | ||
|
||
#pragma -mark 初始化方法 | ||
|
||
/** | ||
初始化方法 请调用该方法进行初始化 | ||
*/ | ||
- (instancetype)initWithDefaultConfig; | ||
|
||
@end | ||
|
||
NS_ASSUME_NONNULL_END |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.