This commit is contained in:
chenbo 2023-09-08 18:27:27 +08:00
parent 05cda2b2d6
commit e9b5bca0da

View File

@ -30,6 +30,7 @@ use app\common\logic\contract\ContractLogic;
use app\common\model\contract\Contract; use app\common\model\contract\Contract;
use app\common\model\task_scheduling\TaskScheduling; use app\common\model\task_scheduling\TaskScheduling;
use app\common\model\user\User; use app\common\model\user\User;
use think\facade\Log;
/** /**
* Company控制器 * Company控制器
@ -200,6 +201,7 @@ class CompanyController extends BaseAdminController
'id' => $company['id'], 'id' => $company['id'],
]; ];
$res = app(JunziqianController::class)->EnterpriseCertification($data); $res = app(JunziqianController::class)->EnterpriseCertification($data);
Log::info(['企业认证同步结果',$res]);
if ($res->success == true) { if ($res->success == true) {
$email = $res->data; $email = $res->data;
// 企业人脸上传 // 企业人脸上传