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' => '公益课堂日志表ID',
|
|
'Uid' => '用户id',
|
|
'Vid' => '公益课堂主表ID',
|
|
'Type' => '0观看1奖励发放3供应商广告播放',
|
|
'Timelong' => '观看时长',
|
|
'Redpocket' => '奖励红包数量',
|
|
'Old_money' => '供应商之前余额',
|
|
'Now_money' => '供应商现在余额',
|
|
'Createtime' => '添加时间',
|
|
'Content' => '日志描述'
|
|
];
|
|
|