WeChat public account menu configuration

不言
Release: 2018-06-23 16:02:23
Original
3030 people have browsed it

This article mainly introduces relevant information on the detailed explanation of WeChat public account menu configuration WeChat applet examples. Friends in need can refer to it

The prerequisite is that your public account version has a small program

First: Direct configuration
WeChat public account menu configuration

Second: Code configuration

1. Enter online Interface debugging tool
WeChat public account menu configuration
2. Select the custom menu
WeChat public account menu configuration

The menu body is in json format:

{
  "button": [
    {
      "type": "miniprogram", 
      "name": "合作", 
      "url": "http://form.mikecrm.com/2xb9aT", 
      "appid": "wx9505d4924d1948e7", 
      "pagepath": "pages/index/index"
    }
  ]
}
Copy after login

Click Just check the problem.

The above is the entire content of this article. I hope it will be helpful to everyone's study. For more related content, please pay attention to the PHP Chinese website!

Related recommendations:

One-click login for WeChat mini program development Get the implementation of session_key and openid

WeChat applet Introduction to page jump parameters

The above is the detailed content of WeChat public account menu configuration. For more information, please follow other related articles on the PHP Chinese website!

Related labels:
source:php.cn
Statement of this Website
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template