Home  >  Article  >  WeChat Applet  >  Detailed introduction to service accounts in WeChat development

Detailed introduction to service accounts in WeChat development

零下一度
零下一度Original
2017-06-10 14:25:292139browse

The WeChat interface mainly uses the WeChat authorized login interface, WeChat JSSDK sharing interface, and WeChat payment interface. First, let’s take a look at the legendary WeChat API interface document. The official website says that using the WeChat interface requires a certified service account. If you don’t have one, you can apply for a test account to experience it, but it cannot be promoted. In the instructions about the webpage authorized callback domain name The document is relatively clear. If a third-party platform is not used, you need to configure the path through which the project needs to obtain WeChat user information. Either first- or second-level domain names are acceptable. For more specific interface content, please refer to WeChat official documentation. We are mainly talking about PHP WeChat interface classes here. In order to help friends better develop PHP WeChat, PHP Chinese website provides 10 commonly used and valuable WeChat interface classes for friends to download and refer to. (ps: For more WeChat interface resources, please pay attention to php Chinese website WeChat interface class) 1. PHP implements the WeChat public platform account custom menu library. WeChat public platform service accounts can apply for custom menus. Other accounts are not supported for the time being. The menu is customized. Not only can this be operated using the API, but the menu and parameters can also be defined directly in the background

1. [WeChat Interface Library] Share 10 commonly used PHP WeChat interface classes

Detailed introduction to service accounts in WeChat development

Introduction: WeChat interface mainly uses WeChat authorized login interface, WeChat JSSDK sharing interface, and WeChat payment interface . First, let’s take a look at the legendary WeChat API interface document. The official website says that using the WeChat interface requires a certified service account. If you don’t have one, you can apply for a test account to experience it, but it cannot be promoted. In the instructions about the webpage authorized callback domain name The document is relatively clear,

2. WeChat Mini Program Development (1) Detailed explanation of transforming service account into mini program instance

Detailed introduction to service accounts in WeChat development

Introduction: WeChat application account (mini program, the new name of "application account") is finally here! It is still in the internal testing stage, and WeChat has only invited some companies to participate in the closed beta test. Everyone must be concerned about what the final form of the application account will look like? How to transform a "service account" into a "mini program"? Let us temporarily demonstrate the development process with an example of a simple third-party tool. (The company's project is confidential and cannot share codes and screenshots. Boka Jun secretly wrote tutorials for everyone while working overtime. Thanks to the "Business Card Box" team for providing their service number to perform this surgery, so Boka Jun's tutorial uses " Name...

3. Example tutorial for sharing WeChat public account development template messages

Detailed introduction to service accounts in WeChat development

Introduction: Welcome to leave a message and forward a series of articles on WeChat rapid development: click here I have a slight cold recently, and the update progress of the article has been delayed. I hope this series of articles will be helpful to your research on WeChat public development. . The previous articles introduced WeChat payment, WeChat scan code payment, credit card payment, and WeChat payment. This article will talk about how to check whether the WeChat template message in WeChat has permission. There is always someone in the communication group. Ask whether the personal subscription account, certified subscription account, service account, and certified service account have permission to use a certain interface. In fact, this question is very simple, in...

#4. WeChat Development Personalized Menu

Detailed introduction to service accounts in WeChat development

# Introduction: In order to help public accounts achieve flexible business operations, The WeChat public platform has added a personalized menu interface through which developers can see different customized menus for different user groups of public accounts. This interface is open to developers with certified subscription accounts and certified service accounts. The menu that users see can be set by the following conditions:

5.

A brief introduction to the steps of developing WeChat mini programs

Detailed introduction to service accounts in WeChat development

Introduction: WeChat application account (mini program, the new name of [application account]) is finally here! Everyone must be concerned about what the final form of the application account will look like? How to transform a [Service Account] into a [Mini Program]? Before you start developing an application account, take a look at the official [Mini Program] tutorial! Yingqu Technology, a WeChat mini program development company, will take you through the initial creation of a WeChat mini program and experience the actual effect of the mini program on your mobile phone. 1. Obtain the AppID for WeChat applet development. First, we need to have an account. If you can see this document, we should have invited...

6. 小IDE configuration for program development

Detailed introduction to service accounts in WeChat development

## Introduction: In the early morning of September 22, 2016, WeChat announced the "Mini Program "When it came out, it was of course just the beginning of internal testing. The WeChat public platform sent mini program internal testing invitations to 200 service accounts. So what is a "mini program"? Let's see what the father of WeChat said. After reading this, I believe everyone understands it. It may be a little exciting for developers. After all, there is nothing wrong with paying more attention to new things. . So the problem is that the "mini program" only has 200 internal test accounts, what should I do? Fortunately, there are too many talents in China. Within a few hours after the news was released, a cracked version of the IDE was already available online. Without further ado, let’s take a look at the configuration steps:

7. Take you to analyze WeChat development from the source code

Detailed introduction to service accounts in WeChat development

##Introduction: Let me talk about you first You have to choose the public platform (the open platform seems to be for application integration. I have not studied this carefully. If anyone knows, I hope you can tell me). On the public platform, we need to register an account. There are two types of accounts, personal type and corporate type. Among them, the individual type can only apply for a subscription account, while the enterprise type can get a service account. The subscription account can only be done manually or configure some keywords, and the service account can deploy some intelligent stuff. Advanced development permissions are only required. It can be a service account, so if you are an individual and want to reply with different content to messages sent by users, just go to sleep

8.

WeChat Mini Program Development First introduction to the basics (1)

Detailed introduction to service accounts in WeChat development##Introduction: This tutorial is a WeChat applet development tutorial In the first article, I will briefly introduce some basic knowledge related to WeChat applet development. Obtain AppID. If you are a developer who has received an invitation, we will provide an account. Use the provided account to log in to https://mp.weixin. qq.com, you can view the AppID of the WeChat applet in the "Settings" and "Developer Settings" of the website. Note that the AppID of the service account or subscription account cannot be used directly. The above content comes from WeChat’s official tutorial. According to WeChat official...

9.

Implement the online payment function code analysis of WeChat applet

Detailed introduction to service accounts in WeChat developmentIntroduction: Recently, I needed to use the online payment function in the WeChat mini program, so I looked at the official documents and found that it is very convenient to implement WeChat payment in the mini program. If you have developed WeChat Pay under a service account before, then you will find that the development process of WeChat Pay in the mini program is exactly the same as that in the service account. Now I will talk about the development process and points of attention of WeChat Pay in the mini program in detail. 1. The process of opening a WeChat payment and WeChat merchant account is the same as the WeChat payment process of opening a service account. There is nothing to say. 2. To obtain the user’s openid homepage, we need to create it in the small...

10.

Introduction to the graphic and text code in the preparatory stage of WeChat development

Introduction: Fill in the relevant information to register. What I am registering here is a personal subscription account. If you have company information, you can register a service account. In addition, due to the limited interface for personal subscription accounts, it is not very beneficial for personal development. WeChat also provides test accounts, which are specially used by developers. Enter the following address to apply for a test account. Preparatory stage of WeChat development 1

[Related Q&A Recommendations]:

WeChat location acquisition city name display page

php - WeChat public platform cannot access third parties

javascript - [WeChat web development] Web page authorization to obtain basic user information: the function button to enter the login page can be successfully logged in when placed in the second-level menu, but not in the first-level menu

php - WeChat webpage AppID parameter error???

php - Use WeChat to scan to log in to a third-party website. Do you need an authenticated service account? Can you do it?

The above is the detailed content of Detailed introduction to service accounts in WeChat 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