我越来越傻了!有人可以帮我将此调用转换为正确的 php curl 函数吗?
$result=shell_exec('curl https://api.box.com/2.0/files/'.$xml->item_id.' -H "Authorization: Bearer '.$row_boxitems['access_token'].'" -d \'{"shared_link": {"access": "open"}}\' -X PUT 2>&1');
显然问题在于 -d 中的嵌套参数。我都试过了!!!
非常感谢任何帮助