Commit bd289dfb by 杨树贤

补充数据

parent 46d14eea
Showing with 3 additions and 0 deletions
......@@ -89,6 +89,9 @@ class CompanyService
'register_address' => $supplierAddress,
'business_license' => $businessLicense,
'company_id' => 1,
'create_uid' => request()->user->userId,
'create_name' => request()->user->name,
'source_system_id' => 1,
];
$url = config('website.UnitedDataDomain') . '/sync/Company/checkCompanyEntity';
$result = curl($url, $params);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment