|
|
|
@@ -1,14 +1,10 @@ |
|
|
|
<?php |
|
|
|
|
|
|
|
namespace App\Http\API\SMBC; |
|
|
|
namespace App\Http\API\SMBC\BankAccountRegister; |
|
|
|
|
|
|
|
use App\Codes\EnvironmentName; |
|
|
|
use App\Util\EncodingUtil; |
|
|
|
use Exception; |
|
|
|
use Illuminate\Support\Arr; |
|
|
|
use Illuminate\Support\Carbon; |
|
|
|
use Illuminate\Support\Collection; |
|
|
|
use Illuminate\Support\Facades\Http; |
|
|
|
use Illuminate\Support\Str; |
|
|
|
|
|
|
|
class PollResult |
|
|
|
|