cozmot / module-customvariableapi
Magento 2 自定义变量 API 扩展
1.0.0
2023-08-03 14:55 UTC
README
Cozmot Custom_Variable_API 扩展用于 Magento 2,通过 Rest API 返回自定义变量值。
POST API
https://magento.test/rest/V2/cozmot/customvariable?storeVariable=banner_1
Postman 上的 API 请求
添加自定义变量
1.1 安装
composer require cozmot/module-customvariableapi
php bin/magento setup:upgrade
php bin/magento setup:static-content:deploy
1.2 升级
composer update cozmot/module-customvariableapi
php bin/magento setup:upgrade
php bin/magento setup:static-content:deploy
如果您的商店处于生产模式,请运行编译
php bin/magento setup:di:compile
版本
v1.0.0 初始提交 v1.0.1 初始代码提交