current location:Home > Technical Articles > WeChat Applet > WeChat Development

  • Picture display problem obtained by WeChat jssdk interface
    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
    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
    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
    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
    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
    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
    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
    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
    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
    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
    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
    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
    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
    .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
    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

Tool Recommendations

jQuery enterprise message form contact code

jQuery enterprise message form contact code is a simple and practical enterprise message form and contact us introduction page code.
form button
2024-02-29

HTML5 MP3 music box playback effects

HTML5 MP3 music box playback special effect is an mp3 music player based on HTML5 css3 to create cute music box emoticons and click the switch button.

HTML5 cool particle animation navigation menu special effects

HTML5 cool particle animation navigation menu special effect is a special effect that changes color when the navigation menu is hovered by the mouse.
Menu navigation
2024-02-29

jQuery visual form drag and drop editing code

jQuery visual form drag and drop editing code is a visual form based on jQuery and bootstrap framework.
form button
2024-02-29

Organic fruit and vegetable supplier web template Bootstrap5

An organic fruit and vegetable supplier web template-Bootstrap5
Bootstrap template
2023-02-03

Bootstrap3 multifunctional data information background management responsive web page template-Novus

Bootstrap3 multifunctional data information background management responsive web page template-Novus
backend template
2023-02-02

Real estate resource service platform web page template Bootstrap5

Real estate resource service platform web page template Bootstrap5
Bootstrap template
2023-02-02

Simple resume information web template Bootstrap4

Simple resume information web template Bootstrap4
Bootstrap template
2023-02-02

Cute summer elements vector material (EPS PNG)

This is a cute summer element vector material, including the sun, sun hat, coconut tree, bikini, airplane, watermelon, ice cream, ice cream, cold drink, swimming ring, flip-flops, pineapple, conch, shell, starfish, crab, Lemons, sunscreen, sunglasses, etc., the materials are provided in EPS and PNG formats, including JPG previews.
PNG material
2024-05-09

Four red 2023 graduation badges vector material (AI EPS PNG)

This is a red 2023 graduation badge vector material, four in total, available in AI, EPS and PNG formats, including JPG preview.
PNG material
2024-02-29

Singing bird and cart filled with flowers design spring banner vector material (AI EPS)

This is a spring banner vector material designed with singing birds and a cart full of flowers. It is available in AI and EPS formats, including JPG preview.
banner picture
2024-02-29

Golden graduation cap vector material (EPS PNG)

This is a golden graduation cap vector material, available in EPS and PNG formats, including JPG preview.
PNG material
2024-02-27

Home Decor Cleaning and Repair Service Company Website Template

Home Decoration Cleaning and Maintenance Service Company Website Template is a website template download suitable for promotional websites that provide home decoration, cleaning, maintenance and other service organizations. Tip: This template calls the Google font library, and the page may open slowly.
Front-end template
2024-05-09

Fresh color personal resume guide page template

Fresh color matching personal job application resume guide page template is a personal job search resume work display guide page web template download suitable for fresh color matching style. Tip: This template calls the Google font library, and the page may open slowly.
Front-end template
2024-02-29

Designer Creative Job Resume Web Template

Designer Creative Job Resume Web Template is a downloadable web template for personal job resume display suitable for various designer positions. Tip: This template calls the Google font library, and the page may open slowly.
Front-end template
2024-02-28

Modern engineering construction company website template

The modern engineering and construction company website template is a downloadable website template suitable for promotion of the engineering and construction service industry. Tip: This template calls the Google font library, and the page may open slowly.
Front-end template
2024-02-28