20220406
This commit is contained in:
14
vendor/chinadoi/config.php
vendored
Normal file
14
vendor/chinadoi/config.php
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
<?php
|
||||
|
||||
//$_cookiefile="/temp/tmp.cookie";
|
||||
//$_serverip="168.160.19.48:8080";
|
||||
//$_username="test01";
|
||||
//$_password="test01";
|
||||
|
||||
define('DOCROOT',ROOT_PATH.'vendor/chinadoi');
|
||||
define('COOKIEFILE',DOCROOT.'/temp/tmp.cookie');
|
||||
define('SERVERIP','168.160.19.48:8080');
|
||||
define('USERNAME', 'TMR2015@163.com');
|
||||
define('PASSWORD', 'zhu18920435065');
|
||||
define('DOIQUERYSERVICEURL','http://'.SERVERIP.'/chinadoi-manage/services/RegResultQueryService?wsdl');
|
||||
?>
|
||||
Reference in New Issue
Block a user