Home  >  Article  >  Backend Development  >  Related recommendations for permanent materials

Related recommendations for permanent materials

巴扎黑
巴扎黑Original
2017-06-12 16:37:161922browse

This article mainly introduces the detailed explanation of using PHP to call the WeChat interface to upload permanent materials. Functional requirements The company's newly opened official account needs to import all the current high-quality articles on the company's platform. Manual import will cause a lot of workload, so it is adopted Automated synchronization of articles to achieve results Development instructions WeChat open api provides an interface for adding permanent materials. This function is based on this interface for data synchronization. The interface used to obtain the permanent material list interface: material/batchget_material Add permanent materials Interface: material/add_news New media file interface: material/add_material Picture and text type single picture and text (requires a default cover, which needs to be uploaded to the WeChat official account background in advance) Environment requirements PHP version: 5.5 or below (because of the upload in the following code Media files must be in this environment, otherwise the call to the WeChat interface will fail) Development process 1. Obtain a list of all articles from the company platform 2. Traverse the article list and check whether the article has image attachments. If so, proceed to the third step. Otherwise, proceed to the third step. Four steps 3. Detect all attachments, take out the first image attachment, and call the new

1. Detailed explanation of using php to call the WeChat interface to upload permanent materials

Related recommendations for permanent materials

Introduction: This article mainly introduces the detailed explanation of using PHP to call the WeChat interface to upload permanent materials,

2. Introduction to permanent material management in asp.net WeChat development

Related recommendations for permanent materials

Introduction: This This article mainly introduces the relevant content of permanent material management in asp.net WeChat development. Friends in need can refer to

3. php upload to WeChat public platform with How to solve the problem of content loss when sending text messages with multiple pictures?

Introduction: 1. Question: Upload an article in wordpress as permanent material to WeChat: When there is only one picture in the article, it can be uploaded normally, and in When viewing this material on the WeChat public platform, the text content and pictures can be displayed in full. Add another picture to the article (when the article picture is larger than 1)...

4. About WeChat upload permanent material interface error (empty news data)

Introduction: About the WeChat upload permanent material interface error (empty news data)

[Related Q&A recommendations]:

php - WeChat uploads permanent material error report

php - [WeChat] Get material list interface, get all when getting image and text list? ?

#How to solve the problem of content loss when uploading graphic messages with multiple pictures to the WeChat public platform?

The above is the detailed content of Related recommendations for permanent materials. For more information, please follow other related articles on the PHP Chinese website!

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn