package md // 会员备案信息 type PublisherInfo struct { RelationId string // 渠道id SpecialId string // 会员运营id ExternalId string // 自定义参数 Rtag string // 备注 }