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 ResponseMaterialGetNews ¶
type ResponseMaterialGetNews struct {
response.ResponseOfficialAccount
NewsItem []NewsItems `json:"news_item"`
}
Click to show internal directories.
Click to hide internal directories.