|
@@ -30,8 +30,8 @@ public class WxGzhTest {
|
|
|
WxMaterialList wxMaterialList = new WxMaterialList();
|
|
|
wxMaterialList.setType("video");
|
|
|
wxMaterialList.setOffset("0");
|
|
|
- wxMaterialList.setCount("100");
|
|
|
- String result = wxService.getBatchMateria(token, wxMaterialList);
|
|
|
+ wxMaterialList.setCount("20");
|
|
|
+ String result = wxService.getBatchMateria(token,wxMaterialList);
|
|
|
System.out.println(result);
|
|
|
// WxMaterial wxMaterial = new WxMaterial();
|
|
|
// wxMaterial.setMedia_id("kD88pyQSlAfJYQIBpBp75Wjs3tWIgKQI6jw--s8kDrZ0AuuQDMyA89LU5CX8UMFY");
|