Home  >  Article  >  WeChat Applet  >  7 recommended articles about WeChat development tools

7 recommended articles about WeChat development tools

黄舟
黄舟Original
2017-06-12 10:22:331770browse

Pre-work for the development of WeChat public platform The pre-work for WeChat development is as shown in the figure. URL (network link for signature verification), Token, and JS interface security domain are required, and URL and Token are required. , and before configuring them, you must first upload the signature verification code to your development server, otherwise no matter how you submit the interface configuration information, it will only prompt a configuration failure. The URL mentioned earlier is the network path to access the signature verification code. The signed code is provided in WeChat development documents: WeChat signature verification code is debugged using WeChat development tools. You need to add the developer WeChat ID to the list of developer test accounts. If the project you need to debug requires authorization operations, then you must Log in to the WeChat public platform you currently belong to and add your WeChat account to the list of becoming a developer test account. Add to developer test account list 1.0 Add to developer test account list 1.1 If you do not perform this operation, you cannot debug on the WeChat development tool: Paste_Image.png When calling JSAPI payment on the WeChat web page, you must first place an order in a unified manner, and the order is successfully placed. The corresponding json will be returned: Paste_Image.png After the unified order is successfully placed

1. How to use the interface configuration? Summary of interface configuration example usage

7 recommended articles about WeChat development tools

Introduction: Pre-work for WeChat public platform development Pre-work for WeChat development As shown in the working figure, URL (network link for signature verification), Token, and JS interface security domain are required, and URL and Token are required. Before configuring them, the signature verification code must be uploaded to In your development server, otherwise no matter how you submit the interface configuration information, it will only prompt a configuration failure. The URL mentioned earlier is the network path to access the signature verification code. The signed code WeChat development document is provided: WeChat signature verification code is debugged using WeChat development tools, and the developer WeChat needs to be added...

2. 10 about wxss Recommended article

7 recommended articles about WeChat development tools

Introduction: I use vscode directly for the editor (the same applies to other editors, and the preview is still WeChat development tools used), set wxml to html for syntax highlighting, and set wxss to css"files.associations": {  "*.wxss": "css",   ;"*.wxml":&a

3. Summary of an example of the WeChat development process

7 recommended articles about WeChat development tools

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

4. WeChat Development Pitfall Post Request

7 recommended articles about WeChat development tools

##Introduction: 1. Post request wx.request(OBJECT) wx.request initiates an HTTPS request. A WeChat applet can only have 5 network request connections at the same time. The official website describes WeChat applet example. This request GET method is OK, and the header does not need to be added. But POST has a bigger problem. I use the following code for debugging (Code 1): Pay attention to the picture below, the prompt in the WeChat development tool: POST request will put the value of data in Request Pa...

5 . WeChat Mini Program Development Weekly Summary

7 recommended articles about WeChat development tools

##Introduction: The following is a Weekly Summary of WeChat Mini Program Development , I hope it will be helpful to the students of php Chinese website. 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

6.

Introduction to WeChat web developer tools

7 recommended articles about WeChat development tools

Introduction: I recently needed to connect a web page to a WeChat enterprise account. I had never been exposed to WeChat development before, and I didn’t know how to debug it at first. Later, a colleague introduced me to use the "WeChat web developer tool", so I started using the "WeChat web developer tool" online. I bought one and used it for a while, and it worked really well. It not only supports Android and IOS but can also debug Hybrid APP applications. Of course, you can also use Google's developer tools to debug Hybrid applications.

7. Detailed explanation of EgretWing link WeChat development tool debugging issues

7 recommended articles about WeChat development tools

Introduction: This article explains in detail the EgretWing link WeChat development tool debugging issue

[Related Q&A recommendations]:

html5 - Is css @keyframes not supported on QQ or WeChat?

node.js - WeChat applet background apache reverse proxy nodejs, when uploading invalid files, returns an error response?

javascript - Picture display of WeChat applet

javascript - Web page event trigger point shift

The above is the detailed content of 7 recommended articles about WeChat development tools. 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