diff options
Diffstat (limited to 'data/zh_cn/xtee/2019-03-08/api-docs.php')
| -rw-r--r-- | data/zh_cn/xtee/2019-03-08/api-docs.php | 103 |
1 files changed, 0 insertions, 103 deletions
diff --git a/data/zh_cn/xtee/2019-03-08/api-docs.php b/data/zh_cn/xtee/2019-03-08/api-docs.php deleted file mode 100644 index e99e882..0000000 --- a/data/zh_cn/xtee/2019-03-08/api-docs.php +++ /dev/null @@ -1,103 +0,0 @@ -<?php return [ - 'version' => '1.0', - 'info' => [ - 'style' => 'RPC', - 'product' => 'xtee', - 'version' => '2019-03-08', - ], - 'directories' => [ - [ - 'id' => 0, - 'title' => '其它', - 'type' => 'directory', - 'children' => [ - 'DescribeExpressionVariableDetail', - ], - ], - ], - 'components' => [ - 'schemas' => [], - ], - 'apis' => [ - 'DescribeExpressionVariableDetail' => [ - 'methods' => [ - 'post', - 'get', - ], - 'schemes' => [ - 'http', - 'https', - ], - 'security' => [ - [ - 'AK' => [], - ], - ], - 'parameters' => [ - [ - 'name' => 'Lang', - 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => false, - ], - ], - [ - 'name' => 'regId', - 'in' => 'query', - 'schema' => [ - 'type' => 'string', - 'required' => true, - ], - ], - [ - 'name' => 'id', - 'in' => 'query', - 'schema' => [ - 'type' => 'integer', - 'format' => 'int64', - 'required' => true, - ], - ], - ], - 'responses' => [ - 200 => [ - 'schema' => [ - 'type' => 'object', - 'properties' => [ - 'resultObject' => [ - 'type' => 'object', - ], - 'RequestId' => [ - 'type' => 'string', - ], - ], - ], - ], - ], - 'errorCodes' => [], - ], - ], - 'endpoints' => [ - [ - 'regionId' => 'cn-shanghai', - 'endpoint' => 'riskcontrol-share.aliyuncs.com', - ], - [ - 'regionId' => 'cn-hangzhou', - 'endpoint' => 'riskcontrol-share.aliyuncs.com', - ], - [ - 'regionId' => 'ap-southeast-1', - 'endpoint' => 'riskcontrol-share.ap-southeast-1.aliyuncs.com', - ], - [ - 'regionId' => 'ap-southeast-3', - 'endpoint' => 'riskcontrol-share.ap-southeast-1.aliyuncs.com', - ], - [ - 'regionId' => 'ap-southeast-5', - 'endpoint' => 'riskcontrol-share.ap-southeast-1.aliyuncs.com', - ], - ], -]; |
