前后分离项目使用
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.

26 lines
597 B

3 years ago
<?php
/**
* @API_URL 接口
* @API_KEY 密钥
* 2020.01 by xiaowei
*/
//define('API_URL', 'http://testapi.shequ.fanruan.com');
//define('API_URL', 'https://api.shequ.fanruan.com');
//define('ID_URL', 'https://id.fanruan.com');
define('API_KEY', 'i7hP48WAcuTrmxfN');
define('API_URL', 'http://testapi');
define('ID_URL', 'https://id');
3 years ago
//正式环境 - 通行证
//define('NEW_API_URL', 'https://fanruanclub.com');
//测试环境 - 通行证
define('NEW_API_URL', 'https://passport.fanruan.com');
//测试环境 - 数字平台
3 years ago
define('DIGIT_API_URL', 'https://testdpapi.fanruan.com');
?>