第三方api接口
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.

12 lignes
204 B

  1. package md
  2. // 会员备案信息
  3. type PublisherInfo struct {
  4. RelationId string // 渠道id
  5. SpecialId string // 会员运营id
  6. ExternalId string // 自定义参数
  7. Rtag string // 备注
  8. }