添加查询门店类目列表的接口, for issue #17
This commit is contained in:
@@ -56,6 +56,12 @@ public class WxMpStoreServiceImplTest {
|
||||
this.wxMpService.getStoreService().delete("463558057");
|
||||
}
|
||||
|
||||
public void testListCategories() throws WxErrorException {
|
||||
List<String> result = this.wxMpService.getStoreService().listCategories();
|
||||
assertNotNull(result);
|
||||
System.err.println(result);
|
||||
}
|
||||
|
||||
public void testList() throws WxErrorException {
|
||||
WxMpStoreListResult result = this.wxMpService.getStoreService().list(0, 10);
|
||||
assertNotNull(result);
|
||||
|
||||
Reference in New Issue
Block a user