1
0
mirror of synced 2025-12-22 09:58:07 +08:00

添加删除门店的接口, for issue #17

This commit is contained in:
BinaryWang
2016-09-28 20:00:55 +08:00
parent 091aefe4e1
commit 460a52be10
3 changed files with 28 additions and 1 deletions

View File

@@ -52,6 +52,10 @@ public class WxMpStoreServiceImplTest {
System.err.println(result);
}
public void testDelete() throws WxErrorException {
this.wxMpService.getStoreService().delete("463558057");
}
public void testList() throws WxErrorException {
WxMpStoreListResult result = this.wxMpService.getStoreService().list(0, 10);
assertNotNull(result);