正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
| @@ -273,7 +273,7 @@ class ImageController | @@ -273,7 +273,7 @@ class ImageController | ||
| 273 | */ | 273 | */ |
| 274 | public function getImageList(){ | 274 | public function getImageList(){ |
| 275 | $imageModel = new ImageModel(); | 275 | $imageModel = new ImageModel(); |
| 276 | - $lists = $imageModel->list(); | 276 | + $lists = $imageModel->list([],$order = 'id',['id','hash','type','created_at']); |
| 277 | $this->response('success',Code::SUCCESS,$lists); | 277 | $this->response('success',Code::SUCCESS,$lists); |
| 278 | } | 278 | } |
| 279 | } | 279 | } |
-
请 注册 或 登录 后发表评论