|
|
@@ -152,8 +152,11 @@ class TradeService extends BaseService
|
|
|
'totals'=> $counts,
|
|
|
'total'=> $counts[2],
|
|
|
'today'=> $countToday[2],
|
|
|
+ 'todays'=> $countToday,
|
|
|
'week'=> $countWeek[2],
|
|
|
+ 'weeks'=> $countWeek,
|
|
|
'month'=> $countMonth[2],
|
|
|
+ 'months'=> $countMonth,
|
|
|
],
|
|
|
'data' => isset($dataList['data']) ? $dataList['data'] : 0,
|
|
|
];
|