| | |
| | | // |
| | | |
| | | #import "LCApiKit.h" |
| | | #import "LCKit.h" |
| | | #import <LCOpenSDKDynamic/LCOpenSDKDynamic.h> |
| | | |
| | | #define DEFAULTHOSTAPICHN @"https://openapi.lechange.cn:443" //中国大陆(正式) |
| | | #define DEFAULTHOSTAPIOVS @"https://openapi.easy4ip.com:443" //海外(正式) |
| | |
| | | NSLog(@"initSDKOpenApi: %@,@%ld", [self LCSDKHost], [self LCSDKPort]); |
| | | } |
| | | |
| | | /// 拼接错误信息 |
| | | - (NSString *) getErrorMesWithCode:(NSString *)message code:(int)code |
| | | { |
| | | return [NSString stringWithFormat:@"%@(%d)",message, code]; |
| | | } |
| | | ///// 拼接错误信息 |
| | | //- (NSString *) getErrorMesWithCode:(NSString *)message code:(int)code |
| | | //{ |
| | | // return [NSString stringWithFormat:@"%@(%d)",message, code]; |
| | | //} |
| | | @end |