Home  >  Article  >  WeChat Applet  >  10 recommended articles about WeChat public accounts

10 recommended articles about WeChat public accounts

黄舟
黄舟Original
2017-06-11 14:56:221942browse

Recently I have been working on the development of WeChat public accounts, but when an error occurred when debugging on a mobile phone, nothing was replied. Debugging by logging was too inefficient, so this small tool software was born. Function introduction: When developing the WeChat public platform, most people use their mobile phones to send messages through WeChat, and then use logs to record some debugging information, because once our WEB program has an error or times out, the result cannot be seen on the mobile WeChat side. Come. Using this small tool, you can solve this problem. Even if it times out (the WeChat server only gives 5 seconds), there is no need to be afraid. Of course, it is best not to time out. 1. Request URL Request URL Enter the URL you used in the public platform development mode (as shown below). This tool does not have a signature verification algorithm, so there is no need to fill in the Token, but we need it for security in the WEB program. For signature verification, therefore, you need to add parameters that only you know, such as debug=true, to prevent the WEB program from performing signature verification, so that you can skip the signature verification part for debugging. You can save up to 3 request URLs, each of which records the last submitted parameters to facilitate debugging between multiple servers. 2.F

1. WeChat public account development and debugging tool release introduction

10 recommended articles about WeChat public accounts

##Introduction: Recently I have been working on the development of WeChat public accounts, but when an error occurred when debugging on a mobile phone, nothing was replied. Debugging by logging is too inefficient, so this small tool software was born. Birth.

2. php WeChat public account sends red envelopes

Introduction::This article mainly introduces php WeChat public account The account will send red envelopes. Students who are interested in PHP tutorials can refer to it.

3. WeChat Public Account Development Tutorial Part 14 - Custom Menu Creation and Menu Event Response_PHP Tutorial

Introduction: WeChat public account development tutorial Part 14 - Custom menu creation and menu event response. WeChat 5.0 was released on August 5, 2013. With the release of WeChat 5.0 iPhone version, the public platform also underwent important updates, mainly including: 1) The operating subject is an organization, and you can choose to become a service account

4. WeChat Public Account Development Tutorial Part 13 - Complete Guide to Graphic Messages_PHP Tutorial

Introduction: WeChat Public Account Development Tutorial Part 1 13 articles - Complete guide with pictures and texts. Introduction and Summary Several readers have complained that Liu Feng only used text messages as examples, never mentioned graphic messages, and did not know how to use graphic messages. Well, I was wrong. Original

5. WeChat Public Account Development Tutorial Part 12 - Sending Emoticons (Part 2)_PHP Tutorial

Introduction: WeChat Public Account Development Tutorial Part 12 - Sending emoticons (Part 2). Introduction and Article Summary The 11th article gives the Unified version of the symbol expression (emoji expression) code table, and introduces how to send emoji expressions in the WeChat public account development mode, and also

6. WeChat Public Account Development Tutorial Part 11 - Sending Emoticons (Part 1)_PHP Tutorial

Introduction: WeChat Public Account Development Tutorial Part 11 - Sending emoticons (Part 1). Digression (can be skipped) I believe that everyone has been waiting for this article for too long. It’s not that I’m trying to be mysterious and whet everyone’s appetite, but it really takes too much time to write an article. Maybe one

7. WeChat Public Account Development Tutorial Part 10 - Parsing the Message Creation Time in the InterfaceCreateTime_PHP Tutorial

Introduction: WeChat public account development tutorial Part 10 - Parse the message creation time CreateTime in the interface. 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: Above

8. WeChat public account development tutorial Part 9 - Sending and receiving QQ emoticons_PHP tutorial

Introduction: WeChat public account development tutorial Part 9 - Sending and receiving QQ emoticons. I think everyone will be familiar with QQ emoticons. Each small avatar greatly enriches the fun of chatting, making chatting no longer a simple text description, but can also be accompanied by expressions of joy, anger, sadness, joy, etc.

9. WeChat Public Account Development Tutorial Part 8 - Using Web Page Hyperlinks in Text Messages_PHP Tutorial

Introduction: WeChat Public Account Development Tutorial Part 8 - Using web hyperlinks in text messages. This article mainly introduces the role of web hyperlinks and how to use web hyperlinks in text messages. The role of hyperlinks on web pages. I think those who are familiar with HTML will definitely not understand hyperlinks. The use of characters_PHP tutorial

Introduction: WeChat public account development tutorial Part 7 - The use of line breaks in text messages. This article mainly introduces the benefits of using line breaks in text messages and how to use line breaks. Although I have not been able to find time to write a blog in the past month, I have been seriously replying to everyone’s questions

[Related Q&A recommendations]:

php - Are WeChat public accounts prohibited from accessing external links?

The above is the detailed content of 10 recommended articles about WeChat public accounts. For more information, please follow other related articles on the PHP Chinese website!

Statement:
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