What is WeChat authentication? Summary of how to use WeChat authentication

伊谢尔伦
Release: 2017-06-11 10:27:25
Original
2969 people have browsed it

This article mainly provides a detailed analysis of the .Net code for the certification of "becoming a developer" in the development of WeChat public platform. Interested friends can refer to .Net to realize the certification of WeChat public service platform development, and the certification becomes a developer. Or, the specific content is as follows. These codes will be used once when starting the authentication, and will not be used in the future: const string Token = "XXXXX";//your token protected void Page_Load(object sender, EventArgs e) { string postStr = ""; if (Request.HttpMethod.ToL

1. .Net development WeChat public platform certification "become a developer" example detailed explanation

What is WeChat authentication? Summary of how to use WeChat authentication

Introduction: This article mainly provides a detailed analysis of the WeChat public platform development certification "Become a Developer".Net code. Interested friends can refer to it. Just

2. WeChat applet debugging

What is WeChat authentication? Summary of how to use WeChat authentication

##Introduction: The WeChat mini program has been launched for a long time. I have recently started to have time to tinker with it. Since I have never written any front-end code, this blog post also summarizes my own exploration and research process. I hope it will be helpful to students like me who have zero front-end experience. Helpful. 1. The environmental mini program release process is as follows: 1.1 WeChat authentication has different registration requirements according to different needs of users: Enterprise developers, who have relevant information about enterprise registration, can afford the 500 registration fee in order for the mini program to be released online. ; The company doesn’t pay programmers, has company registration information, and doesn’t want to pay the fee,...

3. How to use WeChat development store to jump to the WeChat product page interface

What is WeChat authentication? Summary of how to use WeChat authentication

Introduction: The WeChat store interface must be authorized by a service account certified by WeChat before it can be called. Subscription account No permission. WeChat store jumps to WeChat product page interface wx.openProductSpecificView({ productId: '', // Product id viewType: '' // 0. Default value, ordinary product details page 1. Scan product details page 2 . Store product details page});

4. Practical WeChat Mini Program Development teaches you step by step how to develop a running WeChat Mini Program

What is WeChat authentication? Summary of how to use WeChat authentication

Introduction: 1. Preparation 1. To register a mini program account, you must use an email address that has not registered a public account. 2. During the registration process. There are a lot of certifications required, which are quite cumbersome. If you are only developing and testing for the time being, without review or release, you only need to fill in the business license number. There is no need to complete the WeChat certification. 3. After registering the account, log in and go to the homepage. Click Settings in the list on the left, and then select Development Settings in the settings page to see the AppID, which is used to log in to the development tools. Main page settings page 2. Development tools can be downloaded from the official website. Download the development tools editing page_chinaz_.

5. php development tool PHP WeChat development template message reply

Introduction: php development tool: php development tool PHP WeChat Developed template message reply: On the WeChat public platform, there is a template message reply interface: it can be used to reply to specific messages - for example, after the user places an order, reply to the user that your order is being processed... For example, in the picture below: After the user performs some operations, the service account can return a specific message - this is the template message. To reply to template messages, your public account must be authenticated by WeChat. If it is a personal subscription account, WeChat authentication is not supported for the time being. However, it does not affect the testing ----- you can use the test public account: when using the test account, the configuration of the interface information is not mentioned

6. php development Why can’t WeChat authenticated subscription account use session

Introduction: The same code can be used in uncertified subscription accounts, but it will be useless if it is put into the session in a certified subscription account. It has been specially debugged, and the output of the debugging software on the public platform is correct. information, but it is wrong when using the mobile phone. I can’t find the reason. Please help me.

[Related Q&A recommendations]:

python - WeChat: When a user clicks on a link or image, will an event be pushed to the server? If so, how to capture it?

The above is the detailed content of What is WeChat authentication? Summary of how to use WeChat authentication. For more information, please follow other related articles on the PHP Chinese website!

source:php.cn
Statement of this Website
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!