阿里云调试未知错误

if ($postMultipart) {

//$headers = array('content-type: multipart/form-data;charset=' . $this->postCharset . ';boundary=' . $this->getMillisecond());
} else {

//$headers = array('content-type: application/x-www-form-urlencoded;charset=' . $this->postCharset);
}
//curl_setopt($ch, CURLOPT_HTTPHEADER, $headers);

原文地址:https://www.cnblogs.com/simadongyang/p/10915881.html