网上查询出来的几乎都是错误的,正确的应该是:
$data = array( 'pic'=>new CURLFile($path) // 如果无效可以这样 // 'pic'=>curl_file_create($path) );
更多参考:https://www.jianshu.com/p/63b32ceea742
https://blog.csdn.net/a735311619/article/details/79826430