|
@@ -104,8 +104,6 @@ class Mt4ManagerApi
|
|
|
$mt4_pay_ip = $config['mt4_pay_ip']; //获取mt4出入金ip
|
|
$mt4_pay_ip = $config['mt4_pay_ip']; //获取mt4出入金ip
|
|
|
$mt4_pay_port = $config['mt4_pay_port']; //获取出入金端口
|
|
$mt4_pay_port = $config['mt4_pay_port']; //获取出入金端口
|
|
|
$this->url = "http://{$mt4_pay_ip}:{$mt4_pay_port}/api";
|
|
$this->url = "http://{$mt4_pay_ip}:{$mt4_pay_port}/api";
|
|
|
- $result = json_encode($this->_httpRequest($this->url, $params));
|
|
|
|
|
- file_put_contents('1014log.txt',$result);
|
|
|
|
|
return $this->_httpRequest($this->url, $params);
|
|
return $this->_httpRequest($this->url, $params);
|
|
|
}
|
|
}
|
|
|
|
|
|