aa
This commit is contained in:
@@ -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"`
|
||||
}
|
||||
|
||||
//官方活动转链
|
||||
|
||||
Reference in New Issue
Block a user