mirror of
https://gitee.com/binary/weixin-java-tools.git
synced 2025-04-05 17:38:05 +08:00
🎨 两个永久图文素材相关接口已下线,标记为过时
This commit is contained in:
parent
abaec2faf9
commit
400fbc926a
@ -165,7 +165,9 @@ public interface WxMpMaterialService {
|
||||
* @param news 上传的图文消息, 请看{@link WxMpMaterialNews}
|
||||
* @return the wx mp material upload result
|
||||
* @throws WxErrorException the wx error exception
|
||||
* @deprecated 关于永久图文素材相关接口下线的公告: https://mp.weixin.qq.com/cgi-bin/announce?action=getannouncement&announce_id=11644831863qFQSh&version=&token=2085564289&lang=zh_CN
|
||||
*/
|
||||
@Deprecated
|
||||
WxMpMaterialUploadResult materialNewsUpload(WxMpMaterialNews news) throws WxErrorException;
|
||||
|
||||
/**
|
||||
@ -221,7 +223,9 @@ public interface WxMpMaterialService {
|
||||
* @param wxMpMaterialArticleUpdate 用来更新图文素材的bean, 请看{@link WxMpMaterialArticleUpdate}
|
||||
* @return the boolean
|
||||
* @throws WxErrorException the wx error exception
|
||||
* @deprecated 关于永久图文素材相关接口下线的公告: https://mp.weixin.qq.com/cgi-bin/announce?action=getannouncement&announce_id=11644831863qFQSh&version=&token=2085564289&lang=zh_CN
|
||||
*/
|
||||
@Deprecated
|
||||
boolean materialNewsUpdate(WxMpMaterialArticleUpdate wxMpMaterialArticleUpdate) throws WxErrorException;
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user