鲜花2.0-接口测试bug修复

This commit is contained in:
杨建炊 2024-08-10 13:49:12 +08:00
parent 3399bce4db
commit 45ab63dc6d
2 changed files with 4 additions and 3 deletions

View File

@ -52,6 +52,7 @@ return [
'path' => storage_path('logs/laravel.log'), 'path' => storage_path('logs/laravel.log'),
'level' => 'debug', 'level' => 'debug',
'days' => 14, 'days' => 14,
"permission" => 0777
], ],
'slack' => [ 'slack' => [

View File

@ -4,7 +4,7 @@ return [
// 商品管理 // 商品管理
'GOODS_MANAGE' => [ 'GOODS_MANAGE' => [
'id' => 1, 'id' => 1,
'name' => '商品管理', 'name' => '商品管理',
'parent_id' => 0, 'parent_id' => 0,
'show' => 1, 'show' => 1,
], ],
@ -78,7 +78,7 @@ return [
// 商品种类 // 商品种类
'GOODS_TYPE' => [ 'GOODS_TYPE' => [
'id' => 3, 'id' => 3,
'name' => '商品种类', 'name' => '商品库管理',
'parent_id' => 1, 'parent_id' => 1,
'show' => 1, 'show' => 1,
], ],
@ -144,7 +144,7 @@ return [
'id' => 15, 'id' => 15,
'name' => '商品货架', 'name' => '商品货架',
'parent_id' => 1, 'parent_id' => 1,
'show' => 1, 'show' => 0,
], ],
'goods_sku_location.index' => [ 'goods_sku_location.index' => [
'id' => 150, 'id' => 150,