From 7347bac4ab7e136157fc94777e6cf87ef9e08599 Mon Sep 17 00:00:00 2001 From: Zhineng Li Date: Fri, 13 Feb 2026 10:54:11 +0800 Subject: first commit --- data/en_us/xtee/2018-03-22/api-docs.php | 135 ++++++++++++++++++++++++++++++++ 1 file changed, 135 insertions(+) create mode 100644 data/en_us/xtee/2018-03-22/api-docs.php (limited to 'data/en_us/xtee/2018-03-22/api-docs.php') diff --git a/data/en_us/xtee/2018-03-22/api-docs.php b/data/en_us/xtee/2018-03-22/api-docs.php new file mode 100644 index 0000000..49cdf0b --- /dev/null +++ b/data/en_us/xtee/2018-03-22/api-docs.php @@ -0,0 +1,135 @@ + '1.0', + 'info' => [ + 'style' => 'RPC', + 'product' => 'xtee', + 'version' => '2018-03-22', + ], + 'directories' => [ + [ + 'id' => 0, + 'title' => '其它', + 'type' => 'directory', + 'children' => [ + 'DescribeInitKycFlow', + ], + ], + ], + '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, + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'type' => 'object', + 'properties' => [ + 'code' => [ + 'type' => 'string', + ], + 'RequestId' => [ + 'type' => 'string', + ], + 'message' => [ + 'type' => 'string', + ], + 'data' => [ + 'type' => 'object', + 'properties' => [ + 'phone' => [ + 'type' => 'string', + ], + 'companyRegistCountry' => [ + 'type' => 'string', + ], + 'certificationFile' => [ + 'type' => 'string', + ], + 'accountType' => [ + 'type' => 'string', + ], + 'accountBankBillFile' => [ + 'type' => 'string', + ], + 'accountBankCardNo' => [ + 'type' => 'string', + ], + 'companyRegistFile' => [ + 'type' => 'string', + ], + 'companyRegistAddress' => [ + 'type' => 'string', + ], + 'companyName' => [ + 'type' => 'string', + ], + 'accountCertificationType' => [ + 'type' => 'string', + ], + 'certificationType' => [ + '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', + ], + ], +]; -- cgit v1.2.3