File tree Expand file tree Collapse file tree
weixin-java-mp/src/main/java/me/chanjar/weixin/mp/api Expand file tree Collapse file tree Original file line number Diff line number Diff 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 /**
You can’t perform that action at this time.
0 commit comments