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/nls-filetrans/2019-08-23/api-docs.php | 49 ++++++------------------------ 1 file changed, 10 insertions(+), 39 deletions(-) (limited to 'data/nls-filetrans/2019-08-23/api-docs.php') diff --git a/data/nls-filetrans/2019-08-23/api-docs.php b/data/nls-filetrans/2019-08-23/api-docs.php index 2e176eb..ea7b191 100644 --- a/data/nls-filetrans/2019-08-23/api-docs.php +++ b/data/nls-filetrans/2019-08-23/api-docs.php @@ -1,22 +1,13 @@ '1.0', - 'info' => [ - 'style' => 'RPC', - 'product' => 'nls-filetrans', - 'version' => '2019-08-23', - ], + 'info' => ['style' => 'RPC', 'product' => 'nls-filetrans', 'version' => '2019-08-23'], 'components' => [ 'schemas' => [], ], 'apis' => [ 'GetTaskResult' => [ - 'methods' => [ - 'get', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'methods' => ['get'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -26,21 +17,13 @@ [ 'name' => 'TaskId', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => true], ], ], ], 'SubmitTask' => [ - 'methods' => [ - 'post', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'methods' => ['post'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], @@ -53,26 +36,14 @@ [ 'name' => 'Task', 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], + 'schema' => ['type' => 'string', 'required' => true], ], ], ], ], 'endpoints' => [ - [ - 'regionId' => 'cn-beijing', - 'endpoint' => 'nls-filetrans.cn-beijing.aliyuncs.com', - ], - [ - 'regionId' => 'cn-shanghai', - 'endpoint' => 'nls-filetrans.cn-shanghai.aliyuncs.com', - ], - [ - 'regionId' => 'cn-shenzhen', - 'endpoint' => 'nls-filetrans.cn-shenzhen.aliyuncs.com', - ], + ['regionId' => 'cn-beijing', 'endpoint' => 'nls-filetrans.cn-beijing.aliyuncs.com'], + ['regionId' => 'cn-shanghai', 'endpoint' => 'nls-filetrans.cn-shanghai.aliyuncs.com'], + ['regionId' => 'cn-shenzhen', 'endpoint' => 'nls-filetrans.cn-shenzhen.aliyuncs.com'], ], ]; -- cgit v1.2.3