🎨 两个永久图文素材相关接口已下线,标记为过时

This commit is contained in:
Binary Wang 2022-03-01 16:36:54 +08:00
parent abaec2faf9
commit 400fbc926a

View File

@ -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;
/**