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
通过tws.get('/version')获取版本信息,返回如下错误:
tws.get('/version')
BadGatewayError: <html> <head><title>502 Bad Gateway</title></head> <body> <center><h1>502 Bad Gateway</h1></center> <hr><center>nginx</center> </body> </html> ```
The text was updated successfully, but these errors were encountered:
请注意host的填写是否正确、 文档的地址写错了。
var client = new Client({ appId: teambitionConfig.appId, appSecrets: [teambitionConfig.appSecrets], host: "https://open.teambition.com/api", }); console.log(client.signAppToken());
Sorry, something went wrong.
No branches or pull requests
通过
tws.get('/version')
获取版本信息,返回如下错误:The text was updated successfully, but these errors were encountered: