刘韬 6 年之前
父節點
當前提交
9195dbbfcb
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      PacsOnline_Wechat_Patient/src/main/java/com/zskk/controller/WeixinApiController.java

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

@@ -119,10 +119,10 @@ public class WeixinApiController extends ApiController {
     {
         Integer pushType = getParaToInt("pushType");
         String openid = getPara("openid");
-        String source = getPara("source");
+//        String source = getPara("source");
         String content = getPara("content");
 		String appId;
-        switch (source) {
+        switch ("中世康恺电子胶片平台") {
 		case "中世康恺电子胶片平台":
 			appId = PropKit.get("appId_zskk");
 			break;