소스 검색

会员升级

Kirin 1 년 전
부모
커밋
38052e2274
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  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 {