1
0
mirror of synced 2025-12-20 07:38:27 +08:00

#252 原有图文素材管理接口增加留言管理所需两个参数:need_open_comment 和 only_fans_can_comment

This commit is contained in:
Binary Wang
2017-07-02 18:23:21 +08:00
parent 554fd08fb8
commit eaad6367de
13 changed files with 137 additions and 21 deletions

View File

@@ -175,7 +175,7 @@ public class WxMpMaterialServiceImplTest {
}
}
@Test(dependsOnMethods = {"testAddNews"})
@Test(dependsOnMethods = {"testAddNews","testUploadMaterial"})
public void testGetNewsInfo() throws WxErrorException {
WxMpMaterialNews wxMpMaterialNewsSingle = this.wxService
.getMaterialService().materialNewsInfo(this.singleNewsMediaId);
@@ -183,6 +183,9 @@ public class WxMpMaterialServiceImplTest {
.getMaterialService().materialNewsInfo(this.multiNewsMediaId);
assertNotNull(wxMpMaterialNewsSingle);
assertNotNull(wxMpMaterialNewsMultiple);
System.out.println(wxMpMaterialNewsSingle);
System.out.println(wxMpMaterialNewsMultiple);
}
@Test(dependsOnMethods = {"testGetNewsInfo"})