mirror of
https://gitee.com/zongzhige/shopxo.git
synced 2026-07-08 14:40:03 +08:00
小程序-商品详情规格
This commit is contained in:
@ -96,5 +96,37 @@ class Goods extends Common
|
||||
$ret = GoodsService::GoodsFavor($params);
|
||||
return json($ret);
|
||||
}
|
||||
|
||||
/**
|
||||
* 商品规格类型
|
||||
* @author Devil
|
||||
* @blog http://gong.gg/
|
||||
* @version 1.0.0
|
||||
* @date 2018-12-14
|
||||
* @desc description
|
||||
*/
|
||||
public function SpecType()
|
||||
{
|
||||
// 开始处理
|
||||
$params = $this->data_post;
|
||||
$ret = GoodsService::GoodsSpecType($params);
|
||||
return json($ret);
|
||||
}
|
||||
|
||||
/**
|
||||
* 商品规格信息
|
||||
* @author Devil
|
||||
* @blog http://gong.gg/
|
||||
* @version 1.0.0
|
||||
* @date 2018-12-14
|
||||
* @desc description
|
||||
*/
|
||||
public function SpecDetail()
|
||||
{
|
||||
// 开始处理
|
||||
$params = $this->data_post;
|
||||
$ret = GoodsService::GoodsSpecDetail($params);
|
||||
return json($ret);
|
||||
}
|
||||
}
|
||||
?>
|
||||
Reference in New Issue
Block a user