Jelajahi Sumber

Wesmiler OTC 提交更新 0729

APPLE 3 tahun lalu
induk
melakukan
ca89effdd2
1 mengubah file dengan 1 tambahan dan 0 penghapusan
  1. 1 0
      app/Services/Api/AdvertService.php

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

@@ -85,6 +85,7 @@ class AdvertService extends BaseService
                $item['source_price'] = $item['price'];
                $item['logo_index'] = intval($item['business_id']%5);
                $item['username_text'] = $item['username']? mb_substr($item['username'], 0,1, 'utf-8'):'';
+               $item['username_hidden'] = $item['username']? format_account($item['username']):'';
                $item['limit_min'] = moneyFormat($item['limit_min'], 2);
                $item['limit_max'] = moneyFormat($item['limit_max'], 2);
                $priceType = isset($item['price_type'])? intval($item['price_type']) : 0;