We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Call to a member function isAvailable() on null
The text was updated successfully, but these errors were encountered:
是否有具体的调用示例 已经错误traceback
Sorry, something went wrong.
php8 会出现这个
php8
$auth = new YS7Auth($appKey, $appSecret); $client = new YS7Client($auth); $client->device->add($deviceSerial, $validateCode);
有traceback吗 简单看了一下 如果构造函数不传auth或者auth中途被设为空了 才可能出现这个错误 可以尝试断点调试一下
No branches or pull requests
Call to a member function isAvailable() on null
The text was updated successfully, but these errors were encountered: