fix 首页

This commit is contained in:
lianxiang
2018-09-13 23:42:18 +08:00
parent 7d0027f58d
commit fada68d22d
62 changed files with 860 additions and 158 deletions
+1 -1
View File
@@ -107,7 +107,7 @@
- (void)analyseResponseInfo:(NSDictionary *)responseData headerFileds:(NSDictionary *)headerFields error:(NSError *)error
{
self.responseHeaderFields = headerFields;
NSString *token = headerFields[@"access-token"];
NSString *token = headerFields[@"token"];
if (token && token.length > 0) {
//更新token
//[FFBMSConfig shareInstance].token = token;