refactor: 修改产品属性添加接口
This commit is contained in:
@@ -77,7 +77,7 @@ class ProductAttr
|
|||||||
public function save()
|
public function save()
|
||||||
{
|
{
|
||||||
$post = request()->post([
|
$post = request()->post([
|
||||||
'attr_type' => 2,
|
'attr_type' => 1,
|
||||||
'attr_name' => '',
|
'attr_name' => '',
|
||||||
'is_system' => 0,
|
'is_system' => 0,
|
||||||
]);
|
]);
|
||||||
|
|||||||
Reference in New Issue
Block a user