|
@ -37,7 +37,7 @@ public class HealthServiceController extends WeixinBaseController {
|
|
response.sendRedirect(server_url + "wx/html/home/html/login.html?type=1&openid=" + json.get("msg").toString());
|
|
response.sendRedirect(server_url + "wx/html/home/html/login.html?type=1&openid=" + json.get("msg").toString());
|
|
} else if (Integer.parseInt(json.get("status").toString()) == 200) {
|
|
} else if (Integer.parseInt(json.get("status").toString()) == 200) {
|
|
// String json2 = json.get("data").toString();
|
|
// String json2 = json.get("data").toString();
|
|
// String paramUrl = getParamUrl(json2, 1);
|
|
|
|
|
|
// String paramUrl = getParamUrl(json2, 1);12
|
|
response.sendRedirect(server_url + "wx/html/zxwz/html/online-consulting.html");
|
|
response.sendRedirect(server_url + "wx/html/zxwz/html/online-consulting.html");
|
|
} else {
|
|
} else {
|
|
response.sendRedirect(server_url + "wx/health_service/404.html");
|
|
response.sendRedirect(server_url + "wx/health_service/404.html");
|