//新增测试用

This commit is contained in:
zhouhq@fxft.net 2020-04-26 09:30:15 +08:00
parent 2df846fe14
commit c9d4077fa8

View 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);