繁体   English   中英

您的请求不能在这个时候被处理。 请稍后再试。 如果此消息仍然存在,请通过帮助功能联系GSX支持

[英]Your request cannot be processed at this time. Please try again later. If this message persists, please contact GSX support via the help function

在订购Apple gsx 苹果保护计划时 ,出现了这样的错误。

GSX.SYS.002目前无法处理您的请求。 请稍后再试。 如果此消息仍然存在,请通过帮助功能联系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']                                  ;

这是因为看来苹果服务器温度降低了。 所以过一段时间再试。

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM