Home > Article > WeChat Applet > Summary of common error messages in WeChat public account development and configuration
{"errcode":-1,"errmsg":"system error"}
Public accounts can use AppID and AppSecret to call this interface to obtain access_token. AppID and AppSecret can be obtained on the "WeChat Public Platform-Development-Basic Configuration" page (you need to be a developer and the account has no abnormal status). When calling the interface, please log in to "WeChat Public Platform - Development - Basic Configuration" to add the server IP address to the IP whitelist
in advance, and click to view the setting method, otherwise the call will not be successful.
Official website document description
{ "errcode": 40166, "errmsg": "invalid weapp appid hint: [oBXiOA0260vr24]" }
To add a WeChat applet to the custom menu, you need to correctly set the appid
of the applet.
{"errcode":-1,"errmsg":"system error"}
Public accounts can use AppID and AppSecret to call this interface to obtain access_token. AppID and AppSecret can be obtained on the "WeChat Public Platform-Development-Basic Configuration" page (you need to be a developer and the account has no abnormal status). When calling the interface, please log in to "WeChat Public Platform - Development - Basic Configuration" to add the server IP address to the IP whitelist
in advance, and click to view the setting method, otherwise the call will not be successful.
Official website document description
{ "errcode": 40166, "errmsg": "invalid weapp appid hint: [oBXiOA0260vr24]" }
To add a WeChat applet to the custom menu, you need to correctly set the appid
of the applet.
The above content is a summary of common error messages in the development and configuration of WeChat public accounts. I hope it will be helpful to everyone.
Related recommendations:
PHP code to implement the custom menu interface in WeChat public account enterprise account
Details of WeChat public account development Introducing
The above is the detailed content of Summary of common error messages in WeChat public account development and configuration. For more information, please follow other related articles on the PHP Chinese website!