diff --git a/server/HoneyBox/src/HoneyBox.Core/Services/PaymentNotifyService.cs b/server/HoneyBox/src/HoneyBox.Core/Services/PaymentNotifyService.cs index 4a63389f..fa14db89 100644 --- a/server/HoneyBox/src/HoneyBox.Core/Services/PaymentNotifyService.cs +++ b/server/HoneyBox/src/HoneyBox.Core/Services/PaymentNotifyService.cs @@ -1582,10 +1582,10 @@ public class PaymentNotifyService : IPaymentNotifyService // 5. 发放哈尼券奖励(1 RMB = 100 哈尼券) var rewardIntegral = rewardRmb * 100; - var result = await _paymentService.AddIntegralAsync( + var result = await _paymentService.AddMoney2Async( pid, rewardIntegral, - " ·", // PHP 代码中的内容就是 " ·" + "推荐奖励", // 修正内容描述 orderNo, 5, // type=5 表示推荐奖励 userId // share_uid 记录下级用户ID