修改收益计算比例, 支付回调修改

This commit is contained in:
2025-11-10 08:53:48 +08:00
parent 3a9e983296
commit 34f5d342c2
2 changed files with 6 additions and 4 deletions

View File

@@ -24,8 +24,8 @@ class Gift extends Model
// $rate = 0.2;
// }
// $rate = 0.2;
$rate = 0.1;
$this->room_owner_rate = $rate;
$rate = 0.2;
$this->room_owner_rate = $rate;
$this->user_rate = 0.6;
$this->guild_user_rate = 0.63;
}