From b5b364a3d1f5b3ef1cfe2ed0d4a1b4fb9ddae558 Mon Sep 17 00:00:00 2001 From: mkm <727897186@qq.com> Date: Tue, 18 Jun 2024 10:46:18 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E4=BF=AE=E6=94=B9PayNotifyLogic?= =?UTF-8?q?=E7=B1=BB=E4=BB=A5=E6=AD=A3=E7=A1=AE=E8=AE=A1=E7=AE=97=E7=94=A8?= =?UTF-8?q?=E6=88=B7=E5=88=A9=E6=B6=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/common/logic/PayNotifyLogic.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/common/logic/PayNotifyLogic.php b/app/common/logic/PayNotifyLogic.php index fe735a89..090909fa 100644 --- a/app/common/logic/PayNotifyLogic.php +++ b/app/common/logic/PayNotifyLogic.php @@ -311,7 +311,7 @@ class PayNotifyLogic extends BaseLogic //商户应该获得的钱 每个商品的price-ot_price 利润 // if (isset($order->profit) && $order->profit > 0) { if($order['uid']>0){ - $user_number=bcmul($order['pay_price'], '0.01', 2); + $user_number=bcmul($order['pay_price'], '0.10', 2); $sing = [ 'uid' => $order['uid'], 'order_id' => $order['order_id'],