10 recommended articles about official tutorials

10 recommended articles about official tutorials

This tutorial is the first of the WeChat mini program development tutorials. I will briefly introduce some basic knowledge related to WeChat mini program development. Obtain AppID. If you are an invited developer, we will provide an account. Use the provided account. , log in to mp.weixin.qq.com, you can view the AppID of the WeChat applet in the website's "Settings" - "Developer Settings". 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 statement, it is currently only open...

Jun 15, 2017 am 11:40 AM
Summary of points to note about .net WeChat development

Summary of points to note about .net WeChat development

When an ordinary WeChat user sends a message to a public account, the WeChat server will POST the XML data packet of the message to the URL filled in by the developer. Please note: 1. Regarding retry message duplication, it is recommended to use msgid to deduplicate messages. 2. If the WeChat server does not receive a response within five seconds, the connection will be disconnected and the request will be reinitiated for a total of three retries. If the server cannot guarantee to process and reply within five seconds, you can directly reply with an empty string. The WeChat server will not do anything with this and will not initiate a retry. For details, please see "Sending Messages - Passive Reply to Messages". 3. In order to ensure higher safety...

Jun 15, 2017 am 09:56 AM
4 recommended articles about Baidu Index

4 recommended articles about Baidu Index

On March 23, the WeChat Index was grandly launched, which was definitely big news in the public relations news circle. Compared with Baidu Index, what are the advantages of WeChat Index? Both Baidu Index and WeChat Index have three major advantages: 1. Capture hot words and understand trends; 2. Monitor public opinion trends and form research results; 3. Gain insight into user interests and facilitate precise marketing. Baidu VS WeChat Scope Comparison: WeChat Index is WeChat Mobile index based on WeChat big data. Baidu Index is a data sharing platform based on Baidu's massive netizen behavior data. It is the most important statistical analysis of the current Internet and even the entire data era...

Jun 15, 2017 am 09:53 AM
A brief discussion on the core architecture design of WeChat development

A brief discussion on the core architecture design of WeChat development

wechat4jWhat is wechat4j?wechat develop framework for java (WeChat development framework JAVA version, the simplest and easiest to use WeChat development framework) What can wechat4j be used for? wechat4j is a jar package that helps you develop WeChat applications. Using it, you can develop WeChat public account applications in just a few seconds without paying attention to too much detail. To get started quickly with wechat4j, you can download the wechat4j sample project, and then based on it...

Jun 15, 2017 am 09:50 AM
10 recommended courses on C# WeChat public platform development

10 recommended courses on C# WeChat public platform development

1. Problems that need to be solved in order to realize the advanced group sending function: 1. When uploading image and text message materials through the WeChat interface, the image in Json is not the URL but the media_id. How to upload the image through the WeChat interface and obtain the media_id of the image? 2. Where are the pictures stored and how to obtain them? 2. Implementation steps, taking group sending of graphic messages based on the OpenID list as an example 1. Prepare data I store the data in the database, and the ImgUrl field is the relative path of the image on the server (the server here is its own...

Jun 15, 2017 am 09:49 AM
10 recommended articles about WeChat web development

10 recommended articles about WeChat web development

First, we need to add a controller under the App area. Here we take AppDemoController as an example. As shown in the picture below: Note: You can also create other areas by yourself, but it is recommended to use the App area here. After creating it, please add your own Action and pay attention to the following things. As shown in the figure below: As shown in the figure above, there are the following points to note: RouteArea and Route: Attribute routing is used here. RouteArea is used to identify the regional route name, while Route is used to define the path, through its Name...

Jun 15, 2017 am 09:38 AM
10 recommended articles about WeChat portal

10 recommended articles about WeChat portal

This article describes the development of WeChat portals and applications using C# to implement the check-in function using WeChat JSSDK. As WeChat gradually opens more JSSDK interfaces, we can use customized web pages to call more WeChat interfaces to achieve our richer interfaces. Functions and effects. For example, we can call various mobile phone hardware on the page to obtain information, such as cameras to take pictures, GPS information, scan QR codes, etc. This article introduces how to use these JSSDK interfaces to implement the sign-in function, where sign-in requires Submit geographical coordinates and addresses, call the camera to take pictures in real time, and obtain the current user...

Jun 14, 2017 pm 04:53 PM
Recommended articles related to JSON and XML

Recommended articles related to JSON and XML

1. Request data Express 100 provides an express query interface. By sending a request to the specified address, you can return tracking results in formats such as JSON, XML, etc. 3. Request address api.kuaidi100.com/api?id=[]&com= []&nu=[]&valicode=[]&show=[0|1|2|3]&muti=[0|1]&order=[desc|asc] (please change the middle part of the above address first when using it...

Jun 14, 2017 pm 03:33 PM
10 content recommendations for group messaging

10 content recommendations for group messaging

This article mainly introduces the development of mass messaging on the WeChat public platform. Detailed information is compiled here to explain the process of mass messaging on the WeChat public platform. Friends in need can refer to the following 1. Purpose: Complete mass messaging in the WeChat public account. Here just complete the simple text sending. You can also send voice pictures, etc., but the data format is different. There is a link below to query the data sending format of the data type. 2. The process of sending group text messages to obtain a test public account (those who have an account do not need a test account, but formal accounts have more restrictions). Users follow the above public account through the appid...

Jun 14, 2017 pm 02:52 PM
Summary of WeChat alarm function definition and usage

Summary of WeChat alarm function definition and usage

Summary description: The WeChat public platform has opened the interface alarm to the outside world. When the number of failed attempts by the WeChat server to push messages to developers reaches a predetermined threshold, the alarm message will be sent to the designated WeChat alarm group (setting method: Public platform->Developer Center- >Interface Alarm), developers are asked to proactively pay attention to the alarm, solve the fault immediately, and improve the service quality of the WeChat official account. In order to better troubleshoot problems based on the examples at the end of the alarm information (openid and timestamp are provided), developers need to add details containing key information at each level such as the access layer and logic layer...

Jun 14, 2017 pm 02:52 PM
10 recommended articles about keyword reply

10 recommended articles about keyword reply

This article mainly introduces the fourth lesson of php WeChat public account development. PHP implements simple WeChat text communication, which has certain reference value. Interested friends can refer to it. We know that WeChat public account development is divided into subscription accounts and service accounts. , and individuals can only apply for a subscription account, and the subscription account cannot set a menu. It can only be realized through keyword replies. For example, if I reply to help, the help information will be returned. If I reply to the movie Fearless Fearless, the details of the Fearless Fearless movie will be returned. Links, these are keyword replies, implemented in specific formats. Create a new table, such as the t_type table, to implement input...

Jun 14, 2017 pm 02:51 PM
Summary of Sogou dictionary function definition and usage

Summary of Sogou dictionary function definition and usage

Batch download, Sogou Dictionary <?php /*//echo microtime(); echo $start=strtotime(date("Y-m-01"))."<br/>&

Jun 14, 2017 pm 01:31 PM
10 recommended courses about Mobike

10 recommended courses about Mobike

Since the opening of mini programs, many companies have developed their own mini programs, such as the commonly used ones such as Mobike, Ctrip, and Meituan. These large companies have technical strength, so it is very easy to launch small programs. But for offline small and medium-sized enterprises, without technical strength, mini programs are still an elusive existence. In fact, there is never a vacuum in the market. Where there is demand, there will be supply. Today I will introduce to you the production methods and tools of a small program. Help everyone get the tickets for the mini program as soon as possible. Production method: 1. Conventional code type is generally developed by companies with technical strength...

Jun 14, 2017 pm 01:31 PM
10 recommended articles about API calls

10 recommended articles about API calls

This interface will provide the configuration of the custom menu currently used by the public account. If the public account is a menu set through API calls, the development configuration of the menu will be returned. If the public account publishes the menu through the website function on the official website of the public platform, then This interface returns the menu configuration set by the operator. Please note: 1. Third-party platform developers can use this interface to immediately detect the custom menu configuration of the official account after their official account authorizes the business to you, and set up automatic replies for the official account again through the interface. Rules to improve the business experience of public account operators. 2. This interface and custom dishes...

Jun 14, 2017 am 11:23 AM

Hot tools Tags

Undresser.AI Undress

Undresser.AI Undress

AI-powered app for creating realistic nude photos

AI Clothes Remover

AI Clothes Remover

Online AI tool for removing clothes from photos.

Undress AI Tool

Undress AI Tool

Undress images for free

Clothoff.io

Clothoff.io

AI clothes remover

Video Face Swap

Video Face Swap

Swap faces in any video effortlessly with our completely free AI face swap tool!

Hot Tools

vc9-vc14 (32+64 bit) runtime library collection (link below)

vc9-vc14 (32+64 bit) runtime library collection (link below)

Download the collection of runtime libraries required for phpStudy installation

VC9 32-bit

VC9 32-bit

VC9 32-bit phpstudy integrated installation environment runtime library

PHP programmer toolbox full version

PHP programmer toolbox full version

Programmer Toolbox v1.0 PHP Integrated Environment

VC11 32-bit

VC11 32-bit

VC11 32-bit phpstudy integrated installation environment runtime library

SublimeText3 Chinese version

SublimeText3 Chinese version

Chinese version, very easy to use