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.
25 lines
615 B
25 lines
615 B
<?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', 'https://testapi.shequ.fanruan.com'); |
|
define('ID_URL', 'https://id'); |
|
|
|
//正式环境 - 通行证 |
|
//define('NEW_API_URL', 'https://fanruanclub.com'); |
|
|
|
//测试环境 - 通行证 |
|
define('NEW_API_URL', 'https://passport.fanruan.com'); |
|
|
|
//测试环境 - 数字平台 |
|
define('DIGIT_API_URL', 'https://testdpapi.fanruan.com'); |
|
|
|
|
|
?>
|