debug
This commit is contained in:
parent
05cda2b2d6
commit
e9b5bca0da
@ -30,6 +30,7 @@ use app\common\logic\contract\ContractLogic;
|
||||
use app\common\model\contract\Contract;
|
||||
use app\common\model\task_scheduling\TaskScheduling;
|
||||
use app\common\model\user\User;
|
||||
use think\facade\Log;
|
||||
|
||||
/**
|
||||
* Company控制器
|
||||
@ -200,6 +201,7 @@ class CompanyController extends BaseAdminController
|
||||
'id' => $company['id'],
|
||||
];
|
||||
$res = app(JunziqianController::class)->EnterpriseCertification($data);
|
||||
Log::info(['企业认证同步结果',$res]);
|
||||
if ($res->success == true) {
|
||||
$email = $res->data;
|
||||
// 企业人脸上传
|
||||
|
Loading…
x
Reference in New Issue
Block a user