config.php 515 B

123456789101112131415161718
  1. <?php
  2. /**
  3. * ysdkconfig.php UTF-8
  4. * 应用宝配置文件
  5. *
  6. * @date : 2017/2/25 12:35
  7. *
  8. * @license 这不是一个自由软件,未经授权不许任何使用和传播。
  9. * @author : wuyonghong <wyh@huosdk.com>
  10. * @version : HUOSDK 7.0
  11. */
  12. return [
  13. // 联调环境
  14. 'sdk_url' => 'https://api.weixin.qq.com/cgi-bin/midas',
  15. 'test_sdk_url' => 'https://api.weixin.qq.com/cgi-bin/midas/sandbox',
  16. 'server_name' => 'ysdk.qq.com',
  17. 'test_server_name' => 'ysdktest.qq.com',
  18. ];