Commit fc2b2ef7e8b4542f3b3346ac424a7bd089dc8715

Authored by niudaojian
1 parent b3a2bdcc

0.7.2 版本 通知修改kIMAMSG_FamilyShareGoodsNotification

CNLiveNewIMAManagerKit.podspec
... ... @@ -8,7 +8,7 @@
8 8  
9 9 Pod::Spec.new do |s|
10 10 s.name = 'CNLiveNewIMAManagerKit'
11   - s.version = '0.7.1'
  11 + s.version = '0.7.2'
12 12 s.summary = 'A short description of CNLiveNewIMAManagerKit.'
13 13  
14 14 #s.description = <<-DESC
... ...
CNLiveNewIMAManagerKit/Classes/Playform/IMAConversationManager.m
... ... @@ -1241,7 +1241,7 @@
1241 1241  
1242 1242 }
1243 1243  
1244   - [[NSNotificationCenter defaultCenter] postNotificationName:kIMAMSG_FamilyShareGoodsNotification object:nil userInfo:valueDic];
  1244 + [[NSNotificationCenter defaultCenter] postNotificationName:kIMAMSG_FamilyShareGoodsNotification object:nil userInfo:shareGoodsData];
1245 1245  
1246 1246 }
1247 1247 return isBreak;
... ...