|
|
@@ -5,6 +5,7 @@ const IMEggEnergyExchange = "im.egg.energy" |
|
|
|
const ( |
|
|
|
IMEggEnergyRoutKeyForBatchSendMessageData = "batch_send_message_data" // 批量发送信息 |
|
|
|
IMEggEnergyRoutKeyForDelFriendCircleCommentData = "del_friend_circle_comment_data" // 删除朋友圈评论 |
|
|
|
IMEggEnergyRoutKeyForSendRedPackage = "send_red_package" // 发红包 |
|
|
|
) |
|
|
|
|
|
|
|
type IMEggEnergyStructForBatchSendMessageData struct { |
|
|
@@ -18,3 +19,7 @@ type IMEggEnergyStructForBatchSendMessageData struct { |
|
|
|
type IMEggEnergyStructForDelFriendCircleCommentData struct { |
|
|
|
CommentIndexId string `json:"comment_index_id"` // 文章索引 |
|
|
|
} |
|
|
|
|
|
|
|
type IMEggEnergyStructForSendRedPackageData struct { |
|
|
|
Uid int64 `json:"uid"` |
|
|
|
} |