summaryrefslogtreecommitdiff
path: root/data/xtee/2018-03-22
diff options
context:
space:
mode:
Diffstat (limited to 'data/xtee/2018-03-22')
-rw-r--r--data/xtee/2018-03-22/api-docs.php68
1 files changed, 68 insertions, 0 deletions
diff --git a/data/xtee/2018-03-22/api-docs.php b/data/xtee/2018-03-22/api-docs.php
new file mode 100644
index 0000000..9956849
--- /dev/null
+++ b/data/xtee/2018-03-22/api-docs.php
@@ -0,0 +1,68 @@
+<?php return [
+ 'version' => '1.0',
+ 'info' => [
+ 'style' => 'RPC',
+ 'product' => 'xtee',
+ 'version' => '2018-03-22',
+ ],
+ 'components' => [
+ 'schemas' => [],
+ ],
+ 'apis' => [
+ 'DescribeInitKycFlow' => [
+ 'methods' => [
+ 'post',
+ 'get',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'Lang',
+ 'in' => 'query',
+ 'schema' => [
+ 'type' => 'string',
+ 'required' => false,
+ ],
+ ],
+ [
+ 'name' => 'actionType',
+ 'in' => 'query',
+ 'schema' => [
+ 'type' => 'string',
+ 'required' => true,
+ ],
+ ],
+ ],
+ ],
+ ],
+ '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',
+ ],
+ ],
+];