蛋蛋星球 后台端
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
 
 
 
 

16 lignes
310 B

  1. package md
  2. const (
  3. EggJpushRecordQueueExchange = "egg.jpush"
  4. EggJpushRecordQueue = "jpush_record"
  5. EggUserExchange = "egg.user"
  6. EggUserDelete = "user_delete"
  7. )
  8. type JpushRecordFundData struct {
  9. Id string `json:"id"`
  10. }
  11. type CommUserId struct {
  12. Uid string `json:"uid"`
  13. }