From 315934cc53954c3ef7ed56b3281310fffda2735f Mon Sep 17 00:00:00 2001 From: liapples Date: Thu, 29 Jul 2021 19:10:51 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E7=BA=BF=E4=B8=8B=E6=94=AF?= =?UTF-8?q?=E4=BB=98=E8=AE=A2=E5=8D=95=E7=8A=B6=E6=80=81=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/Service/OrderStatus.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/Service/OrderStatus.php b/app/Service/OrderStatus.php index 4ac14d9..8cdd1c7 100644 --- a/app/Service/OrderStatus.php +++ b/app/Service/OrderStatus.php @@ -14,6 +14,8 @@ class OrderStatus const PAY_EARNEST = 1; //已付定金 const PAID = 2; //已付全款 const PAY_RETAINAGE = 3; //已付尾款 + const OFFLINE_UNPAID= 4; //线下支付未付款 + //const OFFLINE_PAID = 5; //线下支付已收款 const REFUNDING = 6; //退款中 const REFUNDED = 7; //退款完成 const SUCCESS = 16; //已完成