分润功能log

This commit is contained in:
chenbo 2024-01-26 12:03:08 +08:00
parent 3e481fde16
commit 0d9565096b
1 changed files with 1 additions and 1 deletions

View File

@ -68,7 +68,7 @@ class ShopCallController extends BaseApiController
}
// 通知商城
$request['user'] = [
['type' => $type, 'account' => $userSelf['account'], 'user_profit' => bcmul($orderMoney, 0.03, 2)]
['type' => $type, 'account' => $userSelf['account'], 'user_profit' => bcmul($orderMoney, 0.03)]
];
$request['order_id'] = $orderId;
$timestamp = time();