|
|
|
@@ -124,6 +124,7 @@ public class SendSmartAppMsgServiceImpl implements MsgSendService { |
|
|
|
subscribeMessage = WxMaSubscribeMessage.builder() |
|
|
|
.templateId(msg.getTemplateId()) |
|
|
|
.toUser(to) |
|
|
|
.page(smartAppMsg.getGotopage()) |
|
|
|
.lang(WxMaConstants.MiniprogramLang.ZH_CN) |
|
|
|
.miniprogramState(WxMaConstants.MiniprogramState.FORMAL) |
|
|
|
.page(smartAppMsg.getGotopage()) |
|
|
|
|