蛋蛋星球RabbitMq消费项目
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

16 lines
401 B

  1. package md
  2. type UserRegisterMessageStructForOfficial struct {
  3. Phone int64 `json:"phone"`
  4. Uid int64 `json:"uid"`
  5. }
  6. type UserRegisterMessageStructForMyFans struct {
  7. Phone int64 `json:"phone"`
  8. Uid int64 `json:"uid"`
  9. }
  10. type UserRegisterMessageStructForMyRecommender struct {
  11. Phone int64 `json:"phone"`
  12. Uid int64 `json:"uid"`
  13. RecommenderUid int64 `json:"recommender_uid"`
  14. }