mirror of
https://github.com/w7corp/easywechat.git
synced 2025-01-22 03:22:10 +00:00
Page:
多帐号接入
This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
如果你想使用本项目接入多个公众号,在本程序中,您可以为每个帐号都设置一个id,此id对应了该帐号的appid、token等信息。 如下表
id | appId | secret | 其它... |
---|---|---|---|
1 | wx3cf0f39xxxxxxxxx |
f28f735d4f1c242f4687abb469072a29 |
... |
2 | wx49eb0e6xxxxxxxxx |
8f735d4687abb469f1c2422a29f4f207 |
... |
N | wx5cfeb0exxxxxxxxx |
35f8f27d46f1c242f487a9072a29bb46 |
... |
在微信公众平台的设置中,您可以将您帐号中平台的 url
设置为 您的网址/{ID}
,如:
http://www.example.com/wechat/{id}
//example:
http://www.example.com/wechat/1
http://www.example.com/wechat/2
在程序入口处,根据 id
查找对应帐号的 appid
和 其它信息, 传入 'Overtrue\Wechat\Server',完成初始化。
中文版 English
目录
English 中文版
Table of Contents
Laravel 5 版: overtrue/laravel-wechat
可能由于微信的接口调整导致某些接口不能正常使用,请及时给我反馈,谢谢!https://github.com/overtrue/wechat/issues