|
@@ -30,9 +30,9 @@ public class NoticeDubboServiceClient {
|
|
/**
|
|
/**
|
|
* 添加收益通知
|
|
* 添加收益通知
|
|
*/
|
|
*/
|
|
- public void addRewardNotice(NoticeEnum noticeType, Long... uids) {
|
|
|
|
|
|
+ public void addRewardNotice(NoticeEnum noticeType, String noticeMessage, Long... uids) {
|
|
log.info("cif:addRewardNotice start");
|
|
log.info("cif:addRewardNotice start");
|
|
- noticeDubboService.addRewardNotice(noticeType,uids);
|
|
|
|
|
|
+ noticeDubboService.addRewardNotice(noticeType,noticeMessage,uids);
|
|
log.info("cif:addRewardNotice end");
|
|
log.info("cif:addRewardNotice end");
|
|
}
|
|
}
|
|
|
|
|