From 951d9638fb8ec6094537930f47e7397193ad0b58 Mon Sep 17 00:00:00 2001 From: zpc Date: Wed, 11 Feb 2026 18:05:54 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E5=88=86=E9=94=80?= =?UTF-8?q?=E5=A5=96=E5=8A=B1=E5=8F=91=E6=94=BE=E9=94=99=E8=AF=AF=20-=20?= =?UTF-8?q?=E6=94=B9=E4=B8=BA=E5=8F=91=E6=94=BE=E5=93=88=E5=B0=BC=E5=88=B8?= =?UTF-8?q?=E8=80=8C=E9=9D=9EHH=E5=B8=81=EF=BC=8C=E4=BF=AE=E6=AD=A3?= =?UTF-8?q?=E8=AE=B0=E5=BD=95=E5=86=85=E5=AE=B9=E4=B8=BA=E6=8E=A8=E8=8D=90?= =?UTF-8?q?=E5=A5=96=E5=8A=B1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/HoneyBox.Core/Services/PaymentNotifyService.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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