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

url.go 352 B

3 months ago
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. }