|
|
@@ -148,7 +148,7 @@ class AccountLogService extends BaseService
|
|
|
{
|
|
|
$datas = [
|
|
|
'counts' => [
|
|
|
- 'day' => $this->getCountDataByDate($userId, $cointype, $userType,1),
|
|
|
+ 'today' => $this->getCountDataByDate($userId, $cointype, $userType,1),
|
|
|
'yestday' => $this->getCountDataByDate($userId, $cointype, $userType,2),
|
|
|
'total' => $this->getCountDataByDate($userId, $cointype, $userType,0)
|
|
|
],
|