mirror of
https://gitee.com/zongzhige/shopxo.git
synced 2026-07-07 22:27:24 +08:00
安装程序
This commit is contained in:
@ -144,8 +144,7 @@ class Brand extends Common
|
||||
|
||||
// 开始处理
|
||||
$params = input();
|
||||
$ret = BrandService::BrandSave($params);
|
||||
return json($ret);
|
||||
return BrandService::BrandSave($params);
|
||||
}
|
||||
|
||||
/**
|
||||
@ -166,8 +165,7 @@ class Brand extends Common
|
||||
// 开始处理
|
||||
$params = input();
|
||||
$params['user_type'] = 'admin';
|
||||
$ret = BrandService::BrandDelete($params);
|
||||
return json($ret);
|
||||
return BrandService::BrandDelete($params);
|
||||
}
|
||||
|
||||
/**
|
||||
@ -187,8 +185,7 @@ class Brand extends Common
|
||||
|
||||
// 开始处理
|
||||
$params = input();
|
||||
$ret = BrandService::BrandStatusUpdate($params);
|
||||
return json($ret);
|
||||
return BrandService::BrandStatusUpdate($params);
|
||||
}
|
||||
}
|
||||
?>
|
||||
Reference in New Issue
Block a user