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/captcha/2023-03-05/api-docs.php | 215 +++++++++++++++++++++++++++++ 1 file changed, 215 insertions(+) create mode 100644 data/en_us/captcha/2023-03-05/api-docs.php (limited to 'data/en_us/captcha') diff --git a/data/en_us/captcha/2023-03-05/api-docs.php b/data/en_us/captcha/2023-03-05/api-docs.php new file mode 100644 index 0000000..7b9ff74 --- /dev/null +++ b/data/en_us/captcha/2023-03-05/api-docs.php @@ -0,0 +1,215 @@ + '1.0', + 'info' => [ + 'style' => 'RPC', + 'product' => 'captcha', + 'version' => '2023-03-05', + ], + 'directories' => [ + 'VerifyIntelligentCaptcha', + [ + 'id' => 198934, + 'title' => null, + 'type' => 'directory', + 'children' => [ + 'VerifyCaptcha', + ], + ], + ], + 'components' => [ + 'schemas' => [], + ], + 'apis' => [ + 'VerifyIntelligentCaptcha' => [ + 'summary' => '验证码验证', + 'methods' => [ + 'post', + 'get', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'operationType' => 'write', + 'deprecated' => false, + 'systemTags' => [ + 'operationType' => 'create', + 'riskType' => 'none', + 'chargeType' => 'paid', + 'abilityTreeCode' => '194420', + 'abilityTreeNodes' => [ + 'FEATUREwafACFB6T', + ], + 'tenantRelevance' => 'publicInformation', + ], + 'parameters' => [ + [ + 'name' => 'CaptchaVerifyParam', + 'in' => 'formData', + 'schema' => [ + 'description' => '', + 'type' => 'string', + 'required' => false, + 'example' => 'dsjidsjidsjkds*djsjdiskds'."\n", + ], + ], + [ + 'name' => 'SceneId', + 'in' => 'formData', + 'schema' => [ + 'type' => 'string', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'title' => 'Schema of Response', + 'description' => 'Schema of Response', + 'type' => 'object', + 'properties' => [ + 'RequestId' => [ + 'title' => 'Id of the request', + 'description' => 'Id of the request', + 'type' => 'string', + 'example' => '95784F***D39FDC5'."\n", + ], + 'Success' => [ + 'description' => '', + 'type' => 'boolean', + 'example' => 'true', + ], + 'Code' => [ + 'description' => '', + 'type' => 'string', + 'example' => 'Success', + ], + 'Message' => [ + 'description' => '', + 'type' => 'string', + 'example' => 'success', + ], + 'Result' => [ + 'description' => '', + 'type' => 'object', + 'properties' => [ + 'VerifyResult' => [ + 'description' => '', + 'type' => 'boolean', + 'example' => 'true', + ], + 'VerifyCode' => [ + 'type' => 'string', + ], + 'CertifyId' => [ + 'type' => 'string', + ], + ], + ], + ], + ], + ], + ], + 'staticInfo' => [ + 'returnType' => 'synchronous', + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"95784F***D39FDC5\\\\n\\",\\n \\"Success\\": true,\\n \\"Code\\": \\"Success\\",\\n \\"Message\\": \\"success\\",\\n \\"Result\\": {\\n \\"VerifyResult\\": true,\\n \\"VerifyCode\\": \\"\\",\\n \\"CertifyId\\": \\"\\"\\n }\\n}","type":"json"}]', + ], + 'VerifyCaptcha' => [ + 'summary' => '验证码验证', + 'methods' => [ + 'post', + 'get', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'operationType' => 'write', + 'deprecated' => false, + 'systemTags' => [ + 'operationType' => 'create', + 'abilityTreeCode' => '175427', + 'abilityTreeNodes' => [ + 'FEATUREwafACFB6T', + ], + 'tenantRelevance' => 'publicInformation', + ], + 'parameters' => [ + [ + 'name' => 'CaptchaVerifyParam', + 'in' => 'query', + 'schema' => [ + 'description' => '', + 'type' => 'string', + 'required' => false, + 'example' => 'dsjidsjidsjkds*djsjdiskds', + ], + ], + ], + 'responses' => [ + 200 => [ + 'schema' => [ + 'title' => 'Schema of Response', + 'description' => 'Schema of Response', + 'type' => 'object', + 'properties' => [ + 'RequestId' => [ + 'title' => 'Id of the request', + 'description' => 'Id of the request', + 'type' => 'string', + 'example' => '95784F***D39FDC5', + ], + 'Success' => [ + 'description' => '', + 'type' => 'boolean', + 'example' => 'true', + ], + 'Code' => [ + 'description' => '', + 'type' => 'string', + 'example' => 'Success', + ], + 'Message' => [ + 'description' => '', + 'type' => 'string', + 'example' => 'success', + ], + 'Result' => [ + 'description' => '', + 'type' => 'object', + 'properties' => [ + 'VerifyResult' => [ + 'description' => '', + 'type' => 'boolean', + 'example' => 'true', + ], + ], + ], + ], + ], + ], + ], + 'staticInfo' => [ + 'returnType' => 'synchronous', + ], + 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"95784F***D39FDC5\\",\\n \\"Success\\": true,\\n \\"Code\\": \\"Success\\",\\n \\"Message\\": \\"success\\",\\n \\"Result\\": {\\n \\"VerifyResult\\": true\\n }\\n}","type":"json"}]', + ], + ], + 'endpoints' => [ + [ + 'regionId' => 'cn-shanghai', + 'endpoint' => 'captcha.cn-shanghai.aliyuncs.com', + ], + ], +]; -- cgit v1.2.3