client_Hale
2019-01-10 58c28e935487d44ef2e49c7390dcbf34ca213fdc
update 灵宝记ios相关提交
1个文件已修改
3个文件已添加
107 ■■■■■ 已修改文件
SDK相关/自由SDK/IOS_P/iosSdk/MonkeyFruitConstant.h 18 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
SDK相关/自由SDK/IOS_P/iosSdk/YLAccount.h 63 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
SDK相关/自由SDK/IOS_P/iosSdk/YLOrder.h 26 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
SDK相关/自由SDK/IOS_P/iosSdk/libFreeSDK.a 补丁 | 查看 | 原始文档 | blame | 历史
SDKÏà¹Ø/×ÔÓÉSDK/IOS_P/iosSdk/MonkeyFruitConstant.h
New file
@@ -0,0 +1,18 @@
//
//  MonkeyFruitConstant.h
//  MonkeyFruit
//
//  Created by Meeno04 on 15/10/9.
//  Copyright Â© 2015å¹´ Meeno04. All rights reserved.
//
#ifndef MonkeyFruitConstant_h
#define MonkeyFruitConstant_h
//platform type
//WXLogin
#endif /* MonkeyFruitConstant_h */
SDKÏà¹Ø/×ÔÓÉSDK/IOS_P/iosSdk/YLAccount.h
New file
@@ -0,0 +1,63 @@
//
//  YLAccount.h
//  YileSDK
//
//  Created by æŽè‹±è¾‰ on 11/11/17.
//
@class DYYFloatWindow;
#import <UIKit/UIKit.h>
/**
 *  çŽ©å®¶è´¦å·ç±»
 */
@interface YLAccount : NSObject <NSCoding>
@property (nonatomic, assign) NSInteger accountId;
@property (nonatomic, strong) NSString * identifier;
@property (nonatomic, strong) NSString * token;
@property (nonatomic, strong) NSDate * tokenExpiry;
@property (nonatomic, strong) NSString * password;
//@property (nonatomic, strong) NSString * phoneNumber;
@property(nonatomic, assign)NSInteger hasBindPhone; // -1 æœªå®šä¹‰ 0 æœªç»‘定 1绑定
@property (nonatomic, readonly) BOOL loggedIn;
//小助手位置
@property(nonatomic) CGFloat x;
@property(nonatomic) CGFloat y;
/**
 *  æ£€æŸ¥ä»¤ç‰Œæ˜¯å¦è¿‡æœŸ
 *
 *  @return æ˜¯å¦è¿‡æœŸ
 */
- (BOOL)tokenExpired;
/**
 *  èŽ·å–å½“å‰ç™»å½•çš„çŽ©å®¶è´¦å·
 */
+ (YLAccount *)sharedInstance;
//小助手
-(DYYFloatWindow *)floatBtn;
/// æ˜¾ç¤ºå°åŠ©æ‰‹
- (void)showFloatBtn;
/// éšè—å°åŠ©æ‰‹
- (void)hideFloatBtn;
//显示绑定手机号页面  isLogin是否是登录自动弹出
- (void)showBindPhoneView:(BOOL)isLogin;
/**
 *  å°†è´¦å·ç›¸å…³ä¿¡æ¯åºåˆ—化到本地进行缓存,下次可免登陆(token过期则仍需重新登录)
 */
+ (BOOL)rememberCurrentAccount;
/**
 *  é€€å‡ºå½“前账号
 */
+ (void)logout;
@end
SDKÏà¹Ø/×ÔÓÉSDK/IOS_P/iosSdk/YLOrder.h
New file
@@ -0,0 +1,26 @@
//
//  YLOrder.h
//  YileSDK
//
//  Created by éŸ©å‡¯ on 7/9/15.
//  Copyright (c) 2015 æ±Ÿè‹æ˜“乐网络科技有限公司. All rights reserved.
//
#import <Foundation/Foundation.h>
/**
 *  å……值订单类
 */
@interface YLOrder : NSObject
@property (nonatomic, strong) NSString * identifier;
@property (nonatomic, strong) NSString * cpOrderId;
@property (nonatomic, strong) NSString * title;
@property (nonatomic, assign) float      total;
@property (nonatomic, strong) NSString * cpInfo;
@end
SDKÏà¹Ø/×ÔÓÉSDK/IOS_P/iosSdk/libFreeSDK.a
Binary files differ