第三方api接口
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

publisher_info.go 204 B

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