1
0
mirror of https://github.com/silenceper/wechat.git synced 2026-02-12 08:42:28 +08:00

skip-valid-when-debug-mode(fix #82)

This commit is contained in:
Chyroc
2018-09-12 01:45:51 +08:00
parent 6ac7e1142f
commit 2c7c3f26c5
5 changed files with 29 additions and 18 deletions

View File

@@ -31,10 +31,10 @@ const (
type Media struct {
util.CommonError
Type MediaType `json:"type"`
MediaID string `json:"media_id"`
ThumbMediaID string `json:"thumb_media_id"`
CreatedAt int64 `json:"created_at"`
Type MediaType `json:"type"`
MediaID string `json:"media_id"`
ThumbMediaID string `json:"thumb_media_id"`
CreatedAt int64 `json:"created_at"`
}
//MediaUpload 临时素材上传