From 4e557c1b42a6952c0c7e1deb8faa89a5d54b11d1 Mon Sep 17 00:00:00 2001 From: admin <weikou2014> Date: 星期六, 29 十二月 2018 14:49:20 +0800 Subject: [PATCH] 新版订单同步修改 增加微信域名拦截检测 --- fanli/src/main/java/com/yeshi/fanli/service/impl/push/HWPushServiceImpl.java | 17 ++++++++++++----- 1 files changed, 12 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..f84295e 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,16 @@ } } + @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 鎺ㄩ�佹窐瀹㈢櫨宸濋摼鎺� + + } + } -- Gitblit v1.8.0