current location:Home > Technical Articles > WeChat Applet > WeChat Development

  • 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...
    WeChat Development 2132 2017-06-15 09:38:18
  • 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...
    WeChat Development 2059 2017-06-14 16:53:25
  • 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...
    WeChat Development 1739 2017-06-14 15:33:52
  • 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...
    WeChat Development 8935 2017-06-14 14:52:34
  • 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...
    WeChat Development 2292 2017-06-14 14:52:10
  • 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...
    WeChat Development 2819 2017-06-14 14:51:42
  • 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/>&
    WeChat Development 1792 2017-06-14 13:31:11
  • 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...
    WeChat Development 2061 2017-06-14 13:31:00
  • 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...
    WeChat Development 1766 2017-06-14 11:23:35
  • Let's talk about examples of registration on WeChat public platform
    Let's talk about examples of registration on WeChat public platform
    To connect to the "development mode" of the WeChat public platform, that is, to connect to your own website program, you must first register successfully (see Senparc.Weixin.MP SDK WeChat public platform development tutorial (1): WeChat public platform registration) and wait for official review , after passing the review, the "Advanced Functions" menu will appear at the top of the background. Before using "Advanced Features" > "Development Mode", there must be one deployed on the Internet...
    WeChat Development 1488 2017-06-14 11:19:56
  • Introductory tutorial for public account development: 10 recommended introductory tutorials for zero-based public account development
    Introductory tutorial for public account development: 10 recommended introductory tutorials for zero-based public account development
    It can be seen from the message interface guide of the WeChat public platform that each type of message definition contains the CreateTime parameter, which indicates the creation time of the message, as shown in the following figure: The above figure is 4.1-Text Message in the message interface guide Definition. Pay attention to the description of CreateTime: message creation time (integer). The key point is that this is an integer time, not the standard format time similar to "yyyy-MM-dd HH:mm:ss" that we are all familiar with. What this article mainly wants to introduce is the definition of WeChat message interface...
    WeChat Development 10927 2017-06-14 11:05:14
  • .net WeChat public account function definition and usage summary
    .net WeChat public account function definition and usage summary
    1. Preface Before starting to make this function, the first thing we have to do is to think about how to make this WeChat payment, where to start, where to start, what are the official SDK instructions, is there any official demo, and Is the information my boss gave me complete, including the interfaces I want to apply for? After some exploration on my own, I finally finished this under the urging of my boss. WeChat payment is very confusing. I will make some summaries here. I hope it will be helpful to you. My ability is limited. If there is anything I can’t say. Well, I hope you can bear with me. 2. Preparation before development...
    WeChat Development 2012 2017-06-14 11:03:05
  • 10 course recommendations on WeChat payment development
    10 course recommendations on WeChat payment development
    This article mainly describes the pitfalls encountered in the development process of connecting WeChat applet to WeChat payment. It is divided into two parts, the applet and the backend interface encapsulation. The main contents of this article are as follows: 1. Backend interface encapsulation; 2. Mini program integration; 3. Summary of pitfalls. 1. Backend interface encapsulation is based on ThinkPHP 5 for interface encapsulation. The specific steps are as follows: 1. The official WeChat payment document provides a sample of PHP script WeChat payment, download it; 2. The sample has encapsulated each class, we only need Just add the namespace, create a new directory wxpay under the extend directory of TP5, and put...
    WeChat Development 2633 2017-06-13 14:33:38
  • Summary of container component function definitions and usage
    Summary of container component function definitions and usage
    This article mainly introduces the detailed explanation of the WeChat applet view container component and the relevant information of the example code. Here is a detailed introduction to the basic knowledge and a simple example code. Friends in need can refer to the detailed explanation of the WeChat applet view container component: There are three view container components provided by the mini program: </view>, </scroll-view> and </swiper>: 1. </view> view container </view> is equivalent to in HTML </p&..
    WeChat Development 1906 2017-06-13 14:27:39
  • Summary of radio function definitions and usage
    Summary of radio function definitions and usage
    Baidu search problem: Recently, I am trying to build an online music station, similar to Douban. The links for online search are roughly the following: Link search.php User page.php Player.swf Data reception.js The js used is The ajax and json links use Baidu mp3 interface http://box.zhangmen.baidu.com/x?op=12&count=1&title=Title$$Singer$$$ The acquisition method is file_ge...
    WeChat Development 2008 2017-06-13 14:20:54

Tool Recommendations

jQuery enterprise message form contact code

jQuery enterprise message form contact code is a simple and practical enterprise message form and contact us introduction page code.
form button
2024-02-29

HTML5 MP3 music box playback effects

HTML5 MP3 music box playback special effect is an mp3 music player based on HTML5 css3 to create cute music box emoticons and click the switch button.

HTML5 cool particle animation navigation menu special effects

HTML5 cool particle animation navigation menu special effect is a special effect that changes color when the navigation menu is hovered by the mouse.
Menu navigation
2024-02-29

jQuery visual form drag and drop editing code

jQuery visual form drag and drop editing code is a visual form based on jQuery and bootstrap framework.
form button
2024-02-29

Organic fruit and vegetable supplier web template Bootstrap5

An organic fruit and vegetable supplier web template-Bootstrap5
Bootstrap template
2023-02-03

Bootstrap3 multifunctional data information background management responsive web page template-Novus

Bootstrap3 multifunctional data information background management responsive web page template-Novus
backend template
2023-02-02

Real estate resource service platform web page template Bootstrap5

Real estate resource service platform web page template Bootstrap5
Bootstrap template
2023-02-02

Simple resume information web template Bootstrap4

Simple resume information web template Bootstrap4
Bootstrap template
2023-02-02

Cute summer elements vector material (EPS PNG)

This is a cute summer element vector material, including the sun, sun hat, coconut tree, bikini, airplane, watermelon, ice cream, ice cream, cold drink, swimming ring, flip-flops, pineapple, conch, shell, starfish, crab, Lemons, sunscreen, sunglasses, etc., the materials are provided in EPS and PNG formats, including JPG previews.
PNG material
2024-05-09

Four red 2023 graduation badges vector material (AI EPS PNG)

This is a red 2023 graduation badge vector material, four in total, available in AI, EPS and PNG formats, including JPG preview.
PNG material
2024-02-29

Singing bird and cart filled with flowers design spring banner vector material (AI EPS)

This is a spring banner vector material designed with singing birds and a cart full of flowers. It is available in AI and EPS formats, including JPG preview.
banner picture
2024-02-29

Golden graduation cap vector material (EPS PNG)

This is a golden graduation cap vector material, available in EPS and PNG formats, including JPG preview.
PNG material
2024-02-27

Home Decor Cleaning and Repair Service Company Website Template

Home Decoration Cleaning and Maintenance Service Company Website Template is a website template download suitable for promotional websites that provide home decoration, cleaning, maintenance and other service organizations. Tip: This template calls the Google font library, and the page may open slowly.
Front-end template
2024-05-09

Fresh color personal resume guide page template

Fresh color matching personal job application resume guide page template is a personal job search resume work display guide page web template download suitable for fresh color matching style. Tip: This template calls the Google font library, and the page may open slowly.
Front-end template
2024-02-29

Designer Creative Job Resume Web Template

Designer Creative Job Resume Web Template is a downloadable web template for personal job resume display suitable for various designer positions. Tip: This template calls the Google font library, and the page may open slowly.
Front-end template
2024-02-28

Modern engineering construction company website template

The modern engineering and construction company website template is a downloadable website template suitable for promotion of the engineering and construction service industry. Tip: This template calls the Google font library, and the page may open slowly.
Front-end template
2024-02-28