response

package
v2.0.40 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 12, 2022 License: MIT Imports: 2 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type NewsItems

type NewsItems struct {
	Title            string `json:"title"`
	ThumbMediaId     string `json:"thumb_media_id"`
	ShowCoverPic     int8   `json:"show_cover_pic"`
	Author           string `json:"author"`
	Digest           string `json:"digest"`
	Content          string `json:"content"`
	Url              string `json:"url"`
	ContentSourceUrl string `json:"content_source_url"`
}

type ResponseMaterialAddMaterial

type ResponseMaterialAddMaterial struct {
	*response.ResponseOfficialAccount

	MediaID string `json:"media_id"`
	URL     string `json:"url"`
}

type ResponseMaterialAddNews

type ResponseMaterialAddNews struct {
	*response.ResponseOfficialAccount

	MediaID string `json:"media_id"`
}

type ResponseMaterialBatchGetMaterial

type ResponseMaterialBatchGetMaterial struct {
	*response.ResponseOfficialAccount

	TotalCount int              `json:"total_count"`
	ItemCount  int              `json:"item_count"`
	Item       []*power.HashMap `json:"item"`
}

type ResponseMaterialGetMaterialCount

type ResponseMaterialGetMaterialCount struct {
	*response.ResponseOfficialAccount

	VoiceCount string `json:"voice_count"`
	VideoCount string `json:"video_count"`
	ImageCount string `json:"image_count"`
	NewsCount  string `json:"news_count"`
	MediaID    string `json:"media_id"`
}

type ResponseMaterialGetNews

type ResponseMaterialGetNews struct {
	*response.ResponseOfficialAccount

	NewsItem []NewsItems `json:"news_item"`
}

type ResponseMaterialGetVideo

type ResponseMaterialGetVideo struct {
	Title       string `json:"title"`
	Description string `json:"description"`
	DownUrl     string `json:"down_url"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL