Pārlūkot izejas kodu

Wesmiler OTC 提交更新 0729

APPLE 3 gadi atpakaļ
vecāks
revīzija
6f5bc7e89f
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      app/Http/Controllers/Admin/IndexController.php

+ 1 - 1
app/Http/Controllers/Admin/IndexController.php

@@ -247,7 +247,7 @@ class IndexController extends Backend
             'to'=> $changeType==1? $address : '',
         ];
 
-        $datas = CoinLogService::make()->getList($params, $limit);
+        $datas = CoinLogService::make()->getDataList($params, $limit);
 
         return returnJson(MESSAGE_OK, true, is_array($datas)? $datas : []);
     }