汪总电商平台
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

16 lines
484 B

<?php
return [
'Id' => '会员订单ID',
'Uid' => '会员ID',
'Order_no' => '会员订单号',
'Tran_no' => '商户号',
'Ispay' => '是否支付',
'Status' => '-1申请退款-2已退款0未付款1付款',
'Price' => '支付价格',
'Redpocket' => '赠送红包数量',
'Createtime' => '添加时间',
'Paytime' => '支付时间',
'Remarks' => '备注',
'Overtime' => '会员到期时间'
];