Package | Description |
---|---|
com.mxixm.fastboot.weixin.module.media | |
com.mxixm.fastboot.weixin.service |
Modifier and Type | Method and Description |
---|---|
static WxMedia |
WxMedia.of(String mediaId)
静态工厂方法
|
Modifier and Type | Method and Description |
---|---|
void |
WxApiService.delMedia(WxMedia mediaId) |
WxMediaResource |
WxApiService.getMedia(WxMedia mediaId)
同下面两个地址,没办法,返回类型不同,我也很无奈啊
|
WxMedia.News |
WxApiService.getNewsMedia(WxMedia mediaId)
主要限制是同一个接口相同的参数可能得到的是不同的结果
|
WxMedia.Video |
WxApiService.getVideoMedia(WxMedia mediaId)
是否有更合理的方法去区分同一个请求的三种内容呢?应该是要有一个代理的
代理中有这三个类型的值,加一个代理转换器,明天就做
|
Copyright © 2018 Guangshan Technology, Inc.. All rights reserved.