eggjackpotchanchu.php 591 B

1234567891011121314151617
  1. <?php
  2. return [
  3. 'Id' => 'ID',
  4. 'Jackpot_id' => '奖池ID',
  5. 'Starttime' => '奖池启用时间',
  6. 'Createtime' => '记录时间',
  7. 'Jp_giftnum' => '奖池总礼物数量',
  8. 'Jp_giftprice' => '奖池总礼物价值',
  9. 'Do_payfee' => '抽奖总礼物费用',
  10. 'Do_usercount' => '抽奖总人数',
  11. 'Do_usertimes' => '抽奖总次数',
  12. 'Do_giftnum' => '抽奖总礼物数量',
  13. 'Do_giftprice' => '抽奖总礼物价值',
  14. 'Chanchubi' => '产出比',
  15. 'Eggjackpot.name' => '奖池名称'
  16. ];