add service dir
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
<?php
|
||||
|
||||
namespace App\Service;
|
||||
namespace App\Service\Api;
|
||||
|
||||
use App\Const\RedisConst;
|
||||
use App\Tools\Tools;
|
||||
@ -1,5 +1,5 @@
|
||||
<?php
|
||||
namespace App\Service;
|
||||
namespace App\Service\Api;
|
||||
|
||||
use App\Const\Im;
|
||||
use App\Exceptions\AppException;
|
||||
@ -1,6 +1,6 @@
|
||||
<?php
|
||||
|
||||
namespace App\Service;
|
||||
namespace App\Service\Api;
|
||||
|
||||
use App\Const\Responses;
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
<?php
|
||||
|
||||
namespace App\Service;
|
||||
namespace App\Service\Api;
|
||||
use App\Thrid\Sms\Movider\Movider;
|
||||
use App\Thrid\Sms\SmsInterface;
|
||||
|
||||
@ -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;
|
||||
|
||||
@ -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;
|
||||
@ -1,6 +1,6 @@
|
||||
<?php
|
||||
|
||||
namespace App\Service;
|
||||
namespace App\Service\Wallet;
|
||||
|
||||
use App\Bean\Queue\Wallet\QueueWalletPlatformTransactionBean;
|
||||
use App\Exceptions\QueueException;
|
||||
@ -1,5 +1,5 @@
|
||||
<?php
|
||||
namespace App\Service;
|
||||
namespace App\Service\Wallet;
|
||||
|
||||
use App\Bean\Queue\Wallet\QueueWalletPlatformTransactionBean;
|
||||
use App\Bean\Queue\Wallet\QueueWalletPlatformWithdrawTransferBean;
|
||||
Reference in New Issue
Block a user