Home  >  Article  >  WeChat Applet  >  Solution to the problem "65305 The number of personalized menus is limited" when creating a personalized menu on WeChat public account

Solution to the problem "65305 The number of personalized menus is limited" when creating a personalized menu on WeChat public account

PHPz
PHPzOriginal
2017-03-18 17:45:244094browse

Solution to the report "65305 The number of personalized menus is limited" when creating a personalized menu on WeChat public account

It has been successfully created many times before, but when it was created this time, it reported "65305 The number of personalized menus is limited". What is the reason for this?

Get the existing menu through Custom menu query interfaceI found that I created several identical menus. It turns out that each time I create one, I don't overwrite the same menu, but create a new one.

There are many same menus, but the menu_id is different, so just call the Custom menu deletion interface to delete all the menus, and then recreate them.

Summary: Before creating a personalized menu, please delete the same menu first.

The above is the detailed content of Solution to the problem "65305 The number of personalized menus is limited" when creating a personalized menu on WeChat public account. For more information, please follow other related articles on the PHP Chinese website!

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn