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:
@@ -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 临时素材上传
|
||||
|
||||
Reference in New Issue
Block a user