CareyShop (CS for short) is a high-performance mall framework system developed based on the ThinkPHP5 framework. It adheres to the simple, fast and ultimate development concept, adopts front-end and back-end separation, and supports distributed deployment. The framework uses object-oriented modular calls internally, and uses REST API for data interaction on multiple terminals and cross-platforms. It can directly connect to PCs, mobile devices, small programs, and cloud deployment to build Android and IOS APPs.
CareyShop mall framework system v1.3.1 update log New
[New] Add special file "function.php" for secondary development public functions
[New] Add custom interface (secondary development) version number "v2" and use demo code to correct it
[Correction] Add exception handling to system services to avoid errors during first installation
[Correction] The module "install" is listed as a forbidden module. Except for the first installation, it will be inaccessible after the installation is completed.
[Correction] The rules of the ".gitignore" file in the root directory have been adjusted
[Correction] In the API debugging environment, the simulated account user group is adjusted from "Super Administrator" to "Ordinary Customer"
[Correction] Unnecessary member variables have been removed from the API module base class
[Correction] The controller class under the API module has adjusted and optimized the member function "method router" structure.
[Optimization] Optimize "Stats" controller validation rules
[Optimization] Adjust the framework "system service" structure
[Optimization] "Get system configuration parameters" moved to system services
[Optimization] Command line adjustment, empty folders will also be deleted after clearing the cache
[Optimization] Optimize "Installation Wizard" detection and file storage location
[Optimization] When calling API interfaces in batches, member function calls in the controller are now supported.