egamerecord.php 412 B

12345678910111213141516
  1. <?php
  2. /**
  3. * 真人游戏记录语言包
  4. */
  5. return [
  6. 'order_no' => '订单号',
  7. 'game_type' => '游戏类型',
  8. 'transfer_type' => '转账类型',
  9. 'casino_user' => '娱乐场账号',
  10. 'local_user' => '本站账号',
  11. 'transfer_money' => '转账金额',
  12. 'sub_time' => '提交时间',
  13. 'exec_time' => '执行时间',
  14. 'exec_result' => '执行结果',
  15. 'operation' => '操作',
  16. ];