作者 lyh

变更数据

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