Browse Source

新增体检结果通知

付宇 5 months ago
parent
commit
27387ff696

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

@@ -160,7 +160,8 @@ public class WeixinApiController extends ApiController {
 //        String source = "中世康恺电子胶片平台";
         String content = getPara("content");
 //		String appId;
-		String source_utf8 = null;
+		// String source_utf8 = null;
+        String source_utf8 = "中世康恺电子胶片平台";
 //		try {
 //			source_utf8 = URLDecoder.decode(source, "UTF-8");
 //		} catch (UnsupportedEncodingException e) {