|
|
@@ -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 : []);
|
|
|
}
|