We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bad36ce commit 9ce723eCopy full SHA for 9ce723e
README.md
@@ -34,7 +34,7 @@ onMounted(() => {
34
var connection = new Push({
35
url: 'ws://127.0.0.1:3131', // websocket地址
36
app_key: '<app_key,在config/plugin/webman/push/app.php里获取>',
37
- auth: '/plugin/webman/push/auth' // 订阅鉴权(仅限于私有频道)
+ auth: 'https://你的域名.com/plugin/webman/push/auth' // 订阅鉴权(仅限于私有频道)
38
});
39
40
// 假设用户uid为1
0 commit comments