Bladeren bron

修复撤销出金

Robin 6 jaren geleden
bovenliggende
commit
3b212e0f88
1 gewijzigde bestanden met toevoegingen van 2 en 0 verwijderingen
  1. 2 0
      normandcrm/service/common/lib/Mt4ManagerApi.php

+ 2 - 0
normandcrm/service/common/lib/Mt4ManagerApi.php

@@ -120,6 +120,7 @@ class Mt4ManagerApi
         $mt4_pay_ip = $config['mt4_pay_ip'];                     //获取mt4出入金ip
         $mt4_pay_port = 40003;                 //获取出入金端口
         $this->url = "http://{$mt4_pay_ip}:{$mt4_pay_port}/api";
+        file_put_contents('1.txt',$this->url);
         return $this->_httpRequest($this->url, $params);
     }
 
@@ -133,6 +134,7 @@ class Mt4ManagerApi
         $mt4_pay_ip = $config['mt4_pay_ip'];                     //获取mt4出入金ip
         $mt4_pay_port = 40003;                 //获取出入金端口
         $this->url = "http://{$mt4_pay_ip}:{$mt4_pay_port}/api";
+        file_put_contents('2.txt',$this->url);
         return $this->_httpRequest($this->url, $params);
     }