|
|
@@ -372,6 +372,8 @@ class WithdrawController extends BaseController
|
|
|
$api = new Mt4ManagerApi();
|
|
|
$result = $api->revokeOrder($mt4_id);
|
|
|
$result = json_decode($result,true);
|
|
|
+ $tt = print_r($result,true);
|
|
|
+ file_put_contents('mt4_witt.txt',$tt);
|
|
|
if(!$result['ret']){
|
|
|
$res1 = Withdraw::updateAll(['mt4_status' => 0], "id = $id"); //更新出金表的状态(mt4未扣减)
|
|
|
if($res1){
|