|
@@ -103,7 +103,12 @@ class CompanyController extends Controller
|
|
|
|
|
|
$service->association($company->id);
|
|
$service->association($company->id);
|
|
|
|
|
|
- return $this->created();
|
|
|
|
|
|
+
|
|
|
|
+ return $this->success([
|
|
|
|
+ 'data' => [
|
|
|
|
+ 'company_id' => $company->id,
|
|
|
|
+ ]
|
|
|
|
+ ]);
|
|
}
|
|
}
|
|
|
|
|
|
//公司审核
|
|
//公司审核
|