vd/tests/MongoTest.php
2019-04-24 14:13:23 +08:00

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