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