lists.php 301 B

1234567891011
  1. <?php
  2. return [
  3. 'Name' => '奖励名称',
  4. 'Type' => '类型',
  5. 'Image' => '图片',
  6. 'Content' => 'vip天数,免费书币个数,抽奖次数,书籍的id(最多50本)',
  7. 'State' => '状态',
  8. 'Createtime' => '创建时间',
  9. 'Updatetime' => '更新时间'
  10. ];