order.php 1.6 KB
<?php

return [
    'Type' => '订单类型',
    'Type goods' => '商城订单',
    'Type score' => '积分订单',
    'Order_sn' => '订单号',
    'User_id' => '用户',
    'Goods_amount' => '商品总价',
    'Dispatch_amount' => '总运费',
    'Phone' => '联系电话',
    'Consignee' => '收货人',
    'Province_name' => '省',
    'City_name' => '市',
    'Area_name' => '区',
    'Address' => '详细地址',
    'Status' => '订单状态',
    'Status -2' => '交易关闭',
    'Status -1' => '已取消',
    'Status 0' => '未支付',
    'Status 1' => '已支付',
    'Status 2' => '已完成',
    'Memo' => '商户备注',
    'Remark' => '用户备注',
    'Total_amount' => '订单总金额',
    'Score_amount' => '积分总数',
    'Total_fee' => '支付金额',
    'Discount_fee' => '折扣总金额',
    'Coupon_fee' => '优惠券抵用金额',
    'Pay_fee' => '实际支付金额',
    'Score_fee' => '积分支付数',
    'Goods_original_amount' => '商品原价',
    'Coupons_id' => '优惠券 id',
    'Transaction_id' => '交易单号',
    'Payment_json' => '交易原始数据',
    'Pay_type' => '支付方式',
    'Pay_type wechat' => '微信支付',
    'Pay_type alipay' => '支付宝',
    'Pay_type wallet' => '钱包支付',
    'Pay_type score' => '积分支付',
    'Paytime' => '支付时间',
    'Ext' => '附加字段',
    'Platform' => '平台',
    'Platform h5' => 'H5',
    'Platform wxofficialaccount' => '公众号',
    'Platform wxminiprogram' => '小程序',
    'Platform app' => 'App',
    'Createtime' => '创建时间',
    'Updatetime' => '更新时间',
    'Deletetime' => '删除时间'
];