Home Backend Development PHP Tutorial WeChat public account development tutorial Part 1 - Introduction_PHP tutorial

WeChat public account development tutorial Part 1 - Introduction_PHP tutorial

Jul 20, 2016 am 11:12 AM
develop introduction WeChat Tutorial time have of

I have been working with WeChat public accounts for more than two months. During this period, in addition to continuously improving the personal public account xiaoqrobot, I also led the team to develop two enterprise applications for the company: one is a common type of public account, The other is a conference-type public account. After the development of these three public accounts, I am relatively familiar with the APIs currently open to the WeChat public platform. I have used all the APIs such as text messages, graphic messages, music messages, voice messages, location messages, etc., and also used the menus. Therefore, I came up with the idea of ​​writing a WeChat public account development tutorial to share the technical experience learned to help more friends in need. I also hope to get to know friends in the same industry, communicate together, and make progress together!

The following is a brief explanation of the upcoming series of tutorials on WeChat public account development. The tutorial is mainly for friends who have a certain foundation in Java programming. I don’t plan to start with the programming language. First, I consider that I don’t have so much time and energy (to go to work, decorate, learn to drive, etc.), and second, I am afraid that I will wait for me to master the programming language. After that, the WeChat public account has undergone major changes, so the tutorial seems a bit outdated and unattractive, so it can only be a focused introduction. As for the content, it will probably involve:

1) Cutting-edge knowledge: the classification of WeChat public accounts, the characteristics and differences of the two modes, the configuration and use of the development mode, etc.;

2) The use of various messages in the API (I have encapsulated the API and made it into a jar package, and will consider sharing it when the time comes);

3) Tips in WeChat public account development (such as line breaks, sending emoticons through codes, snowflakes on the screen, emoticon reception and recognition, inconsistent performance on Android and iOS, etc.);

4) Methods of connecting with business systems (links, text messages, etc., in addition to technical explanations, some analysis and comparison will also be done);

5) Development of common functions on the WeChat public platform (such as human-machine dialogue like a little yellow chicken, weather forecast, precise positioning and use of Baidu maps, music search, speech recognition analysis, etc.)

Of course, the specific written content will definitely be more than these, but it will definitely include all the content introduced above.

I don’t know how long it will take to finish writing these contents. Of course, the sooner the better, I will try my best. I hope that if you are reading the blog post, you can follow xiaoqrobot through WeChat or leave a message on the blog to support me and give me motivation. Thank you!

The purpose of developing xiaoqrobot is to learn WeChat public account development and experience all kinds of messages released by the API. Although it seems a bit like a hodgepodge now, it is still relatively practical and a good helper for life and entertainment. It currently has more than 370 followers. The surrounding search function is relatively accurate in positioning (it solves the problem of correction and can be accurate to a range of ten meters). It is very convenient to search for food, ATM machines, toilets, supermarkets, etc. when going out. It also provides route navigation; the chat function was developed by me. Yes, a lot of content in the subsequent series of tutorials will be extracted from it. The following is a screenshot of the main interface. Friends who are looking forward to the series of series of tutorials are highly recommended to pay attention to the experience. Please also give more comments on the things that are not done well. In addition to the technology itself, , experience is also what I pay more attention to.


www.bkjia.comtruehttp: //www.bkjia.com/PHPjc/444577.htmlTechArticleIt has been more than two months since I contacted the WeChat public account. During this period, in addition to gradually improving my personal public account In addition to xiaoqrobot, he also led the team to develop two enterprise applications for the company:...
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn

Hot AI Tools

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 Article

Roblox: Bubble Gum Simulator Infinity - How To Get And Use Royal Keys
3 weeks ago By 尊渡假赌尊渡假赌尊渡假赌
Mandragora: Whispers Of The Witch Tree - How To Unlock The Grappling Hook
3 weeks ago By 尊渡假赌尊渡假赌尊渡假赌
Nordhold: Fusion System, Explained
3 weeks ago By 尊渡假赌尊渡假赌尊渡假赌

Hot Tools

Notepad++7.3.1

Notepad++7.3.1

Easy-to-use and free code editor

SublimeText3 Chinese version

SublimeText3 Chinese version

Chinese version, very easy to use

Zend Studio 13.0.1

Zend Studio 13.0.1

Powerful PHP integrated development environment

Dreamweaver CS6

Dreamweaver CS6

Visual web development tools

SublimeText3 Mac version

SublimeText3 Mac version

God-level code editing software (SublimeText3)

Hot Topics

Java Tutorial
1669
14
PHP Tutorial
1273
29
C# Tutorial
1256
24
Advanced Bootstrap Tutorial: Mastering Customization & Components Advanced Bootstrap Tutorial: Mastering Customization & Components Apr 04, 2025 am 12:04 AM

How to master Bootstrap customization and component usage includes: 1. Use CSS variables and Sass preprocessor for style customization; 2. Deeply understand and modify component structure and behavior. Through these methods, a unique user interface can be created to improve the responsiveness and user experience of the website.

What is the difference between H5 page production and WeChat applets What is the difference between H5 page production and WeChat applets Apr 05, 2025 pm 11:51 PM

H5 is more flexible and customizable, but requires skilled technology; mini programs are quick to get started and easy to maintain, but are limited by the WeChat framework.

How to solve the problem of JS resource caching in enterprise WeChat? How to solve the problem of JS resource caching in enterprise WeChat? Apr 04, 2025 pm 05:06 PM

Discussion on the JS resource caching issue of Enterprise WeChat. When upgrading project functions, some users often encounter situations where they fail to successfully upgrade, especially in the enterprise...

Is the company's security software causing the application to fail to run? How to troubleshoot and solve it? Is the company's security software causing the application to fail to run? How to troubleshoot and solve it? Apr 19, 2025 pm 04:51 PM

Troubleshooting and solutions to the company's security software that causes some applications to not function properly. Many companies will deploy security software in order to ensure internal network security. ...

The difference between H5 and mini-programs and APPs The difference between H5 and mini-programs and APPs Apr 06, 2025 am 10:42 AM

H5. The main difference between mini programs and APP is: technical architecture: H5 is based on web technology, and mini programs and APP are independent applications. Experience and functions: H5 is light and easy to use, with limited functions; mini programs are lightweight and have good interactiveness; APPs are powerful and have smooth experience. Compatibility: H5 is cross-platform compatible, applets and APPs are restricted by the platform. Development cost: H5 has low development cost, medium mini programs, and highest APP. Applicable scenarios: H5 is suitable for information display, applets are suitable for lightweight applications, and APPs are suitable for complex functions.

Ouyi Exchange app domestic download tutorial Ouyi Exchange app domestic download tutorial Mar 21, 2025 pm 05:42 PM

This article provides a detailed guide to safe download of Ouyi OKX App in China. Due to restrictions on domestic app stores, users are advised to download the App through the official website of Ouyi OKX, or use the QR code provided by the official website to scan and download. During the download process, be sure to verify the official website address, check the application permissions, perform a security scan after installation, and enable two-factor verification. During use, please abide by local laws and regulations, use a safe network environment, protect account security, be vigilant against fraud, and invest rationally. This article is for reference only and does not constitute investment advice. Digital asset transactions are at your own risk.

What should I do if the company's security software conflicts with applications? How to troubleshoot HUES security software causes common software to fail to open? What should I do if the company's security software conflicts with applications? How to troubleshoot HUES security software causes common software to fail to open? Apr 01, 2025 pm 10:48 PM

Compatibility issues and troubleshooting methods for company security software and application. Many companies will install security software in order to ensure intranet security. However, security software sometimes...

What are the development tools for H5 and mini program? What are the development tools for H5 and mini program? Apr 06, 2025 am 09:54 AM

H5 development tools recommendations: VSCode, WebStorm, Atom, Brackets, Sublime Text; Mini Program Development Tools: WeChat Developer Tools, Alipay Mini Program Developer Tools, Baidu Smart Mini Program IDE, Toutiao Mini Program Developer Tools, Taro.

See all articles