Commit df1e73e6 by HanSon

好友数量修复

删除多余包
1 parent 604428fe
...@@ -10,9 +10,7 @@ ...@@ -10,9 +10,7 @@
], ],
"require": { "require": {
"guzzlehttp/guzzle": "^6.2", "guzzlehttp/guzzle": "^6.2",
"symfony/dom-crawler": "2.8.*|3.0.*|3.1.*",
"endroid/qrcode": "^1.7", "endroid/qrcode": "^1.7",
"symfony/css-selector": "2.8.*|3.0.*|3.1.*",
"pimple/pimple": "^3.0", "pimple/pimple": "^3.0",
"illuminate/support": "^5.3", "illuminate/support": "^5.3",
"nesbot/carbon": "^1.21", "nesbot/carbon": "^1.21",
......
...@@ -72,7 +72,6 @@ class ContactFactory ...@@ -72,7 +72,6 @@ class ContactFactory
} }
if($seq != 0){ if($seq != 0){
Console::log('seq: ' . $seq);
$this->makeContactList($seq); $this->makeContactList($seq);
} }
} }
......
...@@ -179,7 +179,7 @@ class Server ...@@ -179,7 +179,7 @@ class Server
$domainList = [ $domainList = [
'wx2.qq.com' => ['file.wx2.qq.com', 'webpush.wx2.qq.com'], 'wx2.qq.com' => ['file.wx2.qq.com', 'webpush.wx2.qq.com'],
'wx8.qq.com' => ['file.wx8.qq.com', 'webpush.wx8.qq.com'], 'wx8.qq.com' => ['file.wx8.qq.com', 'webpush.wx8.qq.com'],
'qq.com' => ['file.wx.qq.com', 'webpush.wx.qq.com'], 'wx.qq.com' => ['file.wx.qq.com', 'webpush.wx.qq.com'],
'web2.wechat.com' => ['file.web2.wechat.com', 'webpushweb2.wechat.com'], 'web2.wechat.com' => ['file.web2.wechat.com', 'webpushweb2.wechat.com'],
'wechat.com' => ['file.web.wechat.com', 'webpushweb.web.wechat.com'], 'wechat.com' => ['file.web.wechat.com', 'webpushweb.web.wechat.com'],
]; ];
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!