From 69bee82b81626b82b7f39f0e459e4f56b1699b51 Mon Sep 17 00:00:00 2001
From: admin <weikou2014>
Date: 星期三, 13 三月 2019 12:02:16 +0800
Subject: [PATCH] 正式数据库修改

---
 fanli/src/main/java/com/yeshi/fanli/service/impl/push/HWPushServiceImpl.java |   23 ++++++++++++++++++-----
 1 files changed, 18 insertions(+), 5 deletions(-)

diff --git a/fanli/src/main/java/com/yeshi/fanli/service/impl/push/HWPushServiceImpl.java b/fanli/src/main/java/com/yeshi/fanli/service/impl/push/HWPushServiceImpl.java
index 0390017..aeede11 100644
--- a/fanli/src/main/java/com/yeshi/fanli/service/impl/push/HWPushServiceImpl.java
+++ b/fanli/src/main/java/com/yeshi/fanli/service/impl/push/HWPushServiceImpl.java
@@ -152,11 +152,6 @@
 	}
 
 	@Override
-	public void pushWEEXUrl(Long uid, String weexUrl, String title, String content) throws PushException {
-
-	}
-
-	@Override
 	public void pushZNX(Long uid, AccountMessage msg, SystemZnx systemZNX) throws PushException {
 
 		JSONObject contentJson = new JSONObject();
@@ -208,4 +203,22 @@
 		}
 	}
 
+	@Override
+	public void pushWEEX(Long uid, String title, String content, String weexUrl) throws PushException {
+		// TODO 鎺ㄩ�亀eex椤甸潰
+
+	}
+
+	@Override
+	public void pushBaiChuanUrl(Long uid, String title, String content, String url) throws PushException {
+		// TODO 鎺ㄩ�佹窐瀹㈢櫨宸濋摼鎺�
+
+	}
+
+	@Override
+	public void pushWelfareCenter(Long uid, String title, String content) throws PushException {
+		// TODO Auto-generated method stub
+		
+	}
+
 }

--
Gitblit v1.8.0