Browse Source

更新 'PacsOnline_Wechat_Patient/src/main/java/com/zskk/controller/WeixinApiController.java'

刘韬 3 years ago
parent
commit
4e1a23eb58

+ 3 - 3
PacsOnline_Wechat_Patient/src/main/java/com/zskk/controller/WeixinApiController.java

@@ -67,17 +67,17 @@ public class WeixinApiController extends ApiController {
                 "            \"sub_button\": [\n" +
                 "            \"sub_button\": [\n" +
                 "        {\n" +
                 "        {\n" +
                 "\t    \"name\": \"我的检查列表\",\n" +
                 "\t    \"name\": \"我的检查列表\",\n" +
-                "\t    \"url\": \"https://wechat.pacsonline.cn/wx_patient/web/examList?appId=" + ApiConfigKit.getApiConfig().getAppId() +"\",\n" +
+                "\t    \"url\": \"http://wechat.pacsonline.cn/wx_patient/web/examList?appId=" + ApiConfigKit.getApiConfig().getAppId() +"\",\n" +
                 "\t    \"type\": \"view\"\n" +
                 "\t    \"type\": \"view\"\n" +
                 "        },\n" +
                 "        },\n" +
                 "        {\n" +
                 "        {\n" +
                 "\t    \"name\": \"添加绑定\",\n" +
                 "\t    \"name\": \"添加绑定\",\n" +
-                "\t    \"url\": \"https://wechat.pacsonline.cn/wx_patient/web/addBinding?appId=" + ApiConfigKit.getApiConfig().getAppId() +"\",\n" +
+                "\t    \"url\": \"http://wechat.pacsonline.cn/wx_patient/web/addBinding?appId=" + ApiConfigKit.getApiConfig().getAppId() +"\",\n" +
                 "\t    \"type\": \"view\"\n" +
                 "\t    \"type\": \"view\"\n" +
                 "        },\n" +
                 "        },\n" +
                 "        {\n" +
                 "        {\n" +
                 "\t    \"name\": \"远程诊断\",\n" +
                 "\t    \"name\": \"远程诊断\",\n" +
-                "\t    \"url\": \"https://wechat.pacsonline.cn/wx_patient/web/remoteDiagnosis?appId=" + ApiConfigKit.getApiConfig().getAppId() +"\",\n" +
+                "\t    \"url\": \"http://wechat.pacsonline.cn/wx_patient/web/remoteDiagnosis?appId=" + ApiConfigKit.getApiConfig().getAppId() +"\",\n" +
                 "\t    \"type\": \"view\"\n" +
                 "\t    \"type\": \"view\"\n" +
                 "        }\n" +
                 "        }\n" +
                 "    ]\n" +
                 "    ]\n" +