Forráskód Böngészése

Merge branch 'dev' of trick9191/patient-co-management into dev

trick9191 7 éve
szülő
commit
36e209dc01

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

@ -440,6 +440,17 @@ public class WeiXinEventProcess {
            // 构建回复消息XML
            result = WeiXinMessageReplyUtils.replyNewsMessage(message.get("FromUserName"), message.get("ToUserName"), articles);
        }else if (StringUtils.isNotEmpty(eventKey) && eventKey.startsWith("sp_disease_")){
            // 配置信息
            Properties systemConf = SystemConf.getInstance().getSystemProperties();
            // 图文信息
            List<Map<String, String>> articles = new ArrayList<>();
            // 二维码参数
            String[] keys = eventKey.replace("sp_disease_", "").split("_");
            //设置图文消息
            setSpDisease(articles,keys[0],keys[1],systemConf);
            // 构建回复消息XMLs
            result = WeiXinMessageReplyUtils.replyNewsMessage(message.get("FromUserName"), message.get("ToUserName"), articles);
        }else {
            // 配置信息
            Properties systemConf = SystemConf.getInstance().getSystemProperties();

BIN
patient-co/patient-co-wlyy/src/main/webapp/images/SpBanner.png


BIN
patient-co/patient-co-wlyy/src/main/webapp/images/banner01.png


BIN
patient-co/patient-co-wlyy/src/main/webapp/images/familycontract.png


BIN
patient-co/patient-co-wlyy/src/main/webapp/images/operatinginstructions.png


BIN
patient-co/patient-co-wlyy/src/main/webapp/images/patientPrenata.png


BIN
patient-co/patient-co-wlyy/src/main/webapp/images/visit.png


BIN
patient-co/patient-co-wlyy/src/main/webapp/images/xufangzhiyin_img.png