File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
weixin-java-mp/src/main/java/me/chanjar/weixin/mp/api Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -165,7 +165,9 @@ public interface WxMpMaterialService {
165
165
* @param news 上传的图文消息, 请看{@link WxMpMaterialNews}
166
166
* @return the wx mp material upload result
167
167
* @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
168
169
*/
170
+ @ Deprecated
169
171
WxMpMaterialUploadResult materialNewsUpload (WxMpMaterialNews news ) throws WxErrorException ;
170
172
171
173
/**
@@ -221,7 +223,9 @@ public interface WxMpMaterialService {
221
223
* @param wxMpMaterialArticleUpdate 用来更新图文素材的bean, 请看{@link WxMpMaterialArticleUpdate}
222
224
* @return the boolean
223
225
* @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
224
227
*/
228
+ @ Deprecated
225
229
boolean materialNewsUpdate (WxMpMaterialArticleUpdate wxMpMaterialArticleUpdate ) throws WxErrorException ;
226
230
227
231
/**
You can’t perform that action at this time.
0 commit comments