Skip to content

Commit 400fbc9

Browse files
committed
🎨 两个永久图文素材相关接口已下线,标记为过时
1 parent abaec2f commit 400fbc9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

weixin-java-mp/src/main/java/me/chanjar/weixin/mp/api/WxMpMaterialService.java

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,9 @@ public interface WxMpMaterialService {
165165
* @param news 上传的图文消息, 请看{@link WxMpMaterialNews}
166166
* @return the wx mp material upload result
167167
* @throws WxErrorException the wx error exception
168+
* @deprecated 关于永久图文素材相关接口下线的公告: https://mp.weixin.qq.com/cgi-bin/announce?action=getannouncement&announce_id=11644831863qFQSh&version=&token=2085564289&lang=zh_CN
168169
*/
170+
@Deprecated
169171
WxMpMaterialUploadResult materialNewsUpload(WxMpMaterialNews news) throws WxErrorException;
170172

171173
/**
@@ -221,7 +223,9 @@ public interface WxMpMaterialService {
221223
* @param wxMpMaterialArticleUpdate 用来更新图文素材的bean, 请看{@link WxMpMaterialArticleUpdate}
222224
* @return the boolean
223225
* @throws WxErrorException the wx error exception
226+
* @deprecated 关于永久图文素材相关接口下线的公告: https://mp.weixin.qq.com/cgi-bin/announce?action=getannouncement&announce_id=11644831863qFQSh&version=&token=2085564289&lang=zh_CN
224227
*/
228+
@Deprecated
225229
boolean materialNewsUpdate(WxMpMaterialArticleUpdate wxMpMaterialArticleUpdate) throws WxErrorException;
226230

227231
/**

0 commit comments

Comments
 (0)