Finish 2.7.34
This commit is contained in:
@@ -645,7 +645,7 @@ UIKIT_EXTERN NSString *kTabShowAnchorCardKey;
|
||||
return;
|
||||
}
|
||||
|
||||
NSLog(@" --- Broadcast Message Raw Attach Content: %@", msgDictionary);
|
||||
// NSLog(@" --- Broadcast Message Raw Attach Content: %@", msgDictionary);
|
||||
|
||||
// MARK: 要复查这里的 if else 嵌套
|
||||
if (attachment.first == CustomMessageType_RedPacket) {
|
||||
@@ -910,7 +910,7 @@ UIKIT_EXTERN NSString *kTabShowAnchorCardKey;
|
||||
NSError *err;
|
||||
NSDictionary *dic = [NSJSONSerialization JSONObjectWithData:jsonData options:NSJSONReadingMutableContainers error:&err];
|
||||
if(err) {
|
||||
NSLog(@"json解析失败:%@",err);
|
||||
// NSLog(@"json解析失败:%@",err);
|
||||
return;
|
||||
}
|
||||
if ([dic[@"first"] integerValue] == CustomMessageType_First_VisitorRecord){//访客记录数量更新提示
|
||||
|
Reference in New Issue
Block a user