From ed758fa894c340f2eac8a334cd0e3942513ecb24 Mon Sep 17 00:00:00 2001 From: lewzylu Date: Mon, 15 Jun 2020 15:33:49 +0800 Subject: [PATCH] fix service --- src/Qcloud/Cos/Service.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/Qcloud/Cos/Service.php b/src/Qcloud/Cos/Service.php index ffd3a3e0..4705c0c1 100644 --- a/src/Qcloud/Cos/Service.php +++ b/src/Qcloud/Cos/Service.php @@ -4454,10 +4454,9 @@ public static function getService() { 'type' => 'string', 'location' => 'xml', ), - 'Versions' => array( + 'Version' => array( 'type' => 'array', 'location' => 'xml', - 'sentAs' => 'Versions', 'data' => array( 'xmlFlattened' => true, ),