rechargelist.php 184 B

123456789
  1. <?php
  2. return [
  3. 'Id' => 'ID',
  4. 'Coin' => '金币',
  5. 'Rmb' => 'RMB价格',
  6. 'Create_time' => '创建时间',
  7. 'Update_time' => '更新时间'
  8. ];