1
0
mirror of https://github.com/silenceper/wechat.git synced 2026-02-04 21:02:25 +08:00

Merge pull request #14 from woylyn/patch-1

修复媒体上传类型为thumb时的返回值解析问题
This commit is contained in:
silenceper
2017-02-07 18:05:15 +08:00
committed by GitHub

View File

@@ -33,6 +33,7 @@ type Media struct {
Type MediaType `json:"type"`
MediaID string `json:"media_id"`
ThumbMediaID string `json:"thumb_media_id"`
CreatedAt int64 `json:"created_at"`
}