github.com/haizibinbin/maytapi
源代码
问题
安装: 165
依赖项: 0
建议者: 0
安全: 0
星星: 1
关注者: 2
分支: 0
开放问题: 0
Requires
Requires (Dev)
None
Suggests
Provides
Conflicts
Replaces
MIT db537535c2e5aaf91c14306b8c7dbd100643f368
This package is auto-updated.
Last update: 2024-09-05 10:41:47 UTC
<?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);