From 715fc1d4e7c333fc506f2c8146d4c966e0fe31d2 Mon Sep 17 00:00:00 2001 From: lccsw <1127794702@qq.com> Date: Fri, 10 Sep 2021 13:41:20 +0800 Subject: [PATCH] edit-api-stop_profit_sharing --- api/controllers/wxapp/app/Payment.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/controllers/wxapp/app/Payment.php b/api/controllers/wxapp/app/Payment.php index b8a18336..c8d62349 100644 --- a/api/controllers/wxapp/app/Payment.php +++ b/api/controllers/wxapp/app/Payment.php @@ -77,7 +77,7 @@ class Payment extends Wxapp{ 'out_trade_no' => $row['sid'], 'notify_url' => $notify_url, 'settle_info' => [ - 'profit_sharing' => true + 'profit_sharing' => false ], 'amount' => [ 'total' => $row['total_price']*100,