Detailed explanation of the direct relationship between the three major platforms of mp, open and pay

Detailed explanation of the direct relationship between the three major platforms of mp, open and pay

This article mainly introduces the eleventh step of Java WeChat public platform development. The relationship between WeChat public platform, open platform and merchant platform in WeChat development has certain reference value. Interested friends can refer to it.

May 10, 2017 am 09:25 AM
微信公众平台 微信开放平台 微信商户平台
WeChat secondary development text message request and sending

WeChat secondary development text message request and sending

This article mainly introduces the second part of the secondary development of Java WeChat in detail, the Java WeChat text message interface request and sending function, which has certain reference value. Interested friends can refer to it.

May 10, 2017 am 09:25 AM
Java 微信 文本消息
Secondary development of WeChat request verification

Secondary development of WeChat request verification

This article mainly introduces the first part of the secondary development of Java WeChat in detail. The Java WeChat request verification function has certain reference value. Interested friends can refer to it.

May 10, 2017 am 09:22 AM
Java微信二次开发 Java微信开发 Java微信请求验证
WeChat development passive reply and upload and download files

WeChat development passive reply and upload and download files

This chapter will talk about how to respond to user requests. Novices must be confused when they see this title. Don’t be confused. The interface of WeChat is just like this. When replying to pictures, music, voice, etc., we need to upload our media files to the WeChat server before we can use it. I don’t know what the considerations are for this approach, and the message body formats sent by the customer service interface and the group sending interface are actually different when replying to messages to users. It is estimated that these interfaces were not written by the same person, and the code was not unified. We loser developers can only complain.

May 09, 2017 am 09:58 AM
微信开发,被动回复,上传下载文件
WeChat development for receiving text messages

WeChat development for receiving text messages

The message types in WeChat are: text, picture, voice, video, geographical location, link and event message. Except for event messages, the others are collectively called ordinary messages. The push and response of messages in WeChat are transmitted in xml data packets. When a user sends a message to an official account, if the WeChat server does not receive a response within five seconds, the connection will be disconnected and the request will be reinitiated for a total of three retries. Ordinary messages can be deduplicated using msgid to avoid the impact of duplicate messages on business logic.

May 09, 2017 am 09:43 AM
微信开发,接受文本消息
WeChat development of receiving event push and message deduplication

WeChat development of receiving event push and message deduplication

As mentioned in the previous blog post, WeChat messages can be roughly divided into two types. One is ordinary messages including text, voice, pictures, etc., and the other is the event type that this article will cover. Including: following/unfollowing events, scanning QR code events with parameters, reporting geographical location events, custom menu-related events, etc. This article explains them one by one.

May 09, 2017 am 09:39 AM
微信开发,接收时间推送,消息排重
Message body signature, encryption and decryption developed by WeChat

Message body signature, encryption and decryption developed by WeChat

The first few articles are mainly preparations for WeChat development and have little technical content. In the first and second articles, I mainly talked about using Peanut Shell to cooperate with VS for code debugging. I was once complained by garden friends that I was a joke invited by Peanut Shell. I had no choice but to distinguish myself from Peanut Shell. Boundaries, before entering the main text of this article, I will introduce to you ngrok, a tool that is more useful than peanut shells. I will not explain the benefits of ngrok in detail here. After all, it is not the focus of this article.

May 09, 2017 am 09:33 AM
微信开发,消息体,签名,加解密
Newbie Access Guide to WeChat Development Department

Newbie Access Guide to WeChat Development Department

The working principle of the WeChat public platform message interface can be roughly understood as follows: the process from the user end to the public account end is as follows. The user sends a message to the WeChat server, and the WeChat server posts the received message to the URL filled in by the user when accessing. , in the url handler, first determine the legality of the message, and then make corresponding responses based on the content of the message body after successful judgment. The principle is easy to understand, and it may be easier for those who have been exposed to sockets.

May 09, 2017 am 09:20 AM
微信开发,新手接入
WeChat development vs remote debugging

WeChat development vs remote debugging

A few days ago I decided to write a series on WeChat public platform development. After publishing the first blog post, I received a lot of feedback and suggestions from garden friends. I would like to thank you all for your support. I will continue to write this series and hope to help more people. little friend. Special thanks to @ZIP, it was his reminder that led to this blog post. I also hope that more friends can give me your feedback.

May 08, 2017 am 11:32 AM
微信开发,vs远程调试
WeChat development debugging environment deployment

WeChat development debugging environment deployment

WeChat public accounts have been popular for a while. The author has been involved in the development of WeChat public accounts relatively early. I have been doing it for about a year and a half. From the beginning, I started looking for demos everywhere on the Internet to now developing some public accounts. There are countless tutorials on WeChat development in the garden, and I am ready to join in the fun. The first is to sort out the development experience during this period, and the second is to hope that it can help friends who want to develop WeChat. I hope that the great gods will take it easy when they complain. The author is just a loser programmer with less than three years of work experience. In terms of development experience, I am not on the same level as the masters in the garden, so I would like to ask the masters for their guidance.

May 08, 2017 am 11:18 AM
微信开发,调试环境部署
The big carousel function developed by WeChat

The big carousel function developed by WeChat

WeChat marketing is a new marketing model. Since WeChat pays more attention to the interaction between users, this kind of marketing promotion cannot blindly apply the simple large-scale advertising push method of Weibo marketing. This method is very ineffective in WeChat marketing and will make users disgusted and then cancel the WeChat public account of the company or merchant. For enterprises, an important aspect of WeChat promotion is to improve the viscosity between users and public accounts, and WeChat Carousel is one of the most common activities.

May 08, 2017 am 11:13 AM
微信开发,大转盘
2048 game developed by WeChat

2048 game developed by WeChat

In this WeChat mini program development tutorial, we will introduce how to use WeChat mini program to develop 2048 mini games. This article is mainly divided into two parts, the main part of the mini program and the mini game page part

May 08, 2017 am 11:04 AM
微信开发,游戏
Detailed explanation of sandbox key steps for WeChat payment development

Detailed explanation of sandbox key steps for WeChat payment development

In order to lower the testing threshold for merchants, the WeChat payment team developed an independent simulation testing system. The system returns different response messages based on the amount of the acceptance use case to meet the merchant's needs for normal function testing, security/abnormality testing, and performance testing.

May 08, 2017 am 10:50 AM
微信开发,微信支付
Detailed introduction to the initial experience of JFinal WeChat development

Detailed introduction to the initial experience of JFinal WeChat development

WeChat development is a relatively hot industry in the market currently. From WeChat official accounts to WeChat applets, it can be said that WeChat has greatly enriched people’s lives, and of course it has also given us developers some new gadgets. Today I will learn with my friends how to use jfinal Weixin SDK for rapid development. 1. How to use JFinal Weixin for WeChat development? JFinal Weixin Speedy Development SDK is a relatively good SDK package; it is mainly used to help Java developers develop WeChat...

May 07, 2017 pm 02:29 PM
JFinal,微信开发

Hot tools Tags

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 Tools

vc9-vc14 (32+64 bit) runtime library collection (link below)

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

VC9 32-bit phpstudy integrated installation environment runtime library

PHP programmer toolbox full version

PHP programmer toolbox full version

Programmer Toolbox v1.0 PHP Integrated Environment

VC11 32-bit

VC11 32-bit

VC11 32-bit phpstudy integrated installation environment runtime library

SublimeText3 Chinese version

SublimeText3 Chinese version

Chinese version, very easy to use