giftusertyping.php 546 B

123456789101112131415161718
  1. <?php
  2. return [
  3. 'Id' => 'ID',
  4. 'User_id' => '赠送用户ID',
  5. 'User_to_id' => '获赠用户ID',
  6. 'Gift_id' => '礼物ID',
  7. 'Gift_name' => '礼物名称',
  8. 'Number' => '数量',
  9. 'Price' => '金币总价值',
  10. 'Createtime' => '创建时间',
  11. 'User.username' => '赠送用户名',
  12. 'Touser.username' => '获赠用户名',
  13. 'Jewel' => '钻石总价值',
  14. 'Wallettype' => '花费类型',
  15. 'Wallettype 1' => '金币',
  16. 'Wallettype 2' => '钻石'
  17. ];