Merge pull request !179 from 赵世界/develop
This commit is contained in:
赵世界 2023-08-04 01:32:46 +00:00 committed by Gitee
commit 5caaa00b5b
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -41,6 +41,7 @@ class Shop extends Model
1 => '已授权', 1 => '已授权',
2 => '无需授权', 2 => '无需授权',
3 => '停用', 3 => '停用',
'重新授权' => '重新授权',
]; ];
return $map[$value]; return $map[$value];