vd/tests/MongoTblCardTest.php
2020-04-26 09:30:15 +08:00

21 lines
298 B
PHP

<?php
use App\Domains\Card\Services\CardService;
require_once realpath(dirname(__FILE__) . '/TestCase.php');
$simArray = [
1440048320107,
1440048320150,
1440048320151,
1440048320272,
1440048320274,
1440048320277,
];
//print_r(1111);exit;
$res = CardService::getMongoCardList();
dd($res);