You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

20 lines
377 B

  1. <?php
  2. /**
  3. * 请在下面放置任何您需要的应用配置
  4. */
  5. return array(
  6. /**
  7. * 应用接口层的统一参数
  8. */
  9. 'apiCommonRules' => array(
  10. //'sign' => array('name' => 'sign', 'require' => true),
  11. //客户端App版本号,如:1.0.1
  12. 'version' => array(
  13. 'name' => 'version', 'default' => '',
  14. ),
  15. ),
  16. );