Browse Source

3*5增加在线客服

付宇 3 months ago
parent
commit
fb70345a82

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

@@ -79,8 +79,8 @@ public class WeixinApiController extends ApiController {
                 "\t    \"name\": \"远程诊断\",\n" +
                 "\t    \"url\": \"https://wechat.pacsonline.cn/wx_patient/web/remoteDiagnosis?appId=" + ApiConfigKit.getApiConfig().getAppId() +"\",\n" +
                 "\t    \"type\": \"view\"\n" +
-                "        }\n" +
-                "    ]\n" +
+                "        },\n" +
+                "        {\n" +
                 "\t    \"name\": \"在线客服\",\n" +
                 "\t    \"url\": \"https://work.weixin.qq.com/kfid/kfc5e4cb6d475c57fb4\",\n" +
                 "\t    \"type\": \"view\"\n" +