PHP速学教程(入门到精通)
PHP怎么学习?PHP怎么入门?PHP在哪学?PHP怎么学才快?不用担心,这里为大家提供了PHP速学教程(入门到精通),有需要的小伙伴保存下载就能学习啦!
PHP 远程调用 API 500报错
function getInventory($code) {
$req = new InventoryGetRequest();
$req -> setProductCode($code);
$client = new DefaultSuningClient(SERVER_URL, APP_KEY, APP_SECRET, FORMAT);
$resp = $client -> execute($req);
$response = json_decode($resp, true)['sn_responseContent'];
if (isset($response['sn_error'])) {
return false;
} else {
return $response['sn_body']['inventory']['invNum'];
}
}
写一个函数远程调用对方API ,在记录数少的时候 比如100左右,运行正常,记录数多的话 比如3000以上就报 500错误
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator at [email protected] to inform them of the time this error occurred, and the actions you performed just before this error.
More information about this error may be available in the server error log.
初步在想是不是远程API响应超时造成的,水平有限,不会一一排查,请大帅可以指点迷津。
------解决思路----------------------
目标网站问题,和你的代码没有关系。
大量免费API接口:立即使用
涵盖生活服务API、金融科技API、企业工商API、等相关的API接口服务。免费API接口可安全、合规地连接上下游,为数据API应用能力赋能!
已抢7337个
抢已抢95475个
抢已抢14940个
抢已抢52729个
抢已抢195932个
抢已抢87512个
抢