From ed9460a7e3fe57822ea658b77e4a00ff8e8f22cc Mon Sep 17 00:00:00 2001 From: yujian <yujian> Date: 星期四, 28 二月 2019 10:29:01 +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