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.
|
- package md
-
- // 会员备案信息
-
- type PublisherInfo struct {
- RelationId string // 渠道id
- SpecialId string // 会员运营id
- ExternalId string // 自定义参数
- Rtag string // 备注
-
- }
|