Kirin 1 år sedan
förälder
incheckning
38052e2274
1 ändrade filer med 0 tillägg och 1 borttagningar
  1. 0 1
      crmeb/services/WithdrawService.php

+ 0 - 1
crmeb/services/WithdrawService.php

@@ -58,7 +58,6 @@ class WithdrawService
         $token = self::$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) {
             return $res;
         } else {