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