Browse Source

202450208: 公众号菜单 删除玉生堂智慧中医模块,新增北大国际医疗模块

付宇 6 months ago
parent
commit
de81f2f42b

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

@@ -82,11 +82,29 @@ public class WeixinApiController extends ApiController {
                 "        }\n" +
                 "    ]\n" +
                 "        },\n" +
+
+                // 202450208 删除玉生堂智慧中医模块,新增北大国际医疗模块
+                // 智慧中医
+
+                // "        {\n" +
+                // "      \"name\": \"智慧中医\",\n" +
+                // "\t    \"url\": \"https://wechat.pacsonline.cn/wx_patient/web/yst\",\n" +
+                // "\t    \"type\": \"view\"\n" +
+                // "        },\n" +
+
+
+                // appid:wx2436a4d6c12565d8
+                // path:pages/index/gj/index?org_code=112628&channel=26
+
                 "        {\n" +
-                "      \"name\": \"智慧中医\",\n" +
-                "\t    \"url\": \"https://wechat.pacsonline.cn/wx_patient/web/yst\",\n" +
-                "\t    \"type\": \"view\"\n" +
-                "        },\n" +
+                "\t    \"name\": \"北大国际医疗\",\n" +
+                "\t    \"url\": \"http://wechat.pacsonline.cn/wx_patient/web/aboutUs\",\n" +
+                "\t    \"appid\": \"appid:wx2436a4d6c12565d8\",\n" +
+                "\t    \"type\": \"miniprogram\",\n" +
+                "\t    \"pagepath\": \"pages/index/gj/index?org_code=112628&channel=26\"\n" +
+                "        },\n" +	
+                
+
                 "        {\n" +
                 "      \"name\": \"健康测试\",\n" +
                 "\t    \"url\": \"https://wechat.pacsonline.cn/wx_patient/web/qatest\",\n" +