
10 recommended articles about recording
WeChat jssdk recording function development record tag (space separated): Front-end 0. Requirement description Open the page in the WeChat browser and create a button. The user will start recording after pressing and holding the button, stop recording after letting go, upload the recording and save it for a long time. 1. Development process If you are developing an ordinary display page, it is no different from developing an ordinary page. However, if you want to use the recording function of the device (mobile phone) here, you need to call the recording interface of the WeChat app and use the WeChat jssdk. Using WeChat jssdk: WeChat JS-SDK documentation. First log in to the WeChat public platform and enter "...
Jun 11, 2017 am 10:06 AM
Detailed introduction to the recording function
WeChat jssdk recording function development record tag (space separated): Front-end 0. Requirement description Open the page in the WeChat browser and create a button. The user will start recording after pressing and holding the button, stop recording after letting go, upload the recording and save it for a long time. 1. Development process If you are developing an ordinary display page, it is no different from developing an ordinary page. However, if you want to use the recording function of the device (mobile phone) here, you need to call the recording interface of the WeChat app and use the WeChat jssdk. Using WeChat jssdk: WeChat JS-SDK documentation. First log in to the WeChat public platform and enter "...
Jun 11, 2017 am 10:06 AM
10 recommended articles about wxss
I use vscode directly as the editor (the same applies to other editors, and I still use WeChat development tools for preview). For syntax highlighting, set wxml to html and wxss to css. "files.associations": { "*.wxss": "css ", "*.wxml":&a
Jun 11, 2017 am 10:05 AM
10 recommended articles about events of concern
As mentioned in the previous blog post, WeChat messages can be roughly divided into two types. One is ordinary messages including text, voice, pictures, etc., and the other is the event type that this article will cover. Including: following/unfollowing events, scanning QR code events with parameters, reporting geographical location events, custom menu-related events, etc. This article explains them one by one. As mentioned in the previous article, if the WeChat server does not receive a response within 5 seconds, it will disconnect the connection and reinitiate the request, retrying three times in total. In this case, the problem arises. There is such a scenario: when a user follows a WeChat account, the current user information is obtained, and then...
Jun 11, 2017 am 09:38 AM
10 recommended articles about program publishing
The WeChat applet was released or leaked, and was brushed aside in the Internet circle. Many people are shouting that this is another great victory for HTML5, but is this really the case? As more details are revealed, we learn that WeChat mini programs are based on technologies similar to React Native. React Native is not strictly an HTML5 technology. On the mobile side, HTML5 technology is approximately equal to hyper. Its biggest feature is that it is based on the browser kernel...
Jun 11, 2017 am 09:36 AM
Detailed explanations of 10 articles on message bodies
Chapter 5 has already talked about how to handle messages sent by users. This chapter will talk about how to respond to user requests. Novices must be confused when they see this title. Don’t be confused. The interface of WeChat is just like this. When replying to pictures, music, voice, etc., we need to upload our media files to the WeChat server before we can use it. I don’t know what the considerations are for this approach, and the message body formats sent by the customer service interface and the group sending interface are actually different when replying to messages to users. It is estimated that these interfaces were not written by the same person, and the code was not unified. We loser developers can only complain. Talking about uploading...
Jun 11, 2017 am 09:28 AM
Recommended articles about message duplication
As mentioned in the previous blog post, WeChat messages can be roughly divided into two types. One is ordinary messages including text, voice, pictures, etc., and the other is the event type that this article will cover. Including: following/unfollowing events, scanning QR code events with parameters, reporting geographical location events, custom menu-related events, etc. This article explains them one by one. As mentioned in the previous article, if the WeChat server does not receive a response within 5 seconds, it will disconnect the connection and reinitiate the request, retrying three times in total. In this case, the problem arises. There is such a scenario: when a user follows a WeChat account, the current user information is obtained, and then...
Jun 11, 2017 am 09:28 AM
Share several articles on passive responses
Chapter 5 has already talked about how to handle messages sent by users. This chapter will talk about how to respond to user requests. Novices must be confused when they see this title. Don’t be confused. The interface of WeChat is just like this. When replying to pictures, music, voice, etc., we need to upload our media files to the WeChat server before we can use it. I don’t know what the considerations are for this approach, and the message body formats sent by the customer service interface and the group sending interface are actually different when replying to messages to users. It is estimated that these interfaces were not written by the same person, and the code was not unified. We loser developers can only complain. Talking about uploading...
Jun 11, 2017 am 09:27 AM
Recommended articles about passive responses
Chapter 5 has already talked about how to handle messages sent by users. This chapter will talk about how to respond to user requests. Novices must be confused when they see this title. Don’t be confused. The interface of WeChat is just like this. When replying to pictures, music, voice, etc., we need to upload our media files to the WeChat server before we can use it. I don’t know what the considerations are for this approach, and the message body formats sent by the customer service interface and the group sending interface are actually different when replying to messages to users. It is estimated that these interfaces were not written by the same person, and the code was not unified. We loser developers can only complain. Talking about uploading...
Jun 11, 2017 am 09:27 AM
10 recommended articles about developer mode
1.0 Enable developer mode ① Fill in the server configuration To enable development mode, you need to become a developer first, and you can only choose one of editing mode and development mode (enter WeChat public platform => development => basic configuration) and you can see the following interface : Click to modify the configuration, and the following interface will appear: Fill in the server address (URL), Token and EncodingAESKey, where the URL is the interface URL used by developers to receive WeChat messages and events. T...
Jun 11, 2017 am 09:25 AM
10 recommended articles about WeChat users
The WeChat interface mainly uses the WeChat authorized login interface, WeChat JSSDK sharing interface, and WeChat payment interface. First, let’s take a look at the legendary WeChat API interface document. The official website says that using the WeChat interface requires a certified service account. If you don’t have one, you can apply for a test account to experience it, but it cannot be promoted. In the instructions about the webpage authorized callback domain name The document is relatively clear. If a third-party platform is not used, you need to configure the path through which the project needs to obtain WeChat user information. Either first- or second-level domain names are acceptable. For more specific interface content, please refer to WeChat official documentation. ...
Jun 11, 2017 am 09:13 AM
Recommended 5 articles about template messages
This article mainly introduces WeChat mini programs - WeChat login, WeChat payment, and template messages. It has certain reference value and you can learn more if necessary. The WeChat public platform has quietly begun internal testing of the WeChat mini program (WeChat public account) function recently, attracting the attention of countless developers and ordinary users. The ability to pay on WeChat was launched with the release of the mini program, and its features are introduced as follows: wx .login(OBJECT) calls the interface to obtain the login credentials (code) and then exchanges the user login status information, including the user's unique identifier (openid) and the session key for this login (...
Jun 11, 2017 am 09:13 AM
5 recommended articles about cash
Welcome to leave a message and forward a series of articles on WeChat rapid development: click here. The previous articles introduced WeChat payment. Official account payment, WeChat scan code payment, card payment, WeChat payment This article will talk about the payment tools in WeChat merchants - cash red envelope cash red envelope.png Preparation work [Official Document] 1. Activate cash red envelope permission before using cash Before sending a red envelope, please go to activate the cash red envelope function. Operation path: [Log in to the WeChat Payment Merchant Platform——>Product Center——>Cash Red Envelope——>Activate]. 2. When a merchant downloads the API certificate and calls the WeChat red envelope interface, the service...
Jun 11, 2017 am 09:02 AM
10 recommended courses on translation functions
1. Introduction The previous article introduced the development of the weather forecast function of the WeChat public platform and realized the first practical application of the WeChat public platform. In the next article, we will briefly develop the WeChat translation function. For readers’ reference. 2. Idea analysis is similar to the idea of querying the weather in the previous article. First, the message sent by the user must be judged to determine whether the message contains the "translation" keyword. If it does, extract the content to be translated, and then call the open method on the network. Translation API for related translations. 3. Translation API There are many translation APIs on the analysis network. You can...
Jun 11, 2017 am 09:00 AM
Hot tools Tags

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

Video Face Swap
Swap faces in any video effortlessly with our completely free AI face swap tool!

Hot Article

Hot Tools

vc9-vc14 (32+64 bit) runtime library collection (link below)
Download the collection of runtime libraries required for phpStudy installation

VC9 32-bit
VC9 32-bit phpstudy integrated installation environment runtime library

PHP programmer toolbox full version
Programmer Toolbox v1.0 PHP Integrated Environment

VC11 32-bit
VC11 32-bit phpstudy integrated installation environment runtime library

SublimeText3 Chinese version
Chinese version, very easy to use

Hot Topics









