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

+ 1 - 1
app/Services/Api/AcceptorService.php

@@ -113,7 +113,7 @@ class AcceptorService extends BaseService
 
             foreach ($datas['data'] as &$item) {
                 $item['avatar'] = $item['avatar'] ? get_image_url($item['avatar']) : '';
-                $item['currency_price'] = $this->getRealPrice(1, $currency, 3);
+                $item['currency_price'] = $this->getRealPrice(1, 'CNY',0);
                 $item['currency_quota'] = $this->getRealPrice(floatval($item['quota']), $currency, 3);
                 $item['currency_rate'] = $currency=='CNY'? 1 : WalletService::make()->getRateByCNY($currency);
                 $item['usdt_price'] = moneyFormat(1 / $xdPrice, 2);