package md const ( EggJpushRecordQueueExchange = "egg.jpush" EggJpushRecordQueue = "jpush_record" ) type JpushRecordFundData struct { Id string `json:"id"` }