作者 lyh

变更数据

@@ -104,6 +104,6 @@ class Project5CateController extends BaseController @@ -104,6 +104,6 @@ class Project5CateController extends BaseController
104 if($data && $data['status'] == 200){ 104 if($data && $data['status'] == 200){
105 $this->response('success'); 105 $this->response('success');
106 } 106 }
107 - $this->response('请求失败',Code::SYSTEM_ERROR); 107 + $this->response('请求失败',Code::SYSTEM_ERROR,$data);
108 } 108 }
109 } 109 }