|
@@ -100,7 +100,12 @@ class TestCardNo extends TestCase
|
|
|
{
|
|
|
$card_no = 14761582181;
|
|
|
$card_type = mtopcard\card_type($card_no,$region);
|
|
|
+ }
|
|
|
|
|
|
+ public function testQueryCardInfoEx()
|
|
|
+ {
|
|
|
+ $query = new mtopcard\open_query();
|
|
|
+ [$succ, $ret] = $query->validate('14761582181');
|
|
|
}
|
|
|
|
|
|
public function testLoop_order()
|