🎨 优化重构微信小程序订阅消息模板设置相关方法
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user