setSessionId('str'); $request->setWpSessionId('str'); $request->setActionTime('str'); $request->setBizType(1); $request->setDealerId('str'); $request->setQueueId('str'); $request->setQueueName('str'); $request->setQueueIndex(1); $request->setExceptionCode(1); $request->setExceptionMsg('str'); $request->setQueueAddress('str'); try{ $response = $client->syncInvoke($request); } catch(Com\Pdd\Pop\Sdk\PopHttpException $e){ echo $e->getMessage(); exit; } $content = $response->getContent(); if(isset($content['error_response'])){ echo "异常返回"; } echo json_encode($content,JSON_UNESCAPED_UNICODE);