|
|
@@ -152,7 +152,7 @@ class UserExtract extends BaseController
|
|
|
public function history()
|
|
|
{
|
|
|
$where= $this->request->params(['type']);
|
|
|
- $data = $this->repository->getHistoryBank($this->request->userInfo()->uid,$where);
|
|
|
+ $data = $this->repository->getHistory($this->request->userInfo()->uid,$where);
|
|
|
return app('json')->success($data ?? []);
|
|
|
}
|
|
|
}
|