wesmiler 2 лет назад
Родитель
Сommit
92638096e2
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      app/Services/Api/AccountLogService.php

+ 1 - 1
app/Services/Api/AccountLogService.php

@@ -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)
             ],