From 02ff6496c49e8b46a9454b7f979d83f19d3fad7e Mon Sep 17 00:00:00 2001 From: "panjun.liu" Date: Mon, 12 Jul 2021 15:29:14 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=AD=A3=E8=8B=A5=E5=B9=B2BUG?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/data/cdn/v1/api-2.json.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/data/cdn/v1/api-2.json.php b/src/data/cdn/v1/api-2.json.php index fa04c34..49d8938 100644 --- a/src/data/cdn/v1/api-2.json.php +++ b/src/data/cdn/v1/api-2.json.php @@ -2323,6 +2323,7 @@ 'createTime' => [ 'type' => 'string', 'locationName' => 'createTime', ], 'updateTime' => [ 'type' => 'string', 'locationName' => 'updateTime', ], 'cacheType' => [ 'type' => 'string', 'locationName' => 'cacheType', ], + 'configId' => [ 'type' => 'string', 'locationName' => 'configId', ], ], ], 'SubUserRefreshLimit' => [ @@ -2659,7 +2660,7 @@ 'members' => [ 'startTime' => [ 'type' => 'string', 'locationName' => 'startTime', ], 'endTime' => [ 'type' => 'string', 'locationName' => 'endTime', ], - 'data' => [ 'type' => 'map', 'key' => [ 'shape' => 'string', ], 'value' => [ 'shape' => 'string', ], ], + 'data' => [ 'type' => 'map', 'key' => [ 'shape' => 'string', ], 'value' => [ 'type' => 'long', ], ], ], ], 'StatisticsTopUrlItem' => [