Преглед изворни кода

Merge pull request #202 from ckeyer/add_ThumbURL

add ThumbURL
silenceper пре 6 година
родитељ
комит
9b06954b10
1 измењених фајлова са 1 додато и 0 уклоњено
  1. 1 0
      material/material.go

+ 1 - 0
material/material.go

@@ -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"`