|
|
|
@@ -382,6 +382,9 @@ public class WxMsgServiceImpl implements WxMsgService { |
|
|
|
smartAppMsg.setTemplateType(wxTemplateMsg.getType()); |
|
|
|
JSONObject customParam = JSON.parseObject(wxMsg.getMsg()); |
|
|
|
String goToPage = customParam.getString("goToPage"); |
|
|
|
if(StringUtils.isBlank(goToPage)){ |
|
|
|
goToPage = "pages/index/index?type=in";//默认首页 |
|
|
|
} |
|
|
|
smartAppMsg.setGotopage(goToPage); |
|
|
|
if(wxTemplateMsg.getType() == EnumTemplateType.ACTIVITY_REMIND.getCode()){ |
|
|
|
/** |
|
|
|
|