From 814ec806c22e2782390af5a4a05cb6281aabd5e1 Mon Sep 17 00:00:00 2001 From: Zhineng Li Date: Sun, 12 Jul 2026 16:56:35 +0800 Subject: update APIs 20260712 --- data/goodstech/2019-12-30/api-docs.php | 26 +++++--------------------- 1 file changed, 5 insertions(+), 21 deletions(-) (limited to 'data/goodstech') diff --git a/data/goodstech/2019-12-30/api-docs.php b/data/goodstech/2019-12-30/api-docs.php index a745004..83568a6 100644 --- a/data/goodstech/2019-12-30/api-docs.php +++ b/data/goodstech/2019-12-30/api-docs.php @@ -1,23 +1,13 @@ '1.0', - 'info' => [ - 'style' => 'RPC', - 'product' => 'goodstech', - 'version' => '2019-12-30', - ], + 'info' => ['style' => 'RPC', 'product' => 'goodstech', 'version' => '2019-12-30'], 'components' => [ 'schemas' => [], ], 'apis' => [ 'ClassifyCommodity' => [ - 'methods' => [ - 'post', - 'get', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'methods' => ['post', 'get'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -28,18 +18,12 @@ [ 'name' => 'ImageURL', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => true], ], ], ], ], 'endpoints' => [ - [ - 'regionId' => 'cn-shanghai', - 'endpoint' => 'goodstech.cn-shanghai.aliyuncs.com', - ], + ['regionId' => 'cn-shanghai', 'regionName' => '华东2(上海)', 'areaId' => 'asiaPacific', 'areaName' => '亚太', 'public' => 'goodstech.cn-shanghai.aliyuncs.com', 'endpoint' => 'goodstech.cn-shanghai.aliyuncs.com', 'vpc' => 'goodstech-vpc.cn-shanghai.aliyuncs.com'], ], ]; -- cgit v1.2.3