|
|
|
@@ -119,7 +119,7 @@ public class WxTemplateMsgServiceImpl implements WxTemplateMsgService { |
|
|
|
if(byId == null){ |
|
|
|
return new ResultData(ErrorCode.TEMPLATE_NOT_FOUND); |
|
|
|
} |
|
|
|
WxAppinfo appinfo = wxAppinfoService.getCAppInfo(wxTemplateMsg, EnumAppPlat.TOUTIAO); |
|
|
|
WxAppinfo appinfo = wxAppinfoService.getCAppInfo(wxTemplateMsg, EnumAppPlat.WX); |
|
|
|
WxMaService wxMaService = null; |
|
|
|
if(isFmOpen) { |
|
|
|
wxMaService = openService.getWxOpenComponentService().getWxMaServiceByAppid(appinfo.getAppId()); |
|
|
|
|