Browse Source

会员升级

Kirin 1 year ago
parent
commit
1520b2db25
1 changed files with 1 additions and 0 deletions
  1. 1 0
      crmeb/services/WithdrawService.php

+ 1 - 0
crmeb/services/WithdrawService.php

@@ -58,6 +58,7 @@ 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 {