我正在开发一个没有任何钩子的 Prestashop 后端模块。我想以固定的时间间隔(可以在模块配置中设置时间间隔)调用模块中包含的方法来更新一些数据库值。这在 Prestashop 中可行吗?如果是,那么如何?
问问题
1224 次
1 回答
0
You can use a cron job to call a url, or use a module for this. I've used this module in the past, works well.
于 2013-08-14T12:01:19.900 回答