Commit 801fdc81 authored by wwccw0591's avatar wwccw0591

pc

parent 7dd15728
......@@ -95,6 +95,7 @@ class DescribeConst
const afterPay = '货到付款';
const alipay = '支付宝支付';
const tenPay = 'qq支付';
const wxProgrom = '微信小程序支付';
//运费类型
const serviceFee = '服务费';
const freightFee = '运费';
......
......@@ -279,9 +279,11 @@ class OrderModel extends \DAO\AbstractModel
case ApiConst::alipay:
$payName = DescribeConst::alipay;
break;
case
$payName = ApiConst::tenpay:
DescribeConst::tenPay;
case ApiConst::tenpay:
$payName = DescribeConst::tenPay;
break;
case ApiConst::wxProgram:
$payName = DescribeConst::wxProgrom;
break;
default:
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