蛋蛋星球 后台端
Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.

12345678910111213141516
  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. ParentUid string `json:"parent_uid"`
  14. }