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.

MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b3e724-4099f.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b3e724-4099f.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?