This article is the first in a series of articles on the development of .NET WeChat public accounts. It mainly introduces some operations of WeChat public accounts briefly. Friends who need it can refer to it.
1. Foreword
WeChat public account is an application account applied by developers or merchants on the WeChat public platform. This account is interoperable with the QQ account. Through the public account, Merchants can realize all-round communication and interaction with specific groups through text, pictures, voice, and video on the WeChat platform. A mainstream online and offline WeChat interactive marketing method has been formed.
2. Development preparation
Before development, the company will prepare some information for you. At this time, you only need to log in to the WeChat public platform https://mp. weixin.qq.com. Start our developer mode
After these tasks are ready, we can start our coding work.
3. Start coding
Step one: All we have to do is create the menu. The menu is divided into first-level menu and second-level menu. Officially, the first-level menu has a maximum of 3 and the second-level menu has a maximum of 5, as shown in the figure below.
#The above is the entire content of this article, I hope you all like it.
The above is the detailed content of Introduction to the preparation steps for using .NET WeChat public account development. For more information, please follow other related articles on the PHP Chinese website!