playground.php 344 B

12345678910111213141516
  1. <?php
  2. /**
  3. * 测试脚本
  4. * @author solu
  5. */
  6. ini_set("display_errors", "On");
  7. set_time_limit(0);
  8. error_reporting(E_ALL & ~E_NOTICE);
  9. $st = microtime(true);
  10. require_once realpath(dirname(__FILE__)) . '/../common.php';
  11. $info = Eos::getTransaction2('5118a30f2968c01be40f23ceee90e8b0c3127cd0aa9a78881e772d6c96faf353', 0);
  12. var_dump($info);exit;