add files apis

This commit is contained in:
lianxiang
2018-08-30 18:07:16 +08:00
parent 54e936535f
commit 3efde8e0ea
68 changed files with 1254 additions and 374 deletions
+4 -1
View File
@@ -12,8 +12,10 @@
@interface GiGaUserDefault : NSObject
//
+(void)saveUserId:(NSString *)userId;
+(void)saveToken:(NSString *)token;
+(NSString *)getCurentToken;
+(NSString *)getCurentUserId;
+(void)removeUserId;//退出登录
+(BOOL)isUserLogin;
@@ -48,4 +50,5 @@
+(NSDictionary *)getWeiXinAccessToenDic;
@end