Home > Article > WeChat Applet > How to use interface configuration? Summary of interface configuration example usage
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. Detailed introduction to cold knowledge about WeChat development (picture)
Introduction: The pre-work for the development of WeChat public platform is as shown in the figure, URL (network link for signature verification), Token, JS interface security domain is required, and URL and Token are required. Before configuring them, the signature verification code must be uploaded to your development server. Otherwise, no matter how you submit the interface configuration information, it will only prompt that the configuration failed. . The URL mentioned earlier is the network path to access the signature verification code, such as (http://huanxiteng.cn/wxsignature.php); the signature code is opened on WeChat...
2. .net method of developing WeChat public platform
##Introduction: The public platform information interface is for developers Provides a new message processing method. Only after applying to become a developer can you use the development functions of the public platform. Here you need to fill in a URL and a Token. These two pieces of information also require you to have your own server (outside Web server) resource, the Token can be filled in by the developer arbitrarily, and the URL is the link address of the interface configuration information,
3. nginx learning record--installation and forwarding to tomcat
Introduction:: nginx learning record--installation and forwarding to tomcat: I haven’t blogged for a while because I have taken on several projects and it is near the end of the term. I have to prepare for the exam and I am quite busy. Recently, the project has been launched. The project is mainly about WeChat smart hardware management, so it requires two servers. One is used to process the messages uploaded by WeChat, and the other is used to process the messages uploaded by smart devices, so I built two servers. Tomcat, however, WeChat’s URL interface configuration can only use port 80. Two tomcats cannot occupy port 80 at the same time. After searching for information, I found that nginx can forward to the specified port, so I learned some. 1. Download the nginx official website download (used here
4. WeChat Public Account Development Tutorial Part 3 - Development Mode Activation and Interface Configuration
Introduction: WeChat Public Account Development Tutorial Part 3 - Development Mode Enablement and Interface Configuration. After successfully applying for a WeChat public account in edit mode and development mode, if you want to receive and process user requests, you must configure it in the advanced functions. Click Advanced Functions and click See the following boundary
5. Several common payment functions implemented in PHP_PHP tutorial
Introduction: PHP Several common payment function implementations. Several common payment function implementations in PHP 1. PHP implementation of Alipay payment Alipay payment has now occupied most of the market, so learning Alipay interface configuration is very
6. WeChat Public Account Development Tutorial Part 3 - Development Mode Activation and Interface Configuration
Introduction: WeChat Public Account Development Tutorial Part 3 Chapter - Development mode activation and interface configuration. After the editing mode and development mode WeChat public account is successfully applied, if you want to receive and process user requests, you must configure it in the advanced function. Click the advanced function and you will see the following interface
7. Several common payment functions implemented in PHP
Introduction: Several common payment functions implemented in PHP. Implementation of several common payment functions in PHP 1. PHP implements the function of Alipay payment. Alipay payment has now occupied most of the market, so it is very
8 to learn the Alipay interface configuration. Cisco PIX 515E multi-interface configuration case
Introduction: A company uses PIX 515 to connect to the Internet, and the ISP assigns the company an address: 218.1.1.1 ~ 218.1. 1.254. The network administrator decided to place a Web Server in the DMZ zone, requiring the Inside network to access its web service, and publish it to the internet using the address 218.1.1.3. e bt4 crack wireless
9. How to debug WeChat development?
Introduction: Today I used tunnel for intranet penetration to do WeChat interface configuration information access operation. Various log record information returned correctly, but it kept prompting that the configuration failed, and directly returned to echostr. No, is it because the WeChat server blocks the authentication of the tunnel domain name? How do you cooperate with WeChat developers in debugging?
10. WeChat interface configuration token verification failed.
Introduction: After I applied for an account at Sina sae, I created an application as a test WeChat interface. The codes are all from the official tutorials, but after submitting the server configuration Sometimes either the connection fails or the token verification fails. I confirm that the address and token are not filled in incorrectly, but I really can't find the reason. {Code....
[Related Q&A recommendations]:
node.js - Valid request returns null value problem
php - WeChat interface configuration token verification failed.
php - How to debug WeChat development?
The above is the detailed content of How to use interface configuration? Summary of interface configuration example usage. For more information, please follow other related articles on the PHP Chinese website!