交友卡关系 创建小房间失败继续进行

This commit is contained in:
2025-09-03 16:20:35 +08:00
parent ceab1684db
commit b81ebd1f37
2 changed files with 34 additions and 33 deletions

View File

@@ -1104,7 +1104,6 @@ function coin_earning($all_gift_price,$ratio){
//金币转换人民币
//小数点保留4位
$result = $all_gift_price * $ratio / 100 / get_system_config_value('rmb_coin_ratio');
return round($result, 4);
}