|
|
@@ -9,6 +9,7 @@ const ( |
|
|
|
EggFinWithdrawApplyError = "egg_fin_deposit_apply_error" // 提现申请异常队列 |
|
|
|
EggRoutKeyForRecordActive = "egg_record_active" // 更新活跃记录 |
|
|
|
EggRoutKeyForAutoScoreData = "egg_auto_score" // 自动打分 |
|
|
|
EggRoutKeyForSendFriendCircle = "egg_send_friend_circle" // 发送朋友圈 |
|
|
|
) |
|
|
|
|
|
|
|
type EggNewUserRegisterData struct { |
|
|
@@ -68,3 +69,7 @@ type AddPublicPlatoonUserRelationCommissionReq struct { |
|
|
|
Uid string `json:"uid"` |
|
|
|
RecommendUid string `json:"recommend_uid"` //推荐人uid |
|
|
|
} |
|
|
|
|
|
|
|
type EggSendFriendCircleData struct { |
|
|
|
Uid int64 `json:"uid"` |
|
|
|
} |