wesmiler 2 lat temu
rodzic
commit
ce7ffa4471
1 zmienionych plików z 1 dodań i 0 usunięć
  1. 1 0
      app/Services/Api/AcceptorService.php

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

@@ -113,6 +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_quota'] = $this->getRealPrice(floatval($item['quota']), $currency, 3);
                 $item['usdt_price'] = moneyFormat(1 / $xdPrice, 2);
                 $item['price'] = $cnyPrice;