mirror of
https://gitee.com/binary/weixin-java-tools.git
synced 2026-03-10 00:13:40 +08:00
🆕 #3850 【视频号】小店 SDK 添加类目权限管理接口和商品 SPU 信息扩展(by cchengg)
This commit is contained in:
@@ -158,4 +158,14 @@ public class WxChannelCategoryServiceImplTest {
|
||||
assertTrue(response.isSuccess());
|
||||
System.out.println(response);
|
||||
}
|
||||
|
||||
@Test
|
||||
public void testListRelationCategory() throws WxErrorException {
|
||||
WxChannelCategoryService categoryService = channelService.getCategoryService();
|
||||
me.chanjar.weixin.channel.bean.category.RelationCategoryResponse response =
|
||||
categoryService.listRelationCategory(true, 1);
|
||||
assertNotNull(response);
|
||||
assertTrue(response.isSuccess());
|
||||
System.out.println(response);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user