Home > Article > WeChat Applet > Summary of points to note about .net WeChat development
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: 1. Regarding retry message duplication, it is recommended to use msgid to deduplicate messages.
2. 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. If the server cannot guarantee to process and reply within five seconds, you can directly reply with an empty string. The WeChat server will not do anything with this and will not initiate a retry. For details, please see "Send a Message - Passive Reply to a Message".
3. In order to ensure higher security, developers can set up message encryption in the developer center on the official website of the public platform. After encryption is turned on, messages sent by users will be encrypted, and messages passively replied to users by official accounts also need to be encrypted (but developers sending messages to users through API calls such as customer service interfaces will not be affected). For detailed instructions on message encryption and decryption, please see "Message Encryption and Decryption Instructions". The push XML data packet structure of each message type is as follows: Text message 1. Recommended 10 commonly used asp.net WeChat development usages, welcome to download!
Introduction: When an ordinary WeChat user sends a message to a public account, the WeChat server will POST the XML of the message The data package is sent to the URL filled in by the developer. Please note: 1. Regarding retry message duplication, it is recommended to use msgid to deduplicate messages. 2. 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. If the server cannot guarantee to process and reply within five seconds, you can directly reply with an empty string. The WeChat server will not do anything with this and will not initiate a retry. For details, please see "Sending Messages - Passive Reply to Messages". 3. In order to ensure higher security... 2. 10 recommended articles about database design
Introduction: This article mainly introduces the relevant information on the implementation of the WeChat code scanning registration and login function on the PC side of .NET WeChat development. It is very good and has a reference. For value, friends in need can refer to the next article. Let me state in the preface that the focus of this article is the implementation idea. The code and database design are mainly to show the idea. If the project has strict requirements on code efficiency, do not copy it. I believe that anyone who has done WeChat development has done a lot of authorization, but generally speaking we do more authorization for mobile websites. To be precise, we do authorization under WeChat. A problem I encountered today is that project support... 3. About WeChat user registration and login example code summary Introduction: This article mainly introduces the relevant information on the implementation of the PC-side WeChat code scanning registration and login functions developed by .NET WeChat. It is very good and has a reference. For reference value, friends who need it can refer to the next article. Let me state in the preface that the focus of this article is the implementation idea. The code and database design are mainly to show the idea. If the project has strict requirements on code efficiency, do not copy it. I believe that anyone who has done WeChat development has done a lot of authorization, but generally speaking we do more authorization for mobile websites. To be precise, we do authorization under WeChat. A problem I encountered today is that the project supports...
Introduction: This article mainly introduces the implementation of the PC-side WeChat code scanning registration and login functions in .NET WeChat development The information is very good and has reference value. Friends who need it can refer to 5. .NET WeChat development public account message processing code example
Introduction: This article tells you about the message processing of public accounts in the development of .net WeChat public accounts. It is very detailed. Friends who need it can refer to it. 6. .Net WeChat development how to solve the access_token expiration problem Introduction: This article mainly introduces in detail how to solve the access_token expiration problem in .Net WeChat development. Interested friends can refer to it 7. Detailed explanation of asp.net WeChat development message response method
##Introduction: This article explains in detail the message response method of asp.net WeChat development 8. Using .NET WeChat to develop PC-side WeChat code scanning registration and login function implementation code
Introduction: This article mainly introduces the implementation of the PC-side WeChat code scanning registration and login functions in .NET WeChat development The information is very good and has reference value. Friends who need it can refer to it 9. asp.net WeChat development followed user management steps detailed explanation
Introduction: This article mainly introduces the related content of following user management in asp.net WeChat development. Friends who need it You can refer to the following 10. asp.net WeChat development developer access skills
Introduction: This article mainly introduces the relevant content related to developer access in asp.net WeChat development. Friends in need can refer to it The above is the detailed content of Summary of points to note about .net WeChat development. For more information, please follow other related articles on the PHP Chinese website!