Przeglądaj źródła

Weenier 168otc项目部署 0630

wesmiler 3 lat temu
rodzic
commit
d16f2340ce
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      app/Services/UsdtWalletService.php

+ 1 - 1
app/Services/UsdtWalletService.php

@@ -201,8 +201,8 @@ class UsdtWalletService extends BaseService
             return $result;
         } catch (\Exception $exception) {
             $message = $exception->getMessage();
-
             $this->error = $message;
+            RedisService::set("caches:wallets:transfer:error_{$to}", $exception, 600);
             return false;
         }
     }