1
0
mirror of synced 2025-12-23 02:18:07 +08:00

🎨 优化重构微信小程序订阅消息模板设置相关方法

This commit is contained in:
Binary Wang
2019-12-20 16:56:12 +08:00
parent 5f9c813b4e
commit 9c58930719
5 changed files with 20 additions and 14 deletions

View File

@@ -38,7 +38,7 @@ public class WxMaSubscribeServiceImplTest {
@Test
public void testAddTemplate() throws WxErrorException {
final String templateId = this.wxService.getSubscribeService().addTemplate("1", Lists.newArrayList(1), "");
final String templateId = this.wxService.getSubscribeService().addTemplate("1", Lists.newArrayList(1), "hhaa");
System.out.println(templateId);
}