chargeconfig.php 314 B

12345678910111213
  1. <?php
  2. return [
  3. 'Id' => 'ID',
  4. 'Price' => '收费价格',
  5. 'Level' => '所需魅力等级',
  6. 'Type' => '类型',
  7. 'Type 0' => '文字',
  8. 'Type 1' => '语音',
  9. 'Type 2' => '视频',
  10. 'Createtime' => '创建时间',
  11. 'Updatetime' => '更新时间'
  12. ];