diff --git a/Aliyun/Log/Models/Response/BatchGetLogsResponse.php b/Aliyun/Log/Models/Response/BatchGetLogsResponse.php index 03278cd..63efbfb 100644 --- a/Aliyun/Log/Models/Response/BatchGetLogsResponse.php +++ b/Aliyun/Log/Models/Response/BatchGetLogsResponse.php @@ -5,8 +5,8 @@ */ require_once realpath(dirname(__FILE__) . '/Response.php'); -require_once realpath ( dirname ( __FILE__ ) . '/../sls.proto.php' ); -require_once realpath ( dirname ( __FILE__ ) . '/../protocolbuffers.inc.php' ); +require_once realpath ( dirname ( __FILE__ ) . '/../../sls.proto.php' ); +require_once realpath ( dirname ( __FILE__ ) . '/../../protocolbuffers.inc.php' ); /** * The response of the GetLog API from log service. *