mirror of
https://gitee.com/zongzhige/shopxo.git
synced 2026-07-06 05:42:37 +08:00
支付宝小程序
This commit is contained in:
@ -128,5 +128,21 @@ class Goods extends Common
|
||||
$ret = GoodsService::GoodsSpecDetail($params);
|
||||
return json($ret);
|
||||
}
|
||||
|
||||
/**
|
||||
* 商品分类
|
||||
* @author Devil
|
||||
* @blog http://gong.gg/
|
||||
* @version 1.0.0
|
||||
* @date 2018-12-14
|
||||
* @desc description
|
||||
*/
|
||||
public function Category()
|
||||
{
|
||||
// 开始处理
|
||||
$params = $this->data_post;
|
||||
$data = GoodsService::GoodsCategory($params);
|
||||
return json(DataReturn('success', 0, $data));
|
||||
}
|
||||
}
|
||||
?>
|
||||
Reference in New Issue
Block a user