小程序开发

This commit is contained in:
gongfuxiang
2019-07-15 23:05:07 +08:00
parent 8e8db35067
commit 2b3d05501f
18 changed files with 283 additions and 38 deletions

View File

@ -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'];