From dc5be7d38446f70e6ff86df311119c32b41fe7f8 Mon Sep 17 00:00:00 2001 From: admin <weikou2014> Date: 星期六, 28 十一月 2020 16:37:05 +0800 Subject: [PATCH] 大淘客搜索接口升级 --- fanli/src/main/java/com/yeshi/fanli/service/inter/money/msg/UserMoneyMsgNotificationService.java | 16 +++++++--------- 1 files changed, 7 insertions(+), 9 deletions(-) diff --git a/fanli/src/main/java/com/yeshi/fanli/service/inter/money/msg/UserMoneyMsgNotificationService.java b/fanli/src/main/java/com/yeshi/fanli/service/inter/money/msg/UserMoneyMsgNotificationService.java index 6fee5b3..92b0797 100644 --- a/fanli/src/main/java/com/yeshi/fanli/service/inter/money/msg/UserMoneyMsgNotificationService.java +++ b/fanli/src/main/java/com/yeshi/fanli/service/inter/money/msg/UserMoneyMsgNotificationService.java @@ -91,15 +91,13 @@ /** * 鍒嗕韩璧氳鍗曞埌璐� - * * @param uid - * @param orderCount - * @param goodsCount - * @param money - * @param balance + * @param orderType 1-娣樺疂 2-浜笢绛夋笭閬� + * @param money 鍒拌处閲戦 + * @param balance 璐︽埛浣欓 + * @param receivedDate 缁撶畻鏈堜唤 */ - public void shareOrderReceived(Long uid, int orderType, int orderCount, int goodsCount, BigDecimal money, - BigDecimal balance, String orderId, Date downTime); + public void shareOrderReceived(Long uid, int orderType, BigDecimal money, BigDecimal balance, Date receivedDate); @@ -145,13 +143,13 @@ /** - * 鍥㈤槦鏀剁泭娑堟伅 + * 鍥㈤槦濂栭噾娑堟伅 * @param uid * @param money 鏈鍒拌处閲戦 * @param balance 浣欓 * @param receivedDate 缁撶畻鏈堝害 */ - public void teamReceive(Long uid, BigDecimal money, BigDecimal balance, Date receivedDate); + public void teamRewardReceive(Long uid, BigDecimal money, BigDecimal balance, Date receivedDate); /** * 浣跨敤濂栧姳鍒� -- Gitblit v1.8.0