修改了几处不规范的类名和不规范的注释
This commit is contained in:
@@ -57,7 +57,7 @@
|
||||
int first = attachment.first;
|
||||
if (first == CustomMessageType_Gift) {///单人送
|
||||
return [self createSendGiftAttribute:attachment sendInfo:model];
|
||||
} else if(first == CustomMessageType_ALLMicroSend) {///全麦送 多人送
|
||||
} else if(first == CustomMessageType_AllMicroSend) {///全麦送 多人送
|
||||
return [self createBatchMicroSendGiftAttribute:attachment sendInfo:model];
|
||||
} else if(first == CustomMessageType_Room_Tip) {///分享/收藏房间
|
||||
return [self createShareOrAttentionRoomAttribute:attachment sendInfo:model uid:message.from];
|
||||
|
Reference in New Issue
Block a user