洛阳学员端
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

36 lines
632 B

//
// DTFMutableSetting.h
// BioAuthEngine
//
// Created by richard on 24/02/2018.
// Copyright © 2018 DTF. All rights reserved.
//
#import <Foundation/Foundation.h>
@interface DTFMutableSetting : NSObject
+ (instancetype)getInstance;
- (NSString *)gatewayURL;
- (NSDictionary *)headConfig;
- (NSString *)DTFInitRequestOperationType;
- (NSString *)validateRequestOperationType;
- (NSString *)SMSVerifyRequestOperationType;
- (NSString *)SMSCodeRequestOperationType;
- (NSString *)zimOCRIdentifyRequestOperationType;
- (NSString *)bioAuthEngineVersion;
- (NSString *)onlinePubKey;
- (NSString *)testPubKey;
@end