Home >WeChat Applet >WeChat Development >Recommended 10 commonly used ways to send messages, welcome to download!
This article uses a small example to simply demonstrate how to use the Huanxin SDK to send and receive messages in the WeChat applet. After downloading the demo from the official website, copy the files in the entire utils directory to the directory of our own project. In WebIMConfig.js, replace the AppKey with the key of your own application. The interface is simply composed of an input box and a button. Click the button to send a message. Import WebIM.jsvar WebIM = require('../../utils/WebIM.js') var WebIM = WebIM.default login hxlogign: function () { var options = {
1. A brief discussion on the core architecture design of the chat interface
# #Introduction: This article uses a small example to simply demonstrate the use of Huanxin SDK to send and receive messages in the WeChat applet. After downloading the demo from the official website, copy the files in the entire utils directory to the directory of our own project. In WebIMConfig.js, replace the AppKey with the key of your own application. The interface is simply composed of an input box and a button. Click the button to send a message. Import WebIM.jsvar WebIM = require('../../utils/WebIM.j...
2. How to use NetRemoting ? Summary of NetRemoting instance usage
3.
Detailed introduction to two-way communication
##Introduction: This article mainly introduces C# NetRemoting realizes two-way communication. .Net Remoting allows the client to access the channel to obtain the server object through Remoting, and then resolves it into the client object through the proxy to realize the communication. If you have nothing to do, you want to play with the two-way communication, and realize QQ-like The function of sending messages to each other. So I started to learn .Net Remoting. Net Remoting is that the client accesses the channel to obtain the server object through Remoting, and then resolves it into the client object through the proxy...
4.
WeChat develops interfaces and parameters for receiving geographical location and linksIntroduction: Receiving ordinary messages When ordinary WeChat users send messages to public accounts, the WeChat server will POST the XML data packet of the message to the URL filled in by the developer
##5. . WeChat development interface and parameters for receiving video messages
##Introduction: Receive ordinary messages as ordinary When a WeChat user sends a message to a public account, the WeChat server will POST the XML data packet of the message to the URL filled in by the developer.
6. WeChat develops an interface for receiving voice messages. With parameters
##Introduction: Receiving ordinary messages When ordinary WeChat users send messages to public accounts, the WeChat server Pack the XML data of the POST message to the URL filled in by the developer ##7.
Introduction: When an ordinary WeChat user sends a message to a public account, the WeChat server will POST the XML data packet of the message to the URL filled in by the developer. .
8. WeChat development interface and parameters for receiving text messages
##Introduction: When an ordinary WeChat user sends a message to a public account, the WeChat server will POST the XML data packet of the message to the URL filled in by the developer. Please note:
9. Simple question discussion on WeChat development
10.
Take you to have an in-depth understanding of the WeChat applet integrated Huanxin SDK
[Related Q&A recommendations] :
mysql - How to insert data into 2 tables in php at the same timec++ - The windows system will behave like a process during sleep/hibernation News? A problem with mongodb document array queryjava - netty4, the server actively sends messages to the client, how to store the channel in the redis cache middle? php+mysql is used as the backend, how to realize user login and push messages
The above is the detailed content of Recommended 10 commonly used ways to send messages, welcome to download!. For more information, please follow other related articles on the PHP Chinese website!