Commit 3093bcde by 吴博

1002610 add param

parent 2b38c0e9
...@@ -588,7 +588,7 @@ public class SelfPushBizImpl implements SelfPushBiz { ...@@ -588,7 +588,7 @@ public class SelfPushBizImpl implements SelfPushBiz {
} }
sendMomentsDTO.setMomentType(BusinessConstant.MomentTypeEnum.SEND_WX_MINI); sendMomentsDTO.setMomentType(BusinessConstant.MomentTypeEnum.SEND_WX_MINI);
sendMomentsDTO.setContent(byId.getAppletsId());//小程序id sendMomentsDTO.setContent(byId.getAppletsId());//小程序id
sendMomentsDTO.setLink(byId.getAppletsUrl());//小程序访问地址 sendMomentsDTO.setLink(byId.getAppletsUrl() + "?wxId=" + userWxIds.get(0));//小程序访问地址增加参数
sendMomentsDTO.setImages(userWxIds);//发送人 sendMomentsDTO.setImages(userWxIds);//发送人
sendMomentsDTO.setLinkTitle(byId.getSlogan());//小程序宣传语 sendMomentsDTO.setLinkTitle(byId.getSlogan());//小程序宣传语
sendMomentsDTO.setLinkDesc(byId.getSloganImgUrl());//小程序宣传图 sendMomentsDTO.setLinkDesc(byId.getSloganImgUrl());//小程序宣传图
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment