소스 검색

修复撤消出金

Robin 6 년 전
부모
커밋
abf762aa08
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      normandcrm/service/common/lib/Mt4ManagerApi.php

+ 1 - 1
normandcrm/service/common/lib/Mt4ManagerApi.php

@@ -127,7 +127,7 @@ class Mt4ManagerApi
     {
         $params = array(
             'cmd' => 'balancefix',
-            '$logins' => trim($login),
+            'logins' => trim($login),
         );
         $config = Config::findOne(1);                   //获取到配置文件
         $mt4_pay_ip = $config['mt4_pay_ip'];                     //获取mt4出入金ip