
C# development of WeChat portals and applications-development and use of WeChat stores
In terms of corporate e-commerce, although WeChat stores started later than Taobao, Tmall and others, as an e-commerce platform, its influence cannot be ignored. Combined with the characteristics and convenience of WeChat, WeChat stores have good adhesion and a broad user base, so spending a certain amount of time to do in-depth research and application in this area is also an area of interest to me. This article is based on the previous series of articles on WeChat, and then conducts a series on the content of WeChat stores I hope this introduction will be helpful to everyone in understanding and using it, and at the same time, it will also push my own series of WeChat articles into deeper fields and directions.
Feb 18, 2017 am 09:47 AM
C# development of WeChat portals and applications - reception, processing and decryption of messages and events from WeChat enterprise accounts
In the previous essay "C# Development of WeChat Portal and Application (19) - Messaging on WeChat Enterprise Accounts (Text, Pictures, Files, Voices, Videos, Graphic Messages, etc.)" introduced the message sending on Enterprise Accounts, and the official statement Messages are sent without encryption. But on the callback server, which is the server of our website, the messages sent from WeChat are encrypted, and we need to call the class library to decrypt the messages and events. Since the official examples are incomplete, we spent a lot of time exploring. Finally, various messages and events received were successfully decrypted. This article mainly introduces the reception, processing and decryption operations of messages and events on WeChat Enterprise Accounts.
Feb 18, 2017 am 09:42 AM
C# development of WeChat portal and application-menu management of WeChat enterprise account
The previous articles have introduced many related operations of WeChat enterprise accounts. Enterprise accounts and public accounts can customize menus, so they can also create menus, obtain lists, and delete menus through APIs, so this article continues to explore this. The main body introduces the menu management operations of the enterprise account.
Feb 18, 2017 am 09:40 AM
C# development of WeChat portals and applications - messaging for WeChat enterprise accounts (text, pictures, files, voice, video, graphic messages, etc.)
We know that the enterprise account is mainly designed to meet the needs of enterprises, so the exchange of internal messages is very important, and the number of messages sent and replied should be considerable, especially for large enterprises, so the exchange of internal messages can be achieved in combination with the enterprise account. The enterprise account has the characteristics of focusing on security and unlimited messaging, which is very suitable for the internal environment of the enterprise. This article mainly introduces how to use Enterprise Account to send text, pictures, files, voice, video, graphic messages and other messages.
Feb 18, 2017 am 09:36 AM
C# development of WeChat portal and application-Member management of address book management and development of WeChat enterprise account
In the previous essay "C# Development of WeChat Portal and Application (17)-Department Management of Address Book Management and Development of WeChat Enterprise Account", the relevant operation management of the address book department was introduced. Address book management includes department management, member management, and tag management. In three parts, this article mainly introduces the management operations of members, including the key points of creating, deleting, updating, obtaining, and acquiring department members.
Feb 18, 2017 am 09:33 AM
C# development of WeChat portal and application-department management of address book management and development of WeChat enterprise account
The previous article provides some basic information about the Enterprise Account, and introduces how to configure the callback method of the Enterprise Account to achieve a bridge of communication with the Enterprise Account server. This article mainly continues to introduce the development work of the enterprise account, introduces the WeChat enterprise account address book management and development function, and introduces how to obtain and manage department information in the organization.
Feb 18, 2017 am 09:28 AM
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.
Feb 18, 2017 am 09:18 AM
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.
Feb 18, 2017 am 09:14 AM
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.
Feb 17, 2017 pm 03:36 PM
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.
Feb 17, 2017 pm 03:32 PM
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.
Feb 17, 2017 pm 03:28 PM
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.
Feb 17, 2017 pm 03:24 PM
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.
Feb 17, 2017 pm 03:18 PM
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
Feb 17, 2017 pm 03:15 PM
Hot tools Tags

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

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

Hot Article

Hot Tools

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 phpstudy integrated installation environment runtime library

PHP programmer toolbox full version
Programmer Toolbox v1.0 PHP Integrated Environment

VC11 32-bit
VC11 32-bit phpstudy integrated installation environment runtime library

SublimeText3 Chinese version
Chinese version, very easy to use
