app.php 90 B

12345678
  1. <?php
  2. //配置文件
  3. return [
  4. 'award' => [
  5. 'one_award' => 20,
  6. 'two_award' => 5
  7. ]
  8. ];