mirror of
https://gitee.com/zongzhige/shopxo.git
synced 2026-07-06 13:43:02 +08:00
安装程序
This commit is contained in:
@ -113,8 +113,7 @@ class Goods extends Common
|
||||
// 开始处理
|
||||
$params = input('post.');
|
||||
$params['user'] = $this->user;
|
||||
$ret = GoodsService::GoodsFavor($params);
|
||||
return json($ret);
|
||||
return GoodsService::GoodsFavor($params);
|
||||
}
|
||||
|
||||
/**
|
||||
@ -129,8 +128,7 @@ class Goods extends Common
|
||||
{
|
||||
// 开始处理
|
||||
$params = input('post.');
|
||||
$ret = GoodsService::GoodsSpecType($params);
|
||||
return json($ret);
|
||||
return GoodsService::GoodsSpecType($params);
|
||||
}
|
||||
|
||||
/**
|
||||
@ -145,7 +143,6 @@ class Goods extends Common
|
||||
{
|
||||
// 开始处理
|
||||
$params = input('post.');
|
||||
$ret = GoodsService::GoodsSpecDetail($params);
|
||||
return json($ret);
|
||||
return GoodsService::GoodsSpecDetail($params);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user