|
|
|
@@ -52,7 +52,9 @@ public class SendSmartAppMsgServiceImpl implements MsgSendService { |
|
|
|
public void send(BaseMsg baseMsg) throws Exception{ |
|
|
|
SmartAppMsg smartAppMsg = (SmartAppMsg)baseMsg; |
|
|
|
|
|
|
|
TenantEntity tenantEntity = smartAppMsg.getTenantInfo(); |
|
|
|
TenantEntity tenantEntity = new TenantEntity(); |
|
|
|
tenantEntity.setTenantId(smartAppMsg.getTenantId()); |
|
|
|
tenantEntity.setParentTenantId(smartAppMsg.getParentTenantId()); |
|
|
|
|
|
|
|
WxTemplateMsg msg = null; |
|
|
|
WxMaSubscribeMessage subscribeMessage; |
|
|
|
|