edit-api-stop_profit_sharing

This commit is contained in:
lccsw
2021-09-10 13:41:20 +08:00
parent 2e7322d1a7
commit 014d352db3
+1 -1
View File
@@ -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,