lyh 2 лет назад
Родитель
Сommit
eb3fc46a3d
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      app/Services/Api/MerchantService.php

+ 1 - 1
app/Services/Api/MerchantService.php

@@ -636,7 +636,7 @@ class MerchantService extends BaseService
             return false;
         }
         $merchant = $this->model->with(['member'])->where(['user_id' => $userId, 'mark' => 1])
-            ->select(['id', 'realname', 'mobile', 'usdt', 'quota', 'trade_status', 'status'])
+            ->select(['id','name','usdt','pay_password','status','trade_status'])
             ->first();
 
         $userInfo = $merchant['member'];