current location:Home > Technical Articles > WeChat Applet > WeChat Development
- Direction:
- All web3.0 Backend Development Web Front-end Database Operation and Maintenance Development Tools PHP Framework Daily Programming WeChat Applet Common Problem Other Tech CMS Tutorial Java System Tutorial Computer Tutorials Hardware Tutorial Mobile Tutorial Software Tutorial Mobile Game Tutorial
- Classify:
-
- Picture display problem obtained by WeChat jssdk interface
- In the past few days, I have been studying the development problem of this WeChat public platform. When using the chooseImage interface call to obtain the image, it has not been displayed. Some posts on Baidu have not been very good. Later, I finally studied how to display it. Now I am writing I came out to make a backup and encountered some problems when using WeChat JSDK. When configuring the S interface secure domain name, I need to use the first-level domain name. You cannot use the second-level domain name, and you cannot use http or https. For example, my test upload image URL is http: //robertfly.applin...
- WeChat Development 2913 2017-04-04 11:33:18
-
- WeChat scan code payment mode
- WeChat scan code payment (Mode 1) Official document address: https://pay.weixin.qq.com/wiki/doc/api/native.php?chapter=64 Project open source address: http://git.oschina.net /javen205/weixinguide Problems encountered in WeChat scan code payment The native payment URL parameter error callback interface URL has a callback, but the parameters cannot be received. The data field structure returned by the merchant background is illegal to obtain the merchant...
- WeChat Development 6865 2017-04-04 11:30:11
-
- Summary of WeChat content layout tools
- The job of operating WeChat has become popular in the workplace. The self-media companies that produce content have spent a lot of effort on this operation. There are copywriters who specialize in writing popular titles, and there are also copywriters who specialize in creating exquisite graphic and text layouts. As for designers with red eyes, today we will take stock of what graphic and text layout editors are available. No1: 135 Typesetting This is the most convenient WeChat graphic and text typesetting tool that I use. Advantages: One-click typesetting, friends with no basic knowledge can apply it directly, and it is the designer’s original design. Disadvantages: There are many bugs, insufficient stability, and sometimes errors will occur when copying and pasting. Ease of use index: ★★★...
- WeChat Development 2961 2017-04-04 11:28:07
-
- Using JAVA to develop WeChat public platform (1) - environment construction and development access
- 1. Initial WeChat public platform WeChat public platform, which is what we usually call "public account", was once named "official platform" and "media platform", but was finally named "public platform". From the naming of WeChat, I can find that the public platform is not just a platform used by officials and media, but a unified platform open to all the public. WeChat public platform address: https://mp.weixin.qq.com/ WeChat public platform is divided into four major sections: subscription account, service account, mini program, and enterprise account. According to WeChat's 2016 open course plan, the enterprise account will follow up with the enterprise...
- WeChat Development 1795 2017-04-04 10:32:40
-
- Introduction to uploading temporary materials for WeChat development
- It mainly introduces the relevant information of WeChat development to simply implement uploading temporary materials in detail, with specific code analysis for your reference.
- WeChat Development 2336 2017-04-02 16:28:51
-
- Implementation steps for obtaining web page authorization for WeChat public accounts
- Under the premise of ensuring that the WeChat public account has the authorization scope (scope parameter) (after the service account obtains the advanced interface, it will have snsapi_base and snsapi_userinfo in the scope parameter by default), guide followers to open the following page:
- WeChat Development 2713 2017-04-02 16:08:22
-
- How to query code analysis of selected articles in WeChat development
- Check some selected articles in WeChat with relatively high number of clicks. Don't forget to apply for apikey (you can get it by logging in to your Baidu account). The functions to be completed are: 1. When the user replies to "article", the official account must return the number of the article category (for example, 9, Technology). 2. If the user replies wz9, 1, Tencent can return the articles with the keyword "Tencent" in the science and technology articles, and displays the first page (wz9, 2, Tencent can return the second page, and the articles returned on each page The quantity can be customized, I will put back 7 articles here).
- WeChat Development 1569 2017-04-02 15:39:46
-
- WeChat development allows you to quickly check city weather
- To query city weather on WeChat, first, you need to find an API to obtain weather. Here, Baidu’s apistore is used. You can go to Baidu to apply for and use the API.
- WeChat Development 1482 2017-04-02 15:29:17
-
- Description of WeChat Development Agreement
- The published message corresponds to an ID (as long as it is unique in a single direction, the server may judge repeated reception based on the ID). The message retransmission mechanism ensures a limited number of retries. If the retry fails, the user will be prompted. If the message is successfully sent, a confirmation message will be given to the customer. Only when the end receives the confirmation message will it know that the transmission was successful. Sending a message may not generate a new SyncKey.
- WeChat Development 1733 2017-04-02 15:23:55
-
- How to develop WeChat public platform using .net
- The public platform information interface provides developers with a new message processing method. Only after applying to become a developer can you use the development functions of the public platform. Here you need to fill in a URL and a Token. These two pieces of information are also required. You have your own server (external network server) resources, the Token can be filled in by the developer, and the URL is the link address of the interface configuration information.
- WeChat Development 1690 2017-04-02 14:39:51
-
- Implementation of WeChat public account actively pushing messages
- By learning from friends’ implementation methods and sorting them out, the WeChat public platform messages are actively pushed and shared with everyone for your reference. The specific content is as follows. This method is implemented by simulating the method of logging in to the WeChat public platform.
- WeChat Development 6368 2017-04-02 14:26:37
-
- JS code analysis in WeChat QR code login
- In many places, there are applications such as QR code login, QR code payment, QR code account (not to mention the QR code stud here, fraud), QR code verification, and multi-terminal auxiliary authorization applications. It started to get more and more. Let’s first talk about what a QR code is. In fact, a QR code is a black and white picture that stores binary data. When a request for QR code login appears,
- WeChat Development 2373 2017-04-02 14:17:25
-
- C# develops WeChat portal and applies management operations of WeChat portal menu
- The previous articles continue my own technical exploration and related experience summary of C# development of WeChat portals and applications. I continue to explore WeChat API and share related technologies. On the one hand, it is to interact and communicate with everyone in this regard. On the other hand, it is also Concentrate on the development of the underlying technology of WeChat applications and consolidate the basic modules so that they can be used in future applications. This essay continues to introduce the management operations of the WeChat portal menu.
- WeChat Development 1505 2017-03-31 15:45:17
-
- .NET WeChat public account obtains OpenID and user information instance analysis
- This article mainly introduces in detail the method of obtaining OpenID and user information for .NET WeChat public account. User OpenID is particularly important for the development of WeChat public platform. Interested friends can refer to it.
- WeChat Development 4102 2017-03-31 15:33:33
-
- Detailed graphic explanation of how to imitate the message style of WeChat Moments in .Net language Smobiler development
- This article mainly introduces how the .Net language Smobiler development platform can imitate the message style of WeChat Moments? This article reveals the answer for everyone
- WeChat Development 3608 2017-03-31 15:28:23