wesmiler пре 2 година
родитељ
комит
5ceaf443e4
1 измењених фајлова са 1 додато и 0 уклоњено
  1. 1 0
      app/Services/WalletService.php

+ 1 - 0
app/Services/WalletService.php

@@ -825,6 +825,7 @@ class WalletService extends BaseService
             $data = isset($result['data'])? $result['data'] : [];
             $data = isset($data['bian'])? $data['bian']: [];
             $price = isset($data['buy'])? $data['buy'] : 0;
+            RedisService::set("caches:wallets:usdt_buy_result1", ['url'=> $this->bianUrl,'result' => $result,'rates'=>$price,'data'=>$data], 7200);
             if($price<=0){
                 $price = ConfigService::make()->getConfigByCode('usdt_cny_price',7.2);
             }