|
|
@@ -127,9 +127,9 @@ class TradeService extends BaseService
|
|
|
'count' => isset($dataList['total']) ? $dataList['total'] : 0,
|
|
|
'counts'=> [
|
|
|
'totals'=> $counts,
|
|
|
- 'total'=> $counts[0],
|
|
|
- 'totalInc'=> $counts[1],
|
|
|
- 'totalDesc'=> $counts[2],
|
|
|
+// 'total'=> $counts[0],
|
|
|
+// 'totalInc'=> $counts[1],
|
|
|
+// 'totalDesc'=> $counts[2],
|
|
|
'today'=> rand(100,1000),
|
|
|
'week'=> rand(100,1000),
|
|
|
'month'=> rand(100,1000),
|