feat: 新增产品回收站相关接口

This commit is contained in:
jsasg
2025-02-17 15:26:46 +08:00
parent 1798f6ea8c
commit c112402c80
4 changed files with 122 additions and 1 deletions

View File

@@ -83,7 +83,6 @@ class ProductAttr
]);
$attr = array_merge($post, ['language_id' => request()->lang_id]);
// $[*].prop_type
// $[*].prop_name
// $[*].prop_value
$props = json_decode(request()->post('props/s', ''), true);