Your command line is using POST, but your code is using CURLOPT_UPLOAD, which is obviously different. You should use CURLOPT_POST instead, and you should ...
確定! 回上一頁