huoyue.config.php 667 B

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. <?php
  2. return array (
  3. 1 =>
  4. array (
  5. 'id' => 1,
  6. 'type' => 1,
  7. 'num' => 5,
  8. 'des' => '完成5次游戏',
  9. 'huoyue' => 20,
  10. ),
  11. 2 =>
  12. array (
  13. 'id' => 2,
  14. 'type' => 2,
  15. 'num' => 1000,
  16. 'des' => '单次游戏获得1000分',
  17. 'huoyue' => 20,
  18. ),
  19. 3 =>
  20. array (
  21. 'id' => 3,
  22. 'type' => 2,
  23. 'num' => 5000,
  24. 'des' => '单次游戏获得5000分',
  25. 'huoyue' => 20,
  26. ),
  27. 4 =>
  28. array (
  29. 'id' => 4,
  30. 'type' => 3,
  31. 'num' => 2,
  32. 'des' => '完成2次抽奖',
  33. 'huoyue' => 20,
  34. ),
  35. 5 =>
  36. array (
  37. 'id' => 5,
  38. 'type' => 4,
  39. 'num' => 3,
  40. 'des' => '发送3次分享',
  41. 'huoyue' => 20,
  42. ),
  43. );