更新
This commit is contained in:
parent
42fb50210c
commit
a2a50fd8bc
@ -130,7 +130,7 @@ class CompanyController extends BaseAdminController
|
||||
unset($params['id']);
|
||||
$result = ContractLogic::initiate_contract($params);
|
||||
if ($result == true) {
|
||||
return $this->success('发起成功,等待平台风控部上传合同');
|
||||
return $this->success('发起成功,等待平台风控部上传合同', [], 1, 1);
|
||||
}
|
||||
return $this->fail(ContractLogic::getError());
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user