Kirin 1 anno fa
parent
commit
8eece3a031
1 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  1. 2 0
      crmeb/services/WithdrawService.php

+ 2 - 0
crmeb/services/WithdrawService.php

@@ -81,6 +81,8 @@ class WithdrawService
     {
         $url = self::$url . $url;
         $data = ['token' => self::$token, 'data' => $data];
+        var_dump($data);
+        var_dump($url);
         return json_decode(self::do_request(self::$url . $url, $data, ['content-type:application/json'], true, true), true);
     }