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.
|
<?php
|
|
|
|
return [
|
|
'Id' => '用户上传红包信息',
|
|
'Username' => '姓名',
|
|
'Cardno' => '保单号信息',
|
|
'Createtime' => '添加时间',
|
|
'Deletetime' => '删除时间',
|
|
'Status' => '0正常,1已经兑换',
|
|
'Redpocket' => '红包数量',
|
|
'Money' => '余额数量',
|
|
'Uid' => '用户信息'
|
|
];
|
|
|