//新增测试用
This commit is contained in:
parent
2df846fe14
commit
c9d4077fa8
20
tests/MongoTblCardTest.php
Normal file
20
tests/MongoTblCardTest.php
Normal file
@ -0,0 +1,20 @@
|
||||
<?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);
|
Loading…
x
Reference in New Issue
Block a user