Home  >  Article  >  WeChat Applet  >  Summary of related articles on WeChat enterprise account development

Summary of related articles on WeChat enterprise account development

伊谢尔伦
伊谢尔伦Original
2017-06-13 10:53:261606browse

When the user clicks to the URL we set, it does not actually bring any information about the user. In order to obtain the user information, we need to use the OAUTH2.0 interface provided by WeChat. Get user information points in two steps: Constructing URL to obtain CODE based on CODE obtaining member information 1. Constructing URL to obtain CODE companies. If employees need to jump to the corporate web page to bring employees' identity information, the following links need to be constructed: https: // open.weixin.qq.com/connect/oauth2/authorize?appid=CORPID&redirect_uri=REDIRECT_URI&response_type=code&scope=SCOPE&state=STATE#wechat_redirect Parameter Description Parameter must specify appid is the CorpID of the enterprise redirect_uri is the callback link address for redirection after authorization, please use urlencode Processing the link response_type returns

1. Introduction to WeChat Enterprise Account Development to Obtain User Information

Summary of related articles on WeChat enterprise account development

Introduction: This article analyzes the introduction of WeChat enterprise account development to obtain user information

2. WeChat enterprise account development: turn on callback mode /Python Judgment Information-Reply to Specified Content Sample Code

Summary of related articles on WeChat enterprise account development

##Introduction: This article introduces the development of WeChat enterprise accounts :Enable callback mode/Python judgment information-reply to the specified content sample code

3. Detailed explanation of the steps to open the development mode of java WeChat enterprise account development

Summary of related articles on WeChat enterprise account development

Introduction: This article mainly introduces in detail how to open the development mode of java WeChat enterprise account development. For those who are interested, Partners can refer to

4. Force.com WeChat Enterprise Account Development Series - Enable Two-Step Verification

Summary of related articles on WeChat enterprise account development

Introduction: WeChat launched the Enterprise Account in September, which caused quite a stir in the industry. Many companies are thinking about how the Enterprise Account will affect their operations. Start with this article , I will elaborate on the relevant knowledge of WeChat enterprise account development, and this article will focus on how to implement secondary verification of a higher security mechanism.

5. WeChat Enterprise Account Development PHP Version 2-Text Message

Introduction: WeChat Enterprise Account Development PHP Version 2-Text message

6. WeChat Enterprise Account Development PHP Version 1-Interface Verification

Introduction: WeChat Enterprise Account development PHP version 1-Interface verification

7. WeChat enterprise account development PHP version 2-Text message

Introduction: WeChat enterprise account development PHP version 2-text message returns the text message sent by the user, modify sample.php

8. WeChat enterprise account development WeChat attendance Baidu map positioning_javascript skills

Introduction: This article will introduce to you the WeChat attendance Baidu map positioning for WeChat enterprise account development. Friends in need can refer to this article

##9.

Use of WeChat attendance cookies for WeChat enterprise account development_javascript skills

Introduction: Use WeChat attendance, every time you use WeChat enterprise account development: WeChat user information and web The method involved in the relationship between the session of the web page and calling the WeChat interface is a bit slow. WeChat officially recommends the use of Cookies, but I have never figured out how to use Cookies. The editor below will help you solve the problem. Friends who need it can refer to

[Related Q&A recommendations]:

html5 - Do I need to configure the callback mode when developing a WeChat enterprise account? I want to get basic user information, but it always prompts that the information is empty? How is this going?

The above is the detailed content of Summary of related articles on WeChat enterprise account development. 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