weiphp update instructions:
1. The cascading function adds a caching mechanism to improve the response time for big data.
2. The cache KEY of get_openid is distinguished by adding token parameters to solve the error-prone problem of obtaining openid under multiple official accounts.
3. Solve the problem of classified data of other official accounts appearing in data management in cascade data
4. When adding or editing a public account, add formatting processing for appid and secret data, remove possible spaces in the header and tail, and solve the problem of failure to obtain access_token due to spaces.
5. Modify the W function in the core of TinkPHP to make it compatible with the convenient Widget calling method in ThinkSNS
6. Modify the selectPage method in the Model base class so that it returns the total number of records
7. Solve the problem that the custom menu cannot be submitted to WeChat when the entered keyword or URL has spaces in the head or tail.
8. Solve the problem that the automatic initialization of WeChat users sometimes fails due to the same email information.
9. Solve the problem of errors when obtaining QR codes multiple times
10. Add a prompt to confirm the deletion when deleting in the general management list page.
11. The welcome plug-in adds a keyword function to return specified graphic and text information when paying attention.
12. Remove //@sourceMappingURL=jquery-2.0.3.min.map in the JS file to solve the problem that jquery-2.0.3.min.map does not exist in the chome browser.
13. The custom menu adds support for new functions such as scanning QR codes and taking photos.
14. Add support for plain text mode, compatibility mode, and security mode of WeChat
15. The length of the PID field of the custom menu is changed from 2 to 11 to prevent data from being input incorrectly when there are too many menus.
16. Solve the problem of compatibility of common display and hide functions in forms in browsers
17. Smart chat deletes the Xiaojiu interface that is no longer available.
18. Click on the picture in the article details page to view it in the WeChat album.
19. Cooperate with the revision of the WeChat management interface and re-optimize the process of adding public accounts and related help information.
20. Add WeChat short link function short_url
21. Repair and optimize up to 30 functions of each plug-in
22. The preview area of the universally added and edited image uploaded on the page is modified from the original square shape to the same proportion as the image displayed on WeChat.
weiphp is an open source, efficient and concise WeChat development platform , which is implemented based on oneThink, a simple and powerful content management framework.
The purpose of weiphp is to simplify the WeChat development process to the greatest extent. Developers who use it can put the best energy into the specific business development of WeChat and complete it in the fastest time. Just let Weiphp handle some routine and frequent tasks.
For this purpose, Weiphp provides detailed secondary development documents, and there are still relevant comments in the key codes. Weiphp uses plug-ins to implement WeChat functions, and different plug-ins implement different WeChat functions.
Main features
1. Based on the official version of oneThink1.0
2. Open source and free. Weiphp follows the Apache2 open source agreement and is free for use.
3. Support multi-user and multi-official account management
4. Detailed secondary development documents, and continuously update and add relevant development cases to provide learning reference
5. WeChat function plug-in development makes customization and secondary development easier
6. Provides a wealth of WeChat plug-ins for download, installation and use. There are always some that meet or are close to your needs.
Main functions
1. WeChat interface message interaction system
2. WeChat plug-in management system
3. User Passport system
4. Configuration management system
5. Backend modeling system
6. User behavior system
7. System log system
8. Data backup and restoration
9. WeChat multi-user multi-public account management system
10. WeChat scan login
Minimum system requirements
PHP5.3.0 or higher.
MySQL5.0 or higher.
System installation
1. Unzip the weiphp compressed package and upload it to the server.
2. When you access index.php in the browser for the first time, you will enter the installation wizard.
3. Follow the installation wizard to complete the installation. If problems occur during the installation process, please visit the official website discussion area for help.