hbb/maytapi

v1.0.9 2024-07-05 10:15 UTC

This package is auto-updated.

Last update: 2024-09-05 10:41:47 UTC


README

用法

<?php

require_once 'vendor/autoload.php';

$product_id = 'xxxxxxxxxx';
$token = 'xxxxxxxxxx';
$phone_id = 'xxxxxx';
$maytapi = new \Hbb\Maytapi\Maytapi($product_id, $token);
$data = $maytapi->status($phone_id);
print_r($data);