房间流水详情

This commit is contained in:
2026-01-07 20:15:37 +08:00
parent 3087e7aa6a
commit d60e9cb0e0

View File

@@ -489,7 +489,7 @@ class Room extends Model
$params['limit'] = $page_limit;
$res = model('GiveGiftBases')->getGiftRecords($params);
var_dump($res);exit;
$page = intval($page);
$page_limit = $page_limit < 20 ? $page_limit : 20;