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

@ -1,6 +1,6 @@
<?php
namespace App\Service;
namespace App\Service\Api;
use App\Const\RedisConst;
use App\Tools\Tools;

View File

@ -1,5 +1,5 @@
<?php
namespace App\Service;
namespace App\Service\Api;
use App\Const\Im;
use App\Exceptions\AppException;

View File

@ -1,6 +1,6 @@
<?php
namespace App\Service;
namespace App\Service\Api;
use App\Const\Responses;

View File

@ -1,6 +1,6 @@
<?php
namespace App\Service;
namespace App\Service\Api;
use App\Thrid\Sms\Movider\Movider;
use App\Thrid\Sms\SmsInterface;

View File

@ -1,12 +1,10 @@
<?php
namespace App\Service;
namespace App\Service\Api;
use App\Const\RedisConst;
use App\Const\VrCode;
use App\Exceptions\AppException;
use App\Tools\Tools;
use Illuminate\Support\Carbon;
use Illuminate\Support\Env;
use Illuminate\Support\Facades\Redis;

View File

@ -1,6 +1,6 @@
<?php
namespace App\Service\Coin\Tron;
namespace App\Service\Wallet\Coin\Tron;
use App\Bean\Model\Wallet\Wallet\WalletAddressTransactionBean;
use App\Bean\Queue\Wallet\QueueEventBean;

View File

@ -1,6 +1,6 @@
<?php
namespace App\Service;
namespace App\Service\Wallet;
use App\Bean\Queue\Wallet\QueueWalletPlatformTransactionBean;
use App\Exceptions\QueueException;

View File

@ -1,5 +1,5 @@
<?php
namespace App\Service;
namespace App\Service\Wallet;
use App\Bean\Queue\Wallet\QueueWalletPlatformTransactionBean;
use App\Bean\Queue\Wallet\QueueWalletPlatformWithdrawTransferBean;