lyh 2 лет назад
Родитель
Сommit
b14ac8f2b3
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','name','usdt','pay_password','status','trade_status'])
+            ->select(['id','name','usdt','status','trade_status'])
             ->first();
 
         $userInfo = $merchant['member'];