|
...
|
...
|
@@ -273,7 +273,7 @@ class ImageController |
|
|
|
*/
|
|
|
|
public function getImageList(){
|
|
|
|
$imageModel = new ImageModel();
|
|
|
|
$lists = $imageModel->list();
|
|
|
|
$lists = $imageModel->list([],$order = 'id',['id','hash','type','created_at']);
|
|
|
|
$this->response('success',Code::SUCCESS,$lists);
|
|
|
|
}
|
|
|
|
} |
...
|
...
|
|