@@ -957,7 +957,7 @@ class AcceptorService extends BaseService
$acceptor = $this->model->with(['member'])->where(['id' => $params['acceptor_id'], 'mark' => 1])
->select(['id', 'user_id', 'realname', 'mobile', 'usdt', 'quota', 'status', 'trade_status'])
->first();
-
+ return ['$userInfo' => $userInfo, '$acceptor' => $acceptor];
if (empty($userInfo) || $userInfo['status'] != 1) {
$this->error = 2024;
return false;