How does jssdk support multiple official accounts in (php) weixin?

problem description

the php jssdk package provided by Wechat officially can only correspond to one official account. If you want him to support multiple official accounts, how to modify it and how to implement it?

Php
Jul.03,2021

associate the token appid uid creation table, then use token or uid to find the corresponding configuration information, and then use this configuration information to generate the corresponding key access_token


. If there is a domain name restriction, jssdk can only be under the domain name you set, but not if you change the domain name.

Menu