Home  >  Article  >  WeChat Applet  >  10 recommended articles about developer mode

10 recommended articles about developer mode

零下一度
零下一度Original
2017-06-11 09:25:322092browse

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. Token can be filled in by developers and used to generate signatures (the Token will be compared with the Token contained in the interface URL to verify security). EncodingAESKey is manually filled in by the developer or randomly generated, and will be used as the message body encryption and decryption key. At the same time, developers can choose message encryption and decryption methods: plaintext mode, compatibility mode and security mode. The mode selection and server configuration will take effect immediately after submission. Developers are advised to fill in and select carefully. The default state of encryption and decryption is plain text mode. To select compatibility mode and security mode, you need to configure the phase in advance

1. Developer mode of WeChat development

10 recommended articles about developer mode

Introduction: 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. Token can be filled in by developers and used to generate signatures (the Token will be compared with the Token contained in the interface URL to verify security). EncodingAESKey is manually filled in by the developer or randomly generated, and will be used as the message body encryption and decryption key.

2. A preliminary study on the development of WeChat development platform

10 recommended articles about developer mode

##Introduction: WeChat and the open platform that followed WeChat have become really popular recently. I have always wanted to try out a WeChat platform. I recently had a good idea and wanted to implement it as soon as possible. Fortunately, WeChat does not require any UI or other design, it only needs to show the logic. In fact, if the WeChat public platform is only used as a platform for publishing information, that is, in "editing mode", there is actually no need to type code. It’s just that in developer mode, developers need to design certain logic and code to achieve specific functions. Next, let’s talk about the start of development:

3. WeChat becomes Developer Mode

10 recommended articles about developer mode

Introduction: How to import the project into the IDE and start the reference article. In this article you will learn: 1 , How to develop and debug WeChat public accounts 2. How to enable developer mode 3. Possible problems 4. How weixinguide becomes developer mode source code interpretation How to develop and debug WeChat public accounts 1. Local debugging requires port mapping to the external network. What are the tools? Recommend ngrok, QQ browser 2, ngr...

4. php WeChat public account development model detailed description

10 recommended articles about developer mode

Introduction: This article mainly introduces the PHP WeChat public account developer model, which achieves more interactions with WeChat following users through the backend server, and has certain For reference value, interested friends can refer to

5. C# How to enable developer mode in WeChat development

10 recommended articles about developer mode

Introduction: This article mainly introduces the steps and methods to enable developer mode in C# WeChat development. It has certain reference value. Let’s follow the editor to read it. Go ahead

6. C#WeChat Development Series-Enable Developer Mode

10 recommended articles about developer mode ##

Introduction: 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:

7. WeChat Development Processing Messages Sent by WeChat Client

10 recommended articles about developer mode

Introduction: In the previous blog post on WeChat Development (01) How to Become a Developer, we opened the WeChat developer mode. In this blog post, we simply process the messages sent by WeChat followers. News from our official account.

8. Detailed explanation of php WeChat public account development model_php example

Introduction: This article mainly introduces PHP WeChat public account developer mode achieves more interactions with WeChat following users through the backend server, which has certain reference value. Interested friends can refer to

##9 . About WeChat development mode and test account

Introduction: I have just started learning WeChat development, please help to clarify my doubts 1. WeChat public account usage modes are divided into editing modes and developer mode, the two are mutually exclusive, that is, if you enable one and the other cannot be used, my understanding is that the above two modes are distinguished by enabling and disabling the server. Enabling the other mode is the developer mode...

10. Token verification between WeChat developer mode and Sina SAE always fails

Introduction::This article The article mainly introduces the token verification failure between WeChat developer mode and Sina SAE. Students who are interested in PHP tutorials can refer to it.

[Related Q&A recommendations]:

javascript - chrome upload file fakepath appears, please solve it

javascript - How to disable F12 developer mode and improve security on bank query level web pages?

javascript - Is it possible to open the specified browser using js?

git - [gogs] I have a few questions about gogs, I would like to I would like to ask everyone, friends who have used it, please take a look at

php - WeChat developer mode

The above is the detailed content of 10 recommended articles about developer mode. 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