心理咨询网
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.

config.php 248B

123456789101112
  1. <?php
  2. /**
  3. * @copyright (C)2016-2099 Hnaoyun Inc.
  4. * @author XingMeng
  5. * @email hnxsh@foxmail.com
  6. * @date 2017年11月29日
  7. * 接口模块配置文件
  8. */
  9. return array(
  10. // 控制器返回数据输出方式
  11. 'return_data_type' => 'json'
  12. );