|
|
@@ -10,6 +10,7 @@ const ( |
|
|
|
EggRoutKeyForRecordActive = "egg_record_active" // 更新活跃记录 |
|
|
|
EggRoutKeyForAutoScoreData = "egg_auto_score" // 自动打分 |
|
|
|
EggRoutKeyForSendFriendCircle = "egg_send_friend_circle" // 发送朋友圈 |
|
|
|
EggRoutKeyForComment = "egg_comment" // 发送朋友圈 |
|
|
|
) |
|
|
|
|
|
|
|
type EggNewUserRegisterData struct { |
|
|
@@ -62,7 +63,7 @@ type EggStructForAutoScoreData struct { |
|
|
|
CollegeLearningNums int `json:"college_learning_nums"` |
|
|
|
ViolateNums int `json:"violate_nums"` |
|
|
|
BrowseInterfaceNums int `json:"browse_interface_nums"` |
|
|
|
PersonAddActivityValue int `json:"person_add_activity_value"` |
|
|
|
PersonAddActivityValue float64 `json:"person_add_activity_value"` |
|
|
|
} |
|
|
|
|
|
|
|
type AddPublicPlatoonUserRelationCommissionReq struct { |
|
|
@@ -73,3 +74,7 @@ type AddPublicPlatoonUserRelationCommissionReq struct { |
|
|
|
type EggSendFriendCircleData struct { |
|
|
|
Uid int64 `json:"uid"` |
|
|
|
} |
|
|
|
|
|
|
|
type EggCommentData struct { |
|
|
|
Uid int64 `json:"uid"` |
|
|
|
} |