diff --git a/app/Http/Controllers/Mobile/OtherController.php b/app/Http/Controllers/Mobile/OtherController.php index b156021..94a7e89 100755 --- a/app/Http/Controllers/Mobile/OtherController.php +++ b/app/Http/Controllers/Mobile/OtherController.php @@ -90,7 +90,7 @@ class OtherController extends CommonController return $this->fail([ResponseCode::ERROR_PARAMETER, implode(',', $validator->errors()->all())]); } $YuanheRepository = new YuanheRepository(); - // $result = $YuanheRepository->companyInfo(['enterpriseName' => $all['company_name']]); + // $result = $YuanheRepository->companyInfo(['enterpriseName' => $all['company_name']]); $result[] = [ "createBy" => null, "createDt" => null, @@ -104,6 +104,32 @@ class OtherController extends CommonController "status" => "注销", "logo" => "https://image.qcc.com/logo/EntImage.png", "operName" => "刘杰杰", + "contactMail" => "425039148@qq.com", + "contactPhone" => "15298866552", + "startDate" => "2021-12-21", + "endDate" => null, + "updatedDate" => "2025-08-17", + "registCapi" => "100万元", + "registAmount" => "1000000.0000", + "registCapiType" => "1", + "currencyType" => null, + "termStart" => "2021-12-21", + "termEnd" => null, + "checkDate" => "2025-07-03", + "orgNo" => "MA7F0G9W-6", + "isOnStock" => "0", + "stockNumber" => "", + "stockType" => "", + "stockDate" => null, + "province" => "江苏省", + "city" => "苏州市", + "country" => "苏州工业园区", + "areaCode" => "320576", + "address" => "苏州工业园区亭新街11号B1栋二楼", + "businessScope" => "一般项目:人工智能应用软件开发", + "tagList" => null, + "qccIndustry" => null, + "isYhInvested" => false ]; if (!$result) { return $this->fail([ResponseCode::ERROR_PARAMETER, '获取失败']);