File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
weixin-java-miniapp/src/test/java/cn/binarywang/wx/miniapp/api/impl Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -64,9 +64,9 @@ public void testSendSubscribeMsg() throws WxErrorException {
64
64
WxMaSubscribeMessage message = new WxMaSubscribeMessage ();
65
65
message .setTemplateId (config .getTemplateId ());
66
66
message .setToUser (config .getOpenid ());
67
- message .addData (new WxMaSubscribeData ("thing1" , "苹果到货啦" ));
68
- message .addData (new WxMaSubscribeData ("amount3" , "¥5" ));
69
- message .addData (new WxMaSubscribeData ("thing5" , "记得领取哦" ));
67
+ message .addData (new WxMaSubscribeMessage . Data ("thing1" , "苹果到货啦" ));
68
+ message .addData (new WxMaSubscribeMessage . Data ("amount3" , "¥5" ));
69
+ message .addData (new WxMaSubscribeMessage . Data ("thing5" , "记得领取哦" ));
70
70
this .wxService .getMsgService ().sendSubscribeMsg (message );
71
71
}
72
72
You can’t perform that action at this time.
0 commit comments