SingleCancel.php 307 B

12345678910111213141516
  1. <?php
  2. use Volc\Service\Notify;
  3. require('../../../vendor/autoload.php');
  4. require('../../src/Service/Notify.php');
  5. $client = Notify::getInstance();
  6. $client->setAccessKey("your ak");
  7. $client->setSecretKey("your sk");
  8. $response = $client->SingleCancel('9b39e17fb12444c78f20d6551469a6e3');
  9. echo $response;