add service dir

This commit is contained in:
cano
2024-03-26 20:07:19 +08:00
parent 6ce37d789f
commit 01e93acdd8
20 changed files with 24 additions and 30 deletions

View File

@ -3,8 +3,7 @@
namespace App\Jobs\Wallet;
use App\Bean\Queue\Wallet\QueueEventBean;
use App\Exceptions\QueueException;
use App\Service\Coin\Tron\UsdtTrx20Service;
use App\Service\Wallet\Coin\Tron\UsdtTrx20Service;
use Illuminate\Bus\Queueable;
use Illuminate\Contracts\Queue\ShouldQueue;
use Illuminate\Foundation\Bus\Dispatchable;

View File

@ -3,7 +3,7 @@
namespace App\Jobs\Wallet;
use App\Bean\Queue\Wallet\QueueWalletBlockBean;
use App\Service\Coin\Tron\UsdtTrx20Service;
use App\Service\Wallet\Coin\Tron\UsdtTrx20Service;
use Illuminate\Bus\Queueable;
use Illuminate\Contracts\Queue\ShouldQueue;
use Illuminate\Foundation\Bus\Dispatchable;

View File

@ -3,8 +3,7 @@
namespace App\Jobs\Wallet;
use App\Bean\Queue\Wallet\QueueWalletBlockTransactionBean;
use App\Exceptions\QueueException;
use App\Service\Coin\Tron\UsdtTrx20Service;
use App\Service\Wallet\Coin\Tron\UsdtTrx20Service;
use Illuminate\Bus\Queueable;
use Illuminate\Contracts\Queue\ShouldQueue;
use Illuminate\Foundation\Bus\Dispatchable;

View File

@ -3,10 +3,9 @@
namespace App\Jobs\Wallet;
use App\Bean\Queue\Wallet\QueueWalletPlatformTransactionBean;
use App\Exceptions\QueueException;
use App\Models\Wallet\Wallet\WalletAddressTransactionModel;
use App\Service\PlatformRechargeService;
use App\Service\PlatformWithdrawService;
use App\Service\Wallet\PlatformRechargeService;
use App\Service\Wallet\PlatformWithdrawService;
use Illuminate\Bus\Queueable;
use Illuminate\Contracts\Queue\ShouldQueue;
use Illuminate\Foundation\Bus\Dispatchable;

View File

@ -3,8 +3,7 @@
namespace App\Jobs\Wallet;
use App\Bean\Queue\Wallet\QueueWalletPlatformWithdrawTransferBean;
use App\Exceptions\QueueException;
use App\Service\PlatformWithdrawService;
use App\Service\Wallet\PlatformWithdrawService;
use Illuminate\Bus\Queueable;
use Illuminate\Contracts\Queue\ShouldQueue;
use Illuminate\Foundation\Bus\Dispatchable;