Skip to content

Commit

Permalink
Merge pull request #202 from ckeyer/add_ThumbURL
Browse files Browse the repository at this point in the history
add ThumbURL
  • Loading branch information
silenceper committed Jan 14, 2020
2 parents 431f7d3 + bf167d9 commit 9b06954
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions material/material.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ func NewMaterial(context *context.Context) *Material {
type Article struct {
Title string `json:"title"`
ThumbMediaID string `json:"thumb_media_id"`
ThumbURL string `json:"thumb_url"`
Author string `json:"author"`
Digest string `json:"digest"`
ShowCoverPic int `json:"show_cover_pic"`
Expand Down

0 comments on commit 9b06954

Please sign in to comment.