|
|
$info['recharge_total'] = BalanceLogService::make()->getCountByType($userId, 1);
|
|
$info['recharge_total'] = BalanceLogService::make()->getCountByType($userId, 1);
|
|
|
RedisService::set($cacheKey, $info, rand(5,10));
|
|
RedisService::set($cacheKey, $info, rand(5,10));
|