|
@ -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);
|