- Use the version number of the WeChat installation package provided in the download link.
- The provided download link is official. If unsure, you can search and install the official installation package of this version.
(Some Windows computers may report viruses, this is a problem with the way the exe is packaged, if you are not sure that you can use another way to start)
At this stage, the setup is complete.
Each WeChat instance initiated on a port represents a separate account. After logging into the initial account, modify the port, then initiate multiple accounts. For capable configurations, countless accounts can be activated.
Best practice: Limit login to 1-3 accounts per device.
For CMD interface testing commands, copy the command and execute it in a CMD window. The execution result is as shown in the figure below.
curl --location --request POST "http://127.0.0.1:8888/api/" --header "Content-Type: application/json" --data-raw "{ \"type\": 28 }"
Employ familiar API invoking software such as Postman, Apifox, etc., and refer to the documentation for interface invocation.API docs