1
0
mirror of synced 2025-12-20 23:58:05 +08:00

补充永久素材相关方法到接口中,优化接口参数

This commit is contained in:
codepiano
2015-07-27 22:28:05 +08:00
parent 08338b0835
commit 49a4ab6a6e
3 changed files with 156 additions and 26 deletions

View File

@@ -195,7 +195,7 @@ public class WxMpMaterialAPITest {
@Test(dependsOnMethods = {"testUpdateNewsInfo"})
public void testMaterialNewsList() throws WxErrorException {
WxMpMaterialNewsBatchGetResult wxMpMaterialNewsBatchGetResult = wxService.materialNewsBatchGet(WxConsts.MATERIAL_NEWS, 0, 20);
WxMpMaterialNewsBatchGetResult wxMpMaterialNewsBatchGetResult = wxService.materialNewsBatchGet(0, 20);
return;
}