diff --git a/app/Common/PayType.php b/app/Common/PayType.php new file mode 100644 index 0000000..155bbc9 --- /dev/null +++ b/app/Common/PayType.php @@ -0,0 +1,30 @@ + '在线支付', + self::OFFLINE => '线下支付', + self::SUBSCRIPTION => '订金支付', + self::DEPOSIT => '定金支付', + self::FULL_PAY => '全款支付', + self::BALANCE_PAY => '尾款/多加支付', + ]; + } +}