Commit d531975e36531eca2c3a3c13139147cdcdc72268
1 parent
70aef4eb
0.2.3 云测bug修改
Showing
3 changed files
with
3 additions
and
5 deletions
CNLiveNewIMAManagerKit.podspec
| ... | ... | @@ -8,7 +8,7 @@ |
| 8 | 8 | |
| 9 | 9 | Pod::Spec.new do |s| |
| 10 | 10 | s.name = 'CNLiveNewIMAManagerKit' |
| 11 | - s.version = '0.2.2' | |
| 11 | + s.version = '0.2.3' | |
| 12 | 12 | s.summary = 'A short description of CNLiveNewIMAManagerKit.' |
| 13 | 13 | |
| 14 | 14 | # This description is used to generate tags and improve search results. | ... | ... |
CNLiveNewIMAManagerKit/Classes/TIMCategory/IMAConversation+ShowAPIs.m
CNLiveNewIMAManagerKit/Classes/TIMCategory/TIMElem+ShowAPIs.m
| ... | ... | @@ -793,6 +793,7 @@ |
| 793 | 793 | } |
| 794 | 794 | break; |
| 795 | 795 | case EIMAMSG_OrederPaySuccess: |
| 796 | + case EIMAMSG_OrederApplyForRefund: | |
| 796 | 797 | { |
| 797 | 798 | TIMCustomElem * element = (TIMCustomElem *)[packMsg.msg getElem:0]; |
| 798 | 799 | NSDictionary * jsonDic = element.data.jsonValueDecoded; |
| ... | ... | @@ -817,7 +818,6 @@ |
| 817 | 818 | break; |
| 818 | 819 | case EIMAMSG_OrederRepast : |
| 819 | 820 | case EIMAMSG_OrederRepastReceipt : |
| 820 | - case EIMAMSG_OrederApplyForRefund : | |
| 821 | 821 | case EIMAMSG_OrederReminder : |
| 822 | 822 | { |
| 823 | 823 | return CGSizeMake(width, (200+10)*RATIO); | ... | ... |