Quick start of wechat applet development
Quick start of wechat applet development
Due to the needs of students' work, I recently tried to develop wechat applets with the help of some reference books. The main content of this paper is my own experience on the development of specified types of wechat applets in the process of wechat applets development recently.
1.0 Basics
Wechat app ...
Added by jvalarta on Tue, 26 Oct 2021 08:44:18 +0300
uniapp small program sends template messages through official account.
One difficulty of this function is how to connect the official account information with the small program so that the information can be given to him. There are two ways to achieve this official account. The first official account official account: through unionId, the openid of the small program and the openid of the official account are diffe ...
Added by wafawj on Tue, 26 Oct 2021 05:21:26 +0300
Applet · subscription message
1. Get template ID Manually configure and obtain the template ID on wechat public platform: Sign in Obtain a template. If there is no suitable template, you can apply to add a new template, which can be used after approval.
2. Obtain distribution permission See applet side message subscription interface wx.requestSubscribeMessage for details ...
Added by didgydont on Wed, 13 Oct 2021 03:12:00 +0300
The applet uses web view to interact with H5
The H5 web page is embedded in the applet using the web view. The web view can be displayed in the applet by setting the src attribute to specify the web page. A page can only have one web view, and the whole applet page will be covered automatically.
Official web view documentation: Web view | wechat open document wechat developer platform do ...
Added by dub on Tue, 12 Oct 2021 01:03:20 +0300
helloworld of the uniapp project
Uni app official website
Now read it roughly on the official website to understand some of its concepts and grammatical rules.
Then let's create a uniapp project. The development software we need is Hbuilder and wechat developer tools
Double click Hbuilder to open and create a uni app project
This is the default project st ...
Added by PerfecTiion on Mon, 11 Oct 2021 04:32:44 +0300
Operation and maintenance monitoring series (15) - Alertmanager adds 163 mailbox, nail and wechat alarm notification functions
Mailbox 163
The alarm notification can be sent by mail. Then, in the previous document, we configured the sending email alarm method.
1. Set 163 mailbox
To send mail, you need an smtp mail server. First, you need to set Netease mailbox.
First log in to mailbox 163 and enter the mailbox center settings. Then start POP3/SMTP service, where yo ...
Added by help_needed on Fri, 24 Sep 2021 14:52:46 +0300
Page communication mode of wechat applet
1, Foreword
Tip: in wechat applet, the communication mode between pages is very important, and there are many communication modes, among which the simplest one is the parameter transfer * * (/ pages?event = 'xxx') * *, as well as more complex parameter transfer methods and more complex values. The following are several common communicati ...
Added by pgsjoe on Fri, 24 Sep 2021 13:38:36 +0300