Ver Fonte

会员升级

Kirin há 1 ano atrás
pai
commit
9a0d078214
1 ficheiros alterados com 1 adições e 0 exclusões
  1. 1 0
      app/services/user/UserExchangeServices.php

+ 1 - 0
app/services/user/UserExchangeServices.php

@@ -98,6 +98,7 @@ class UserExchangeServices extends BaseServices
             $item['nickname'] = $item['user']['nickname'] ?? '';
             $item['real_name'] = $item['user']['real_name'] ?? '';
             $item['card_id'] = $item['user']['card_id'] ?? '';
+            $item['phone'] = $item['user']['phone'] ?? '';
         }
         $count = $this->dao->count($where);
         return compact('list', 'count');