Package | Description |
---|---|
com.mxixm.fastboot.weixin.module.media | |
com.mxixm.fastboot.weixin.service |
Modifier and Type | Method and Description |
---|---|
WxMedia.Video |
WxMedia.Video.Builder.build() |
WxMedia.Video |
WxMediaManager.getVideoMedia(String mediaId) |
Modifier and Type | Method and Description |
---|---|
String |
WxMediaManager.addVideoMedia(org.springframework.core.io.Resource resource,
WxMedia.Video video)
本来应该再给get加个缓存的,但是我又偷懒了,get的时候不加缓存了,直接拿微信api的结果吧
|
Modifier and Type | Method and Description |
---|---|
WxMedia.Video |
WxApiService.getVideoMedia(WxMedia mediaId)
是否有更合理的方法去区分同一个请求的三种内容呢?应该是要有一个代理的
代理中有这三个类型的值,加一个代理转换器,明天就做
|
Modifier and Type | Method and Description |
---|---|
WxMedia.MediaResult |
WxApiService.uploadMedia(WxMedia.Type type,
org.springframework.core.io.Resource media,
WxMedia.Video description)
视频不要传description
|
Copyright © 2018 Guangshan Technology, Inc.. All rights reserved.