@@ -123,7 +123,6 @@ class TradeService extends BaseService
$counts = $this->counts($params);
// 今日
- $params['keyword'] = '';
$params['datetime'] = [$curDate,$curDate];
$countToday = $this->counts($params);