refactor: 修改产品属性添加接口

This commit is contained in:
2025-03-28 16:28:27 +08:00
parent e8d1f455ab
commit 76801b7211

View File

@@ -77,7 +77,7 @@ class ProductAttr
public function save()
{
$post = request()->post([
'attr_type' => 2,
'attr_type' => 1,
'attr_name' => '',
'is_system' => 0,
]);