14 lines
211 B
PHP
14 lines
211 B
PHP
<?php
|
|
|
|
use App\Domains\Card\Services\CardService;
|
|
|
|
require_once realpath(dirname(__FILE__) . '/TestCase.php');
|
|
|
|
$simArray = [
|
|
'1440418268370'
|
|
];
|
|
|
|
$res = CardService::getMongoCardsInfo($simArray);
|
|
|
|
dd($res);
|