Aramex Rate计算器API返回错误代码ISE01和以下错误消息:
在请求时获取计算率时发生内部服务器错误
这个错误的原因是什么?
以下是Aramex费率计算器API的示例代码:
<?php
$params = array(
'ClientInfo' => array(
'AccountCountryCode' => 'JO',
'AccountEntity' => 'AMM',
'AccountNumber' => '00000',
'AccountPin' => '000000',
'UserName' => 'user@company.com',
'Password' => '000000000',
'Version' => 'v1.0'
),
'Transaction' => array(
'Reference1' => '001'
),
'OriginAddress' => array(
'City' => 'Amman',
'CountryCode' => 'JO'
),
'DestinationAddress' => array(
'City' => 'Dubai',
'CountryCode' => 'AE'
),
'ShipmentDetails' => array(
'PaymentType' => 'P',
'ProductGroup' => 'EXP',
'ProductType' => 'PPX',
'ActualWeight' => array('Value' => 5, …Run Code Online (Sandbox Code Playgroud) 在尝试composer.phar通过命令行安装时 ,出错了
PHP Fatal error: Uncaught exception 'PharException' with message manifest cannot be larger than 100 mb in phar
Run Code Online (Sandbox Code Playgroud)
请支持我解决这个问题,我正在尝试安装 symfony2.1