蛋蛋星球 后台端
Non puoi selezionare più di 25 argomenti Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.
 
 
 
 
 

11 righe
171 B

  1. package md
  2. const (
  3. EggJpushRecordQueueExchange = "egg.jpush"
  4. EggJpushRecordQueue = "jpush_record"
  5. )
  6. type JpushRecordFundData struct {
  7. Id string `json:"id"`
  8. }