startcode.php 260 B

1234567891011
  1. <?php
  2. return array(
  3. 'id' => 'ID',
  4. 'game_name' => '游戏名',
  5. 'game' => '游戏名',
  6. 'start_date' => '起始时间',
  7. 'start_code' => '起始期号',
  8. 'update_time' => '更新时间',
  9. 'status' => '状态',
  10. 'action' => '操作',
  11. );