第三方api接口
25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

5 달 전
1234567891011121314
  1. package wph
  2. type UrlInfoList struct {
  3. Url string `json:"url"`
  4. DeeplinkUrl string `json:"deeplinkUrl"`
  5. VipWxUrl string `json:"vipWxUrl"`
  6. }
  7. type ParesUrlData struct {
  8. GoodsId string `json:"goodsId"`
  9. LandUrl string `json:"landUrl"`
  10. BrandId string `json:"brandId"`
  11. AdCode string `json:"adCode"`
  12. LinkType string `json:"linkType"`
  13. }