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
460 B
16 lines
460 B
3 months ago
|
<?php
|
||
|
|
||
|
return [
|
||
|
'Id' => '红包日志ID',
|
||
|
'Uid' => '用户id',
|
||
|
'Number' => '红包数量',
|
||
|
'Pm' => '0增加1减少',
|
||
|
'Old_num' => '原有红包数量',
|
||
|
'Now_num' => '现有红包数量',
|
||
|
'Createtime' => '添加时间',
|
||
|
'Content' => '使用描述',
|
||
|
'Type' => '1推广注册2购物3发票4学平险5观看视频',
|
||
|
'Link_id' => '关联ID',
|
||
|
'Deletetime' => '删除时间'
|
||
|
];
|