Browse Source

医生助手静态页面路径

wujunjie 7 years ago
parent
commit
3626c69e22

+ 1 - 1
patient-co/patient-co-doctor-assistant/src/main/java/com/yihu/wlyy/task/PushMsgTask.java

@ -251,7 +251,7 @@ public class PushMsgTask {
     */
    public String typeMsg(int type, String openid, String url, JSONObject data) {
        try {
            url = server_url + "wx/html/" + url;
            url = server_url + "wx_doctor/html/" + url;
            String temp_id = getTemplateId(type);
            JSONObject temp = new JSONObject();
            temp.put("touser", openid);