| 123456789101112131415161718 |
- <?php
- return [
- 'labels' => [
- 'GiftPack' => '礼包',
- ],
- 'fields' => [
- 'id' => '礼包ID',
- 'name' => '名称',
- 'coupon' => '礼劵数',
- 'attire_id' => '装扮ID',
- 'sort' => '排序',
- 'img' =>'图片',
- 'exchage_info'=>'任务说明',
- // 'room' => '直播间名称',
- 'room_id' => '直播间',
- ],
- 'options' => [],
- ];
|