You've already forked guangan
支持开关积分商城
This commit is contained in:
@ -17,6 +17,10 @@ use think\db\Query;
|
||||
*/
|
||||
class Goods extends Controller
|
||||
{
|
||||
public function enable()
|
||||
{
|
||||
$this->success("状态获取成功", false);
|
||||
}
|
||||
/**
|
||||
* 获取商品列表或详情
|
||||
* @return void
|
||||
|
Reference in New Issue
Block a user