浏览代码

Wesmiler OTC 提交更新 0729

APPLE 3 年之前
父节点
当前提交
ca89effdd2
共有 1 个文件被更改,包括 1 次插入0 次删除
  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;