vd/tests/MongoTest.php
2019-04-22 10:49:13 +08:00

14 lines
211 B
PHP

<?php
use App\Domains\Card\Services\CardService;
require_once realpath(dirname(__FILE__) . '/TestCase.php');
$simArray = [
'1064917585595'
];
$res = CardService::getMongoCardsInfo($simArray);
dd($res);