mirror of
https://github.com/w7corp/easywechat.git
synced 2025-01-22 19:52:10 +00:00
Updated 多帐号接入 (markdown)
parent
745822e24d
commit
7ff123bf23
32
多帐号接入.md
32
多帐号接入.md
@ -1,22 +1,16 @@
|
|||||||
如果你想使用本项目接入多个公众号,在本程序中,您可以为每个帐号都设置一个id,此id对应了该帐号的appid、token等信息。
|
如果你想使用本项目接入多个公众号,在本程序中,您可以为每个帐号都设置一个id,此id对应了该帐号的appid、token等信息。
|
||||||
如下表
|
如下表
|
||||||
<table>
|
|
||||||
<tr>
|
|
||||||
<td>id</td>
|
|
||||||
<td>appid</td>
|
|
||||||
<td>token</td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td>1</td>
|
|
||||||
<td>appid1</td>
|
|
||||||
<td>token1</td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td>2</td>
|
|
||||||
<td>appid2</td>
|
|
||||||
<td>token2</td>
|
|
||||||
</tr>
|
|
||||||
</table>
|
|
||||||
|
|
||||||
在微信公众平台的设置中,您可以将您帐号中平台的url设置为 您的网址/?id=xxx,如 http://www.example.com/wechat?id=xxx
|
| id | appId | secret | 其它... |
|
||||||
而在程序入口处,根据id查找对应帐号的appid和token,传入'Overtrue\Wechat\Server',完成初始化
|
| --- | --- | --- | --- |
|
||||||
|
| 1 | `wx3cf0f39249eb0e60` | `f28f735d4f1c242f4687abb469072a29` | ... |
|
||||||
|
| 2 | `wx49eb0e63cf0f39s2` | `8f735d4687abb469f1c2422a29f4f207` | ... |
|
||||||
|
| N | `wx5cfeb0e60f392490` | `35f8f27d46f1c242f487a9072a29bb46` | ... |
|
||||||
|
|
||||||
|
在微信公众平台的设置中,您可以将您帐号中平台的 `url` 设置为 `您的网址/?id=xxx`,如:
|
||||||
|
|
||||||
|
```
|
||||||
|
http://www.example.com/wechat?id=1
|
||||||
|
```
|
||||||
|
|
||||||
|
而在程序入口处,根据 `id` 查找对应帐号的 `appid` 和 其它信息, 传入 'Overtrue\Wechat\Server',完成初始化。
|
Loading…
Reference in New Issue
Block a user