add
This commit is contained in:
parent
aa72082717
commit
21a8670a45
@ -254,7 +254,7 @@ class CompanyController extends BaseAdminController
|
|||||||
$company = Db::name('company')->where('id', $params['id'])->find();
|
$company = Db::name('company')->where('id', $params['id'])->find();
|
||||||
$re = CompanyLogic::originationFaceCreate($company);
|
$re = CompanyLogic::originationFaceCreate($company);
|
||||||
if ($re === true) {
|
if ($re === true) {
|
||||||
return $this->success('人脸采集地址已发送,请稍后刷新页面查看',[],1, 1);
|
return $this->success('人脸采集中,请稍后刷新页面查看',[],1, 1);
|
||||||
} else {
|
} else {
|
||||||
return $this->fail($re);
|
return $this->fail($re);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user