This commit is contained in:
suyl
2021-05-11 08:41:03 +08:00
parent e3d72d29d3
commit d2de04d1ac

View File

@@ -22,15 +22,13 @@ func (a *API) AdzoneCreate(sid int64, adzoneName string) (err error) {
}
type ActivityInfoGetResult struct {
TbkActivityInfoGetResponse struct {
Data struct {
ClickURL string `json:"click_url"`
ShortClickURL string `json:"short_click_url"`
WxMiniprogramPath string `json:"wx_miniprogram_path"`
WxQrcodeURL string `json:"wx_qrcode_url"`
} `json:"data"`
RequestID string `json:"request_id"`
} `json:"tbk_activity_info_get_response"`
Data struct {
ClickURL string `json:"click_url"`
ShortClickURL string `json:"short_click_url"`
WxMiniprogramPath string `json:"wx_miniprogram_path"`
WxQrcodeURL string `json:"wx_qrcode_url"`
} `json:"data"`
RequestID string `json:"request_id"`
}
//官方活动转链