Skip to content

Commit

Permalink
修复push uri
Browse files Browse the repository at this point in the history
  • Loading branch information
Hanson committed Mar 27, 2017
1 parent eb60ba2 commit 02416b6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Core/Server.php
Original file line number Diff line number Diff line change
Expand Up @@ -212,8 +212,8 @@ protected function waitForLogin()
'wx2.qq.com' => ['file.wx2.qq.com', 'webpush.wx2.qq.com'],
'wx8.qq.com' => ['file.wx8.qq.com', 'webpush.wx8.qq.com'],
'wx.qq.com' => ['file.wx.qq.com', 'webpush.wx.qq.com'],
'web2.wechat.com' => ['file.web2.wechat.com', 'webpushweb2.wechat.com'],
'web.wechat.com' => ['file.web.wechat.com', 'webpushweb.web.wechat.com'],
'web2.wechat.com' => ['file.web2.wechat.com', 'webpush2.wechat.com'],
'web.wechat.com' => ['file.web.wechat.com', 'webpush.web.wechat.com'],
];
$url = 'https://%s/cgi-bin/mmwebwx-bin';
foreach ($domainList as $domain => $list) {
Expand Down

0 comments on commit 02416b6

Please sign in to comment.