Bladeren bron

签约管理

trick9191 7 jaren geleden
bovenliggende
commit
eb6990d877

+ 1 - 1
patient-co/patient-co-wlyy/src/main/java/com/yihu/wlyy/wechat/process/WeiXinEventProcess.java

@ -880,7 +880,7 @@ public class WeiXinEventProcess {
        articleConsult.put("Url", url);
        articleConsult.put("Title", "您有一个开通专科服务的邀请,点击查看");
        articleConsult.put("Description", "家庭医生协助专科医生团队为您提供专项服务");
        articleConsult.put("PicUrl", picUrlConsult);
        articleConsult.put("PicUrl", "http://172.19.103.54/group1/M00/0E/F6/rBFuWltXz9mAREmZAALp-xsC9nA897.png");
        articles.add(articleConsult);
    }