|
...
|
...
|
@@ -54,6 +54,6 @@ class Project5CateController extends BaseController |
|
|
|
$project5CateModel->addReturnId($saveData);
|
|
|
|
$this->response('success', Code::SUCCESS,$resultData);
|
|
|
|
}
|
|
|
|
$this->response('success');
|
|
|
|
$this->response('success',Code::SUCCESS,$data);
|
|
|
|
}
|
|
|
|
} |
...
|
...
|
|