13 lines
378 B
PHP
13 lines
378 B
PHP
<?php
|
|
/**
|
|
* Created by PhpStorm.
|
|
* User: abcdefg
|
|
* Date: 2017/8/14
|
|
* Time: 10:24
|
|
*/
|
|
// 0791ts
|
|
/// 实时查询玩家信息的接口地址 120.26.52.206:53089
|
|
define('REQUEST_USER_INFO', 'http://8.139.255.236:31089/index.html');
|
|
//define('REQUEST_USER_INFO', 'http://120.55.87.169:31089/index.html');
|
|
//define('REQUEST_USER_INFO', 'http://120.26.52.206:53089/index.html');
|