刘韬 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;