Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Response ¶
type Response struct { response2.TopResponse Result Result `json:"result"` }
com.vip.adp.api.open.service.UnionUrlService 根据唯品会链接生成联盟链接-需要oauth授权
type Result ¶
type Result struct {
URLInfoList []URLInfoList `json:"urlInfoList"`
}
type URLInfoList ¶
type URLInfoList struct { NoEvokeURL string `json:"noEvokeUrl"` VipQuickAppURL string `json:"vipQuickAppUrl"` DeeplinkURL string `json:"deeplinkUrl"` LongURL string `json:"longUrl"` Source string `json:"source"` ULURL string `json:"ulUrl"` URL string `json:"url"` TraFrom string `json:"traFrom"` NoEvokeLongURL string `json:"noEvokeLongUrl"` VipWxUrl string `json:"vipWxUrl"` //小程序 仅根据商品id获取时 返回 VipWxCode string `json:"vipWxCode"` //小程序码 需要高级权限 }
Click to show internal directories.
Click to hide internal directories.