From d28bed1a1275131a5ca37f7da37961e2b518ac07 Mon Sep 17 00:00:00 2001 From: admin <weikou2014> Date: 星期一, 26 八月 2019 13:44:00 +0800 Subject: [PATCH] 淘礼金创建异常处理 --- fanli/src/main/java/com/yeshi/fanli/service/inter/push/BasePushService.java | 14 ++++++-------- 1 files changed, 6 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 48ed1c6..659b636 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 @@ -1,7 +1,5 @@ package com.yeshi.fanli.service.inter.push; -import java.util.List; - import com.yeshi.fanli.entity.bus.user.AccountMessage; import com.yeshi.fanli.entity.system.SystemZnx; import com.yeshi.fanli.exception.PushException; @@ -16,7 +14,7 @@ * @param content * @throws PushException */ - void pushGoods(Long uid, Long auctionId, String title, String content, List<String> listVersion) throws PushException; + void pushGoods(Long uid, Long auctionId, String title, String content, String versions) throws PushException; /** * 鎺ㄩ�侀摼鎺� @@ -27,7 +25,7 @@ * @param content * @throws PushException */ - void pushUrl(Long uid, String url, String title, String content, List<String> listVersion) throws PushException; + void pushUrl(Long uid, String url, String title, String content, String versions) throws PushException; /** * 鎺ㄩ�佺珯鍐呬俊 @@ -37,7 +35,7 @@ * @param content * @throws PushException */ - void pushZNX(Long uId, AccountMessage msg, SystemZnx systemZNX, List<String> listVersion) throws PushException; + void pushZNX(Long uId, AccountMessage msg, SystemZnx systemZNX, String versions) throws PushException; /** * 閫傜敤鐗堟湰 1.4.8鍙婁互鍚� 鎺ㄩ�亀eex椤甸潰 @@ -48,7 +46,7 @@ * @param weexUrl * @throws PushException */ - void pushWEEX(Long uid, String title, String content, String weexUrl, List<String> listVersion) throws PushException; + void pushWEEX(Long uid, String title, String content, String weexUrl, String versions) throws PushException; /** * 閫傜敤鐗堟湰 1.4.8鍙婁互鍚� 鎺ㄩ�佺櫨宸濈綉椤� @@ -59,7 +57,7 @@ * @param url * @throws PushException */ - void pushBaiChuanUrl(Long uid, String title, String content, String url, List<String> listVersion) throws PushException; + void pushBaiChuanUrl(Long uid, String title, String content, String url, String versions) throws PushException; /** * 鎺ㄩ�佺鍒╀腑蹇冿紙鐗堟湰鍙�:1.5.1鍚庯級 @@ -69,5 +67,5 @@ * @param content * @throws PushException */ - void pushWelfareCenter(Long uid, String title, String content, List<String> listVersion) throws PushException; + void pushWelfareCenter(Long uid, String title, String content, String versions) throws PushException; } -- Gitblit v1.8.0