receive.php
825 字节
<?php
return [
'Id' => '领卷编号',
'Verification_coupon_id' => '优惠卷卷编号',
'Verification_store_id' => '门店编号',
'User_id' => '用户编号',
'Type' => '卡卷状态',
'Type 0' => '未使用',
'Type 1' => '已使用',
'Type 2' => '已过期',
'Closetime' => '截止时间',
'Receive_no' => '领卷串码',
'Qr_code' => '二维码',
'Createtime' => '创建时间',
'Verification_order_id' => '订单编号',
'Store.name' => '门店名称',
'Coupon.name' => '卡卷名称',
'Order.order_no' => '订单编号',
'User.nickname' => '用户名'
];