Browse Source

test打印结果

ccb_pay2
yangrz 4 years ago
parent
commit
776348d7e0
  1. 3
      test/Cases/CCBTest.php

3
test/Cases/CCBTest.php

@ -94,6 +94,7 @@ class CCBTest extends HttpTestCase
public function testCreateCcbPayment()
{
$ccb = ApplicationContext::getContainer()->get(CcbPaymentService::class);
$ccb->createCcbPayment('415142026151948289', 193155);
$resul = $ccb->createCcbPayment('415142026151948289', 193155);
var_export($resul);
}
}
Loading…
Cancel
Save