1234567891011121314151617 |
- <?php
- return [
- 'Id' => 'ID',
- 'User_id' => '赠送用户ID',
- 'User_to_id' => '获赠用户ID',
- 'Dt_id' => '动态ID',
- 'Gift_id' => '礼物ID',
- 'Gift_name' => '礼物名称',
- 'Number' => '数量',
- 'Price' => '单价(金币)',
- 'Total_price' => '总价值(金币)',
- 'Createtime' => '创建时间',
- 'Platvalue' => '平台抽成(金币)',
- 'Getvalue' => '获赠价值(金币)',
- 'Getmoney' => '获赠价值(收益)'
- ];
|