StopTask.php 301 B

1234567891011121314
  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->StopTask("0742e8123ada40cb9efa6b55e8fced7a");
  9. echo $response;