123456789101112131415161718192021 |
- <?php
- return [
- 'Gift_id' => '礼物ID',
- 'Image' => '图片',
- 'Special' => '特效',
- 'Gift_name' => '礼物名称',
- 'Jackpot_id' => '奖池ID',
- 'Prize_no' => '中奖编号',
- 'Price' => '价值',
- 'Is_use' => '是否被抽走',
- 'Is_use 1' => '是',
- 'Is_use 0' => '否',
- 'Updatetime' => '更新时间',
- 'Starttime' => '启用时间',
- 'Eggjackpot.name' => '奖池名称',
- 'Eggjackpot.type' => '奖池分类',
- 'Eggjackpot.type 1' => '普通',
- 'Eggjackpot.type 2' => '高级',
- 'Eggjackpot.type 3' => '大转盘'
- ];
|