例如:http://localhost/openapi/holiday/Line/Query/GetLineComment?AllianceId=12&DigitalSign=7aeac3d1c621c30c144f23b5a498bbda01895b70&ReqTime=2013-09-02 16:23:49.929
这个地址用get怎么提交
Copyright 2014-2025 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号
curl 默认就是以 GET 提交的,如果为POST提交,请检查是否配置了 curl_setopt($c, CURLOPT_POST, 1); 这个参数
file_get_contents