You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

17 lines
302 B
PHP

<?php
namespace Base\Tool\GameResource;
/**
* 云海寻仙记2-测试资源接口
*/
class YhxxjClient2 extends YhxxjClient
{
const SIGN_KEY = 'aiuh1i2349oijo3aa232423aq3215490gu34khb23';
protected $logTag = 'rebate:YHXXJ ';
protected $baseUrl = 'http://fross.jfungame.com:13996';
}