hestec / silverstripe-mobile0318
移动 0318
2.0.0
2024-02-14 10:09 UTC
Requires
- silverstripe/cms: >=5.0
- silverstripe/framework: >=5.0
README
通过他们的API获取宽带商店的供应商和订阅信息。
需求
- SilverStripe 4
版本
使用语义版本控制。
安装
通过Composer安装
composer require "hestec/silverstripe-broadbandshop": "1.*"
配置
在mysite.yml中添加允许的IP地址
BroadbandShopCron:
allowed_ips:
- '123.123.123.123'
- '1.2.3.4.'
- '192.168.1.1'
执行dev/build并刷新。
工作
通过此URL运行cron脚本:https://www.yoursite.com/BroadbandShopCron/updateBroadbandShop
或使用此测试:https://www.yoursite.com/BroadbandShopCron/test
如果测试给出供应商列表或错误。
问题
没有已知问题。