current location:Home > Technical Articles > WeChat Applet > WeChat Development
- Direction:
- All web3.0 Backend Development Web Front-end Database Operation and Maintenance Development Tools PHP Framework Daily Programming WeChat Applet Common Problem Other Tech CMS Tutorial Java System Tutorial Computer Tutorials Hardware Tutorial Mobile Tutorial Software Tutorial Mobile Game Tutorial
- Classify:
-
- C# development of WeChat portal and application (16)-Configuration and use of WeChat enterprise account
- At the beginning of this series of essays, we mainly introduce the development of portal applications for WeChat public accounts. Recently, the entire WeChat framework has been expanded and supplemented, and the latest API encapsulation and development of enterprise accounts has been added. In the follow-up, we will mainly introduce how to use C# to develop WeChat enterprise accounts. This article serves as a starting point for the development of WeChat Enterprise Account, introducing the configuration and use of WeChat Enterprise Account.
- WeChat Development 1643 2017-02-18 09:18:16
-
- C# development of WeChat portals and applications (15) - WeChat menu adds functions of scanning, sending pictures, and sending geographical location
- I have introduced many articles about using C# to develop WeChat portals and applications. They basically encapsulated all the interfaces that WeChat could do at that time. The WeChat framework has also accumulated a lot of modules and users. Recently, I found that the WeChat public platform has increased a lot. Content, especially the functions of scanning, sending pictures, and sending geographical locations are added to the custom menu. These functional modules are very important. Think about the previous idea of adding a function of scanning QR codes to the WeChat official account. You can't do it now, and you can also take photos and upload other functions. This article mainly introduces the series of articles based on my previous framework and further introduces how to integrate and use these new functions.
- WeChat Development 1685 2017-02-18 09:14:56
-
- C# development of WeChat portal and application-Configuration and use of WeChat enterprise account
- At the beginning of this series of essays, we mainly introduce the development of portal applications for WeChat public accounts. Recently, the entire WeChat framework has been expanded and supplemented, and the latest API encapsulation and development of enterprise accounts has been added. In the follow-up, we will mainly introduce how to use C# to develop WeChat enterprise accounts. This article serves as a starting point for the development of WeChat Enterprise Account, introducing the configuration and use of WeChat Enterprise Account.
- WeChat Development 1575 2017-02-17 15:36:30
-
- C# development of WeChat portals and applications - WeChat menu adds functions of scanning, sending pictures, and sending geographical location
- I have introduced many articles about using C# to develop WeChat portals and applications. They basically encapsulated all the interfaces that WeChat could do at that time. The WeChat framework has also accumulated a lot of modules and users. Recently, I found that the WeChat public platform has increased a lot. Content, especially the functions of scanning, sending pictures, and sending geographical locations are added to the custom menu. These functional modules are very important. Think about the previous idea of adding a function of scanning QR codes to the WeChat official account. You can't do it now, and you can also take photos and upload other functions. This article mainly introduces the series of articles based on my previous framework and further introduces how to integrate and use these new functions.
- WeChat Development 1613 2017-02-17 15:32:06
-
- C# develops WeChat portal and application - using redirection to obtain user data in WeChat menu
- I once introduced the redirection operation in the WeChat menu in the series of articles "C# Development of WeChat Portal and Application (11)--Introduction to Various Expressions of WeChat Menu". Through this redirection operation, we can obtain a code value, and then get the user's openID, and then get more user information. This is used a lot in the scenario of member information. This article introduces how to quickly configure such a menu link in the website, and introduces how to obtain relevant information in the background. User information to achieve personalized display operations of page data.
- WeChat Development 1463 2017-02-17 15:28:56
-
- C# develops WeChat portals and applications - using geographical location to expand related applications
- This article continues the previous article "Developing WeChat Portal and Applications with C# (12) - Using Speech Processing" and continues to introduce related applications of WeChat. We know that geographical location information can be used for many related applications. In addition to knowing the user's location, we can also associate some geographical location applications, such as weather, popular movies, nearby attractions, nearby theaters, traffic events, etc. Etc. Anyway, for all information related to geographical location, we can make some extended applications as needed. This article mainly introduces how to use geographical location information to build operations that use these applications.
- WeChat Development 1587 2017-02-17 15:24:53
-
- C# develops WeChat portals and applications - using voice processing
- We know that WeChat was originally designed for voice chat, which made it more popular. Therefore, voice recognition processing has naturally become an important way for WeChat communication. WeChat’s development interface also provides processing of voice message requests. This article mainly introduces how to use speech recognition to process the entire event chain of the WeChat portal application developed in C#, making it more convenient and diversified to process user input in our WeChat account.
- WeChat Development 1482 2017-02-17 15:18:37
-
- C# development of WeChat portals and applications - introduction to various expressions of WeChat menus
- In the previous series of articles, we can see the importance of WeChat custom menus. It can be said that in WeChat public accounts, menus are the first impression of users. We must plan the content, layout and other information of these menus. According to the definition of WeChat menu, we can see that the general menu is mainly divided into two types, one is the ordinary Url menu (menu of type View), and the other is the event menu (menu of type Click). Under normal circumstances , WeChat’s Url menu cannot obtain any user information, but WeChat user information is very important, so it also provides another way (similar to redirection) for us to use. This article mainly introduces this kind of redirection. The use of menus in a way that enables us to communicate with users as much as possible
- WeChat Development 1825 2017-02-17 15:15:46
-
- C# development of WeChat portal and applications - synchronizing WeChat user group information in the management system
- In the previous articles, we gradually transitioned from the original WeChat API encapsulation to the WeChat application platform management system, and gradually introduced the interface design of WeChat data in the management system, as well as the logic and code of related processing operations. I hope to introduce you to the application development process of WeChat from a higher level. This article mainly introduces how to realize the synchronization operation of WeChat user group information in the management system.
- WeChat Development 1763 2017-02-17 15:11:52
-
- C# development of WeChat portal and application-WeChat portal menu management and submission to WeChat server
- WeChat public accounts (including service accounts and subscription accounts) can customize menu settings. In order to facilitate management, we generally manage and maintain the menu data locally first. When updates are needed, just update them to the WeChat server. . Based on this method, this article introduces the operation of submitting menus to the WeChat server in my WeChat portal platform management system. The WeChat portal application management system adopts a route based on MVC+EasyUI. Since most domain name servers can only support .NET4.0, it uses MVC3 and C#4.0 as the development basis and can basically be deployed on any .NET server.
- WeChat Development 1659 2017-02-17 15:09:50
-
- C# Development of WeChat Portal and Application-WeChat Portal Application Management System Function Introduction
- Recently, we have conducted in-depth research on the WeChat interface. By encapsulating the underlying interface step by step, we have gradually upgraded to automated configuration, automated response, and optimization and improvement of the background processing interface, striving to build a more complete and applicable WeChat portal application management. system.
- WeChat Development 1521 2017-02-17 15:06:34
-
- C# development of WeChat portal and applications-WeChat multi-customer service functions and development integration
- Recently I have been working on the integration function development of WeChat and found that WeChat has opened a multi-customer service function for certified accounts. For customer consultations, you can switch to the customer service processing method, and you can add multiple customer services for processing. This is in the comparison of customer consultations Often, it is a good marketing function. The multi-customer service function of WeChat can make full use of customer service staff resources to process customer consultation information promptly and quickly, bringing more opportunities and markets to the enterprise.
- WeChat Development 1984 2017-02-17 14:58:32
-
- C# development of WeChat portal and applications (6)--Management operations of WeChat portal menu
- The previous articles continue my own technical exploration and related experience summary of C# development of WeChat portals and applications. I continue to explore WeChat API and share related technologies. On the one hand, it is to interact and communicate with everyone in this regard. On the other hand, it is also Concentrate on the development of the underlying technology of WeChat applications and consolidate the basic modules so that they can be used in future applications. This essay continues to introduce the management operations of the WeChat portal menu.
- WeChat Development 1785 2017-02-16 16:40:19
-
- C# Development of WeChat Portal and Application (5)--User Group Information Management
- Last month, I introduced the development of WeChat portals and applications in C# and wrote several essays to share. Due to time constraints, I have not continued to write this series of blogs for a while. It does not mean that I have stopped writing this aspect. Research, but continue to explore this technology in depth, and focus on the underlying technology development in order to better apply it. This article continues the introduction of the previous article, mainly introducing the development and application of group management. The content of this article and the previous article serve as a complete combination of user information and group information management.
- WeChat Development 1588 2017-02-16 16:37:28
-
- C# Development of WeChat Portal and Application (4)--Follow user list and detailed information management
- C# Development of WeChat Portal and Application (4)--Follow user list and detailed information management
- WeChat Development 1567 2017-02-16 16:34:12