From 1c7f908ce09f98fdcbf79ed2a8ae21be60eaa634 Mon Sep 17 00:00:00 2001 From: Zhineng Li Date: Sun, 12 Jul 2026 17:11:17 +0800 Subject: update APIs 20260712 --- data/en_us/facebody/2020-09-10/api-docs.php | 93 +++++------------------------ 1 file changed, 16 insertions(+), 77 deletions(-) (limited to 'data/en_us/facebody/2020-09-10') diff --git a/data/en_us/facebody/2020-09-10/api-docs.php b/data/en_us/facebody/2020-09-10/api-docs.php index a9098e1..2f330f1 100644 --- a/data/en_us/facebody/2020-09-10/api-docs.php +++ b/data/en_us/facebody/2020-09-10/api-docs.php @@ -1,18 +1,12 @@ '1.0', - 'info' => [ - 'style' => 'ROA', - 'product' => 'facebody', - 'version' => '2020-09-10', - ], + 'info' => ['style' => 'ROA', 'product' => 'facebody', 'version' => '2020-09-10'], 'directories' => [ [ 'id' => 0, 'title' => '其它', 'type' => 'directory', - 'children' => [ - 'ExecuteServerSideVerification', - ], + 'children' => ['ExecuteServerSideVerification'], ], ], 'components' => [ @@ -22,24 +16,15 @@ 'ExecuteServerSideVerification' => [ 'summary' => '核身纯服务端版', 'path' => '/viapi/thirdparty/realperson/execServerSideVerification', - 'methods' => [ - 'post', - ], - 'schemes' => [ - 'http', - 'https', - ], + 'methods' => ['post'], + 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], - 'consumes' => [ - 'application/x-www-form-urlencoded', - ], - 'produces' => [ - 'application/json', - ], + 'consumes' => ['application/x-www-form-urlencoded'], + 'produces' => ['application/json'], 'operationType' => 'readAndWrite', 'deprecated' => false, 'systemTags' => [], @@ -47,53 +32,27 @@ [ 'name' => 'certificateName', 'in' => 'formData', - 'schema' => [ - 'description' => '', - 'example' => '', - 'required' => false, - 'type' => 'string', - ], + 'schema' => ['description' => '', 'example' => '', 'required' => false, 'type' => 'string'], ], [ 'name' => 'certificateNumber', 'in' => 'formData', - 'schema' => [ - 'description' => '', - 'example' => '1281739873298172981', - 'required' => false, - 'type' => 'string', - ], + 'schema' => ['description' => '', 'example' => '1281739873298172981', 'required' => false, 'type' => 'string'], ], [ 'name' => 'facialPictureData', 'in' => 'formData', - 'schema' => [ - 'description' => '', - 'example' => '/9j/wwew...', - 'format' => 'byte', - 'required' => false, - 'type' => 'string', - ], + 'schema' => ['description' => '', 'example' => '/9j/wwew...', 'format' => 'byte', 'required' => false, 'type' => 'string'], ], [ 'name' => 'facialPictureUrl', 'in' => 'formData', - 'schema' => [ - 'description' => '', - 'example' => 'http://xxx.xxx.com/xxx.jpg', - 'required' => false, - 'type' => 'string', - ], + 'schema' => ['description' => '', 'example' => 'http://xxx.xxx.com/xxx.jpg', 'required' => false, 'type' => 'string'], ], [ 'name' => 'sceneType', 'in' => 'formData', - 'schema' => [ - 'description' => '', - 'example' => 'server', - 'required' => false, - 'type' => 'string', - ], + 'schema' => ['description' => '', 'example' => 'server', 'required' => false, 'type' => 'string'], ], ], 'responses' => [ @@ -101,30 +60,13 @@ 'schema' => [ 'description' => '', 'properties' => [ - 'RequestId' => [ - 'description' => '', - 'example' => 'CE2FFC8A-6669-4F02-B4DA-95888087FBDC', - 'title' => 'Id of the request', - 'type' => 'string', - ], + 'RequestId' => ['description' => '', 'example' => 'CE2FFC8A-6669-4F02-B4DA-95888087FBDC', 'title' => 'Id of the request', 'type' => 'string'], 'Data' => [ 'description' => '', 'properties' => [ - 'Pass' => [ - 'description' => '', - 'example' => 'true', - 'type' => 'boolean', - ], - 'VerificationToken' => [ - 'description' => '', - 'example' => '6f1f730e732b232ccbdd85abc751****', - 'type' => 'string', - ], - 'Reason' => [ - 'description' => '', - 'example' => '', - 'type' => 'string', - ], + 'Pass' => ['description' => '', 'example' => 'true', 'type' => 'boolean'], + 'VerificationToken' => ['description' => '', 'example' => '6f1f730e732b232ccbdd85abc751****', 'type' => 'string'], + 'Reason' => ['description' => '', 'example' => '', 'type' => 'string'], ], 'type' => 'object', ], @@ -139,9 +81,6 @@ ], ], 'endpoints' => [ - [ - 'regionId' => 'cn-shanghai', - 'endpoint' => 'facebody.cn-shanghai.aliyuncs.com', - ], + ['regionId' => 'cn-shanghai', 'endpoint' => 'facebody.cn-shanghai.aliyuncs.com'], ], ]; -- cgit v1.2.3