Commit 8ab5e013 by 裴大威

Merge branch 'feat-1002610' into 'master'

1002610 add param

See merge request rays/pcloud-book!600
parents 2b38c0e9 3093bcde
......@@ -588,7 +588,7 @@ public class SelfPushBizImpl implements SelfPushBiz {
}
sendMomentsDTO.setMomentType(BusinessConstant.MomentTypeEnum.SEND_WX_MINI);
sendMomentsDTO.setContent(byId.getAppletsId());//小程序id
sendMomentsDTO.setLink(byId.getAppletsUrl());//小程序访问地址
sendMomentsDTO.setLink(byId.getAppletsUrl() + "?wxId=" + userWxIds.get(0));//小程序访问地址增加参数
sendMomentsDTO.setImages(userWxIds);//发送人
sendMomentsDTO.setLinkTitle(byId.getSlogan());//小程序宣传语
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