From ca20ce6afc5abe164767c87b5332df223c3b8063 Mon Sep 17 00:00:00 2001 From: admin <weikou2014> Date: 星期二, 05 三月 2019 15:31:31 +0800 Subject: [PATCH] 增加福利中心推送 二维码识别邀请关系修改 --- fanli/src/main/java/com/yeshi/fanli/service/inter/push/BasePushService.java | 25 +++++++++++++++++-------- 1 files changed, 17 insertions(+), 8 deletions(-) diff --git a/fanli/src/main/java/com/yeshi/fanli/service/inter/push/BasePushService.java b/fanli/src/main/java/com/yeshi/fanli/service/inter/push/BasePushService.java index aa5c72f..5e17fac 100644 --- a/fanli/src/main/java/com/yeshi/fanli/service/inter/push/BasePushService.java +++ b/fanli/src/main/java/com/yeshi/fanli/service/inter/push/BasePushService.java @@ -35,11 +35,11 @@ * @param content * @throws PushException */ - void pushZNX(Long uId, AccountMessage msg,SystemZnx systemZNX) throws PushException; - + void pushZNX(Long uId, AccountMessage msg, SystemZnx systemZNX) throws PushException; + /** - * 閫傜敤鐗堟湰 1.4.8鍙婁互鍚� - * 鎺ㄩ�亀eex椤甸潰 + * 閫傜敤鐗堟湰 1.4.8鍙婁互鍚� 鎺ㄩ�亀eex椤甸潰 + * * @param uid * @param title * @param content @@ -47,11 +47,10 @@ * @throws PushException */ void pushWEEX(Long uid, String title, String content, String weexUrl) throws PushException; - - + /** - * 閫傜敤鐗堟湰 1.4.8鍙婁互鍚� - * 鎺ㄩ�佺櫨宸濈綉椤� + * 閫傜敤鐗堟湰 1.4.8鍙婁互鍚� 鎺ㄩ�佺櫨宸濈綉椤� + * * @param uid * @param title * @param content @@ -59,4 +58,14 @@ * @throws PushException */ void pushBaiChuanUrl(Long uid, String title, String content, String url) throws PushException; + + /** + * 鎺ㄩ�佺鍒╀腑蹇冿紙鐗堟湰鍙�:1.5.1鍚庯級 + * + * @param uid + * @param title + * @param content + * @throws PushException + */ + void pushWelfareCenter(Long uid, String title, String content) throws PushException; } -- Gitblit v1.8.0