调整地区

This commit is contained in:
2023-01-29 09:48:54 +08:00
parent e17e9dc5ad
commit 70fd7e70be
11 changed files with 108 additions and 188 deletions

View File

@@ -99,7 +99,7 @@ class Order extends Model
const TYPE_MAP = [
self::TYPE_NORMAL => '正常',
self::TYPE_SAMPLE => '免费领取',
self::TYPE_SAMPLE => '提货',
self::TYPE_SCORE => '积分兑换',
];