Commit 801fdc81 authored by wwccw0591's avatar wwccw0591

pc

parent 7dd15728
...@@ -95,6 +95,7 @@ class DescribeConst ...@@ -95,6 +95,7 @@ class DescribeConst
const afterPay = '货到付款'; const afterPay = '货到付款';
const alipay = '支付宝支付'; const alipay = '支付宝支付';
const tenPay = 'qq支付'; const tenPay = 'qq支付';
const wxProgrom = '微信小程序支付';
//运费类型 //运费类型
const serviceFee = '服务费'; const serviceFee = '服务费';
const freightFee = '运费'; const freightFee = '运费';
......
...@@ -279,9 +279,11 @@ class OrderModel extends \DAO\AbstractModel ...@@ -279,9 +279,11 @@ class OrderModel extends \DAO\AbstractModel
case ApiConst::alipay: case ApiConst::alipay:
$payName = DescribeConst::alipay; $payName = DescribeConst::alipay;
break; break;
case case ApiConst::tenpay:
$payName = ApiConst::tenpay: $payName = DescribeConst::tenPay;
DescribeConst::tenPay; break;
case ApiConst::wxProgram:
$payName = DescribeConst::wxProgrom;
break; break;
default: default:
break; break;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment