edit-api-stop_profit_sharing

This commit is contained in:
lccsw
2021-09-10 13:41:20 +08:00
parent c3c7b992e0
commit 715fc1d4e7
+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,