get_devices_example.php 176 B

123456
  1. <?php
  2. require __DIR__ . '/../config.php';
  3. // 获取指定设备的 Mobile,Alias,Tags 等信息
  4. $response = $client->device()->getDevices($registration_id);
  5. print_r($response);