刘韬 6 years ago
parent
commit
9195dbbfcb

+ 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;