wesmiler il y a 2 ans
Parent
commit
92638096e2
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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)
             ],