DemoRiskResult.php 329 B

1234567891011121314
  1. <?php
  2. require('../../vendor/autoload.php');
  3. use Volc\Service\GameProduct;
  4. $client = GameProduct::getInstance();
  5. // call below method if you dont set ak and sk in ~/.volc/config
  6. $client->setAccessKey("ak");
  7. $client->setSecretKey("sk");
  8. $response = $client->riskResult(218745, 1618502400, 1618545491, 10, 1);
  9. echo $response;