Commit 371483ff authored by hangjun83's avatar hangjun83

openapi

parent 8ce39678
......@@ -2,7 +2,7 @@
namespace App\Console\Commands;
use App\Jobs\BideJob;
use App\Services\BideService;
use App\Services\ThirdPlatform\BideService;
use Illuminate\Console\Command;
use Illuminate\Console\ConfirmableTrait;
......
......@@ -2,7 +2,7 @@
namespace App\Console\Commands;
use App\Jobs\BjsJob;
use App\Services\BjsService;
use App\Services\ThirdPlatform\BjsService;
use Illuminate\Console\Command;
use Illuminate\Console\ConfirmableTrait;
......
......@@ -10,7 +10,7 @@ namespace App\Console\Commands;
use App\Jobs\InteglePlatformJob;
use App\Jobs\WuxiLabJob;
use App\Services\InteglePlatformService;
use App\Services\ThirdPlatform\InteglePlatformService;
use Illuminate\Console\Command;
use Illuminate\Console\ConfirmableTrait;
......
......@@ -2,7 +2,7 @@
namespace App\Console\Commands;
use App\Jobs\WuxiLabJob;
use App\Services\WuxiLabService;
use App\Services\ThirdPlatform\WuxiLabService;
use Illuminate\Console\Command;
use Illuminate\Console\ConfirmableTrait;
......
......@@ -3,7 +3,7 @@ namespace App\Console\Commands;
use App\Jobs\WuxiLabJob;
use App\Jobs\ZhenkhJob;
use App\Services\ZhenKhService;
use App\Services\ThirdPlatform\ZhenKhService;
use Illuminate\Console\Command;
use Illuminate\Console\ConfirmableTrait;
......
......@@ -11,7 +11,7 @@
namespace App\Http\Controllers\V1;
use App\Services\ZhenKhService;
use App\Services\ThirdPlatform\ZhenKhService;
use Illuminate\Http\Request;
use Jiannei\Response\Laravel\Support\Facades\Response;
use App\Http\Controllers\V1\Controller;
......
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