Php 此时无法处理您的请求。请稍后再试。如果此消息仍然存在,请通过帮助功能与GSX支持部门联系

Php 此时无法处理您的请求。请稍后再试。如果此消息仍然存在,请通过帮助功能与GSX支持部门联系,php,Php,在订购苹果gsx苹果保护计划时,我遇到了这样一个错误 GSX.SYS.002 此时无法处理您的请求。请稍后再试。如果此消息仍然存在,请通过help function.null与GSX支持部门联系 有谁知道我犯了什么错误,或者如何在php中使用gsx订购应用程序 但就像我试图获取苹果保修细节一样,它工作正常, 它显示了一个错误,比如 $CreateAPPOrder = array ( 'CreateAPPOrderRequest' => array (

在订购苹果gsx苹果保护计划时,我遇到了这样一个错误

GSX.SYS.002 此时无法处理您的请求。请稍后再试。如果此消息仍然存在,请通过help function.null与GSX支持部门联系

有谁知道我犯了什么错误,或者如何在php中使用gsx订购应用程序

但就像我试图获取苹果保修细节一样,它工作正常, 它显示了一个错误,比如

$CreateAPPOrder  =   array (
    'CreateAPPOrderRequest' => array 
    (
        'userSession' => array ('userSessionId' => $sessionid) ,
        'orderData' => array 
        (
            'addressLine1' =>$mcpadress1,
            'addressLine2' =>$mcpadress2,
            'city' =>$mcpcity,
            'companyName' =>'',
            'country' =>$mccountry,
            'emailAddress' =>$mccmail,
            'firstName' =>$mcpfname,
            'lastName' =>$mcplname,
            'primaryPhone' =>$mcpmobile,                                            
            'productNumber' =>$mcprdno,
            'purchaseOrder' =>$mcporder,
            'requestPart' =>array('displaySerialNumber'=>$mcserno1,'serialNumber'=>$mcserno1,'fileName'=>'','fileData'=>'') ,
            'shipTo' =>$mnshipto,
            'county' =>'',
            'state' =>$mcpstate,
            'zipCode' =>$mcpncode,
            'pocDeliveryPreference' =>'',
            'pocLanguage' =>'',
            'purchaseMode' =>$mcpmode

         )
     )
    );
    $response1  =   $client->CreateAPPOrder($CreateAPPOrder) ;       
    $response1  =   object_to_array($response1) ;   
    //var_dump($response1);        
    // inserting the response in to apb table        
    $operationId             =   $response1['CreateAPPOrderResponse']['operationId']                                ;
    $agreeNo                 =   $response1['CreateAPPOrderResponse']['orderConfirmation']['agreementNumber']                    ;
    $ttforder                =   $response1['orderConfirmation']['totalFromOrder']                     ;
    $partNumber              =   $response1['orderConfirmation']['orderParts']['partNumber']            ;
    $netPrice                =   $response1['orderConfirmation']['orderParts']['netPrice']            ;
    $currency                =   $response1['orderConfirmation']['orderParts']['currency']            ;
    $quantity                =   $response1['orderConfirmation']['orderParts']['quantity']            ;
    $vattax                  =   $response1['orderConfirmation']['tax']                                  ;
这是因为苹果服务器温度似乎下降了。所以过一段时间再试试