2023-10-09 12:00:50 +08:00

8 lines
90 B
PHP

<?php
require 'config.php';
$response = $client->push()->getCid();
print_r($response);