排行榜

This commit is contained in:
2026-01-15 04:14:58 +08:00
parent 4b379b7e53
commit 2d392039ac
2 changed files with 6 additions and 2 deletions

View File

@@ -146,8 +146,12 @@ class GiveGiftBases extends Model
*/
public function getUserStatistics($params,$type)
{
if($type==1){
$userId = $params['user_id'];
}else{
$userId = $params['gift_user'];
}
$userId = $params['user_id'];
$startTime = $params['start_time'];
$endTime = $params['end_time'];