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
您好,我正在尝试配置使用Web Push的功能; 在send_webpush_message.py,我看到有三个配置项提示我配置
Web Push
app_id_at = "Your android application's app id" app_secret_at = "Your android application's app secret" app_id_push = "Your Web application' app id "
我能在开发者网站上找到我项目的app_id,于是我用这个id配置了 app_id_at 和app_id_push . 但运行程序后返回状态码400。 请问是因为我没有配置app_secret_at导致的吗? 可是我找不到在那里获取 app_secret_at 。
app_id_at
app_id_push
app_secret_at
能给我一些指导吗, 到底需要怎么配置, 才能正常和华为Push服务器通信呢 ? 谢谢
The text was updated successfully, but these errors were encountered:
No branches or pull requests
您好,我正在尝试配置使用
Web Push
的功能;在send_webpush_message.py,我看到有三个配置项提示我配置
我能在开发者网站上找到我项目的app_id,于是我用这个id配置了
app_id_at
和app_id_push
. 但运行程序后返回状态码400。请问是因为我没有配置
app_secret_at
导致的吗? 可是我找不到在那里获取app_secret_at
。能给我一些指导吗, 到底需要怎么配置, 才能正常和华为Push服务器通信呢 ? 谢谢
The text was updated successfully, but these errors were encountered: