下载了七牛的PHPSDK 上传到/ThinkPHP/Extend/Vendor/Qn/
require和vendor都用了提示 Class 'Auth' not found
直接用原生的在PHP使用就没问题。
这个用PHP怎么来引用?
require_once('/data/home/qxu1098240152/htdocs/ThinkPHP/Extend/Vendor/Qn/autoload.php');
$auth = new Auth($accessKey, $secretKey);
本地直接用没问题