作者 lyh

变更数据

... ... @@ -102,7 +102,7 @@ class Project5CateController extends BaseController
}
$data = http_post($url,json_encode(['name'=>$this->param['name'],'parent'=>$this->param['parent']],true));
if($data && $data['status'] == 200){
$this->response('success', );
$this->response('success');
}
$this->response('请求失败',Code::SYSTEM_ERROR);
}
... ...