mirror of
https://gitee.com/zongzhige/shopxo.git
synced 2026-06-07 10:22:38 +08:00
小程序开发
This commit is contained in:
@ -64,7 +64,7 @@ class Index extends Common
|
||||
// 秒杀
|
||||
if($common_app_is_limitedtimediscount == 1)
|
||||
{
|
||||
$ret = CallPluginsMethod('app\plugins\limitedtimediscount\service\Service', 'ApiHomeAd');
|
||||
$ret = CallPluginsServiceMethod('limitedtimediscount', 'Service', 'ApiHomeAd');
|
||||
if($ret['code'] == 0)
|
||||
{
|
||||
$result['plugins_limitedtimediscount_data'] = $ret['data'];
|
||||
|
||||
Reference in New Issue
Block a user