TP5 reported Fatal error: Class'Qiniu\Auth' not found in when uploading pictures using Qiniu

Solution: Introduce autoload.php in the SDK package

Vendor('qiniu.php-sdk.autoload');

As shown below:

Guess you like

Origin blog.csdn.net/qq_43737121/article/details/105605945