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

fix:material media type (#296)

This commit is contained in:
Amor
2020-07-07 17:27:22 +08:00
committed by GitHub
parent df9889d982
commit a8763dd6c9

View File

@@ -14,11 +14,11 @@ const (
//MediaTypeImage 媒体文件:图片
MediaTypeImage MediaType = "image"
//MediaTypeVoice 媒体文件:声音
MediaTypeVoice = "voice"
MediaTypeVoice MediaType = "voice"
//MediaTypeVideo 媒体文件:视频
MediaTypeVideo = "video"
MediaTypeVideo MediaType = "video"
//MediaTypeThumb 媒体文件:缩略图
MediaTypeThumb = "thumb"
MediaTypeThumb MediaType = "thumb"
)
const (