userquestionlog.php 523 B

123456789101112131415161718
  1. <?php
  2. return [
  3. 'Id' => 'ID',
  4. 'User_id' => '用户ID',
  5. 'Question_id' => '试题ID',
  6. 'Is_right' => '状态',
  7. 'Is_right 1' => '答对',
  8. 'Is_right 2' => '答错',
  9. 'Player_id' => '得分选手id',
  10. 'Createtime' => '答题时间',
  11. 'Createdate' => '答题日期',
  12. 'User.nickname' => '昵称',
  13. 'User.mobile' => '手机号',
  14. 'User.avatar' => '头像',
  15. 'Question.title' => '题目',
  16. 'Player.title' => '作品名称'
  17. ];