报错:
把require_once '/api_sdk/vendor/autoload.php';
改为
require_once __DIR__ .'/api_sdk/vendor/autoload.php';
文件目录一定要写完整