123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566 |
- <?php
- return array (
- 1 =>
- array (
- 'mission_id' => 1,
- 'mission_type' => 'sign',
- 'name' => '签到',
- 'desc' => '',
- 'target' => 1,
- 'activity' => 10,
- ),
- 2 =>
- array (
- 'mission_id' => 2,
- 'mission_type' => 'login',
- 'name' => '每日登陆',
- 'desc' => '',
- 'target' => 1,
- 'activity' => 10,
- ),
- 3 =>
- array (
- 'mission_id' => 3,
- 'mission_type' => 'gift',
- 'name' => '赠送碎片',
- 'desc' => '',
- 'target' => 1,
- 'activity' => 15,
- ),
- 4 =>
- array (
- 'mission_id' => 4,
- 'mission_type' => 'play',
- 'name' => '游戏一局',
- 'desc' => '',
- 'target' => 1,
- 'activity' => 10,
- ),
- 5 =>
- array (
- 'mission_id' => 5,
- 'mission_type' => 'hit',
- 'name' => '获取碎片',
- 'desc' => '',
- 'target' => 2,
- 'activity' => 15,
- ),
- 6 =>
- array (
- 'mission_id' => 6,
- 'mission_type' => 'invite_code_share',
- 'name' => '邀请码分享',
- 'desc' => '',
- 'target' => 1,
- 'activity' => 20,
- ),
- 7 =>
- array (
- 'mission_id' => 7,
- 'mission_type' => 'invite',
- 'name' => '好友填码',
- 'desc' => '',
- 'target' => 1,
- 'activity' => 20,
- ),
- );
|