调整接口

This commit is contained in:
2023-01-17 16:53:57 +08:00
parent 59ffc94546
commit 8dc003eb8a
7 changed files with 43 additions and 7 deletions

View File

@@ -83,10 +83,10 @@ class Order extends Model
];
const STATUS_SAMPLE_MAP = [
self::STATUS_INIT => '未付款',
self::STATUS_CANCEL => '已取消',
self::STATUS_PAID => '待提货',
self::STATUS_DELIVERED => '已提货',
self::STATUS_INIT => '未付款',
self::STATUS_CANCEL => '已取消',
self::STATUS_PAID => '待提货',
self::STATUS_SIGNED => '已提货',
];
const CANCEL_BY_USER = 2; // 买家取消