where('store_id', request()->store_id)->first()->user_id; } $data = [ 'partnerId' => '', 'merchantId' => $set['pid'], 'appId' => $set['app_id'] ]; return $this->successJson('成功',$data); } }