|
|
@@ -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;
|