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