Commit 8ce39678 authored by hangjun83's avatar hangjun83

openapi

parent bbe0cd57
...@@ -9,10 +9,11 @@ ...@@ -9,10 +9,11 @@
* with this source code in the file LICENSE. * with this source code in the file LICENSE.
*/ */
namespace App\Services; namespace App\Services\ThirdPlatform;
use App\Jobs\queue\QueueJob; use App\Jobs\queue\QueueJob;
use App\Repositories\Contracts\ThirdApiPlatformRepository; use App\Repositories\Contracts\ThirdApiPlatformRepository;
use App\Services\BhProductsService;
use App\Services\Kafka\KafkaService; use App\Services\Kafka\KafkaService;
use App\Services\ThirdPlatform\Api\BideApiService; use App\Services\ThirdPlatform\Api\BideApiService;
use App\Services\ThirdPlatform\PlatformAbstractService; use App\Services\ThirdPlatform\PlatformAbstractService;
......
...@@ -9,9 +9,10 @@ ...@@ -9,9 +9,10 @@
* with this source code in the file LICENSE. * with this source code in the file LICENSE.
*/ */
namespace App\Services; namespace App\Services\ThirdPlatform;
use App\Repositories\Contracts\ThirdApiPlatformRepository; use App\Repositories\Contracts\ThirdApiPlatformRepository;
use App\Services\BhProductsService;
use App\Services\Kafka\KafkaService; use App\Services\Kafka\KafkaService;
use App\Services\ThirdPlatform\Api\BjsApiService; use App\Services\ThirdPlatform\Api\BjsApiService;
use App\Services\ThirdPlatform\PlatformAbstractService; use App\Services\ThirdPlatform\PlatformAbstractService;
......
<?php <?php
namespace App\Services; namespace App\Services\ThirdPlatform;
use App\Repositories\Contracts\ThirdApiPlatformRepository; use App\Repositories\Contracts\ThirdApiPlatformRepository;
use App\Services\Kafka\KafkaService; use App\Services\Kafka\KafkaService;
use App\Services\RhawnChemicalsService;
use App\Services\ThirdPlatform\Api\IntegleApiService; use App\Services\ThirdPlatform\Api\IntegleApiService;
use App\Support\Facades\SimpleKafka; use App\Support\Facades\SimpleKafka;
use App\Support\Facades\SimpleLogs; use App\Support\Facades\SimpleLogs;
......
...@@ -9,13 +9,14 @@ ...@@ -9,13 +9,14 @@
* with this source code in the file LICENSE. * with this source code in the file LICENSE.
*/ */
namespace App\Services; namespace App\Services\ThirdPlatform;
use App\ImportExport\BaseExport; use App\ImportExport\BaseExport;
use App\ImportExport\WuxiLab\WuxiLabExport; use App\ImportExport\WuxiLab\WuxiLabExport;
use App\Repositories\Contracts\ThirdApiPlatformRepository; use App\Repositories\Contracts\ThirdApiPlatformRepository;
use App\Repositories\Models\RhawnProducts; use App\Repositories\Models\RhawnProducts;
use App\Services\Kafka\KafkaService; use App\Services\Kafka\KafkaService;
use App\Services\RhawnChemicalsService;
use App\Services\ThirdPlatform\Api\WuxiApiService; use App\Services\ThirdPlatform\Api\WuxiApiService;
use App\Services\ThirdPlatform\PlatformAbstractService; use App\Services\ThirdPlatform\PlatformAbstractService;
use App\Support\Facades\SimpleKafka; use App\Support\Facades\SimpleKafka;
......
<?php <?php
namespace App\Services; namespace App\Services\ThirdPlatform;
use App\Jobs\queue\QueueJob; use App\Jobs\queue\QueueJob;
use App\Mailer\MailService; use App\Mailer\MailService;
use App\Mailer\MailTempl; use App\Mailer\MailTempl;
use App\Repositories\Contracts\ThirdApiPlatformRepository; use App\Repositories\Contracts\ThirdApiPlatformRepository;
use App\Services\Kafka\KafkaService; use App\Services\Kafka\KafkaService;
use App\Services\RhawnChemicalsService;
use App\Services\RhawnOrdersService;
use App\Services\ThirdPlatform\Api\ZhenkhApiService; use App\Services\ThirdPlatform\Api\ZhenkhApiService;
use App\Support\Facades\SimpleKafka; use App\Support\Facades\SimpleKafka;
use App\Support\Facades\SimpleLogs; use App\Support\Facades\SimpleLogs;
......
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 to comment