add:人脸采集接口,人脸采集回调,company表新增人脸采集状态字段。
This commit is contained in:
parent
20bcd3c05f
commit
d584015cf0
@ -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