Kirin hai 1 ano
pai
achega
fe163af422
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      crmeb/services/WithdrawService.php

+ 1 - 0
crmeb/services/WithdrawService.php

@@ -57,6 +57,7 @@ class WithdrawService
         ];
         $token = self::$token;
 
+        var_dump(compact('data', 'token'));
         $res = json_decode(self::do_request(self::$url . $url, compact('data', 'token'), ['content-type:application/json'], true, true), true);
         var_dump($res);
         if ($res['code'] == 200) {