作者 张关杰

Merge branch 'develop' of http://47.244.231.31:8099/zhl/globalso-v6 into develop

... ... @@ -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);
}
}
... ...