标签:auth bsp ken cep top ffffff etop 测试 ati
PHP curl 请求中添加 Authorization token ;
经过测试用一下方式设置 header 参数,可以成功获取数据
$accessToken = "6666dhfgfhgfhertwrqefdshfkk";
$headers[] = "Accept:application/json";
$headers[] = "Authorization: Bearer ". $accessToken;
curl 参数设置如下:
if( !empty($headers) ){
curl_setopt( $curl, CURLOPT_HTTPHEADER, $headers );
}
PHP curl 请求中添加 Authorization token
标签:auth bsp ken cep top ffffff etop 测试 ati
原文地址:https://www.cnblogs.com/haoxuanchen2014/p/9330966.html