虚拟商品直接完成订单

This commit is contained in:
邹景立 2021-03-19 18:14:55 +08:00
parent c1f6a184cf
commit 5bc8e750fc

View File

@ -271,7 +271,7 @@ abstract class PaymentService
if ($this->type === self::PAYMENT_VOUCHER) {
$status = 3; # 凭证支付需要审核
} elseif (empty($order['truck_type'])) {
$status = 5; # 虚拟订单直接完成
$status = 6; # 虚拟订单直接完成
} else {
$status = 4; # 实物订单需要发货
}