From eccd5cd5a067f5659982685afdeea209b1888efb Mon Sep 17 00:00:00 2001 From: Zhineng Li Date: Sat, 14 Feb 2026 10:08:30 +0800 Subject: first commit --- data/facebody/2020-09-10/api-docs.php | 83 +++++++++++++++++++++++++++++++++++ 1 file changed, 83 insertions(+) create mode 100644 data/facebody/2020-09-10/api-docs.php (limited to 'data/facebody/2020-09-10') diff --git a/data/facebody/2020-09-10/api-docs.php b/data/facebody/2020-09-10/api-docs.php new file mode 100644 index 0000000..08da8f1 --- /dev/null +++ b/data/facebody/2020-09-10/api-docs.php @@ -0,0 +1,83 @@ + '1.0', + 'info' => [ + 'style' => 'ROA', + 'product' => 'facebody', + 'version' => '2020-09-10', + ], + 'components' => [ + 'schemas' => [], + ], + 'apis' => [ + 'ExecuteServerSideVerification' => [ + 'path' => '/viapi/thirdparty/realperson/execServerSideVerification', + 'methods' => [ + 'post', + ], + 'schemes' => [ + 'http', + 'https', + ], + 'security' => [ + [ + 'AK' => [], + ], + ], + 'consumes' => [ + 'application/x-www-form-urlencoded', + ], + 'produces' => [ + 'application/json', + ], + 'deprecated' => false, + 'parameters' => [ + [ + 'name' => 'certificateName', + 'in' => 'formData', + 'schema' => [ + 'type' => 'string', + 'required' => false, + ], + ], + [ + 'name' => 'certificateNumber', + 'in' => 'formData', + 'schema' => [ + 'type' => 'string', + 'required' => false, + ], + ], + [ + 'name' => 'facialPictureData', + 'in' => 'formData', + 'schema' => [ + 'type' => 'string', + 'required' => false, + ], + ], + [ + 'name' => 'facialPictureUrl', + 'in' => 'formData', + 'schema' => [ + 'type' => 'string', + 'required' => false, + ], + ], + [ + 'name' => 'sceneType', + 'in' => 'formData', + 'schema' => [ + 'type' => 'string', + 'required' => false, + ], + ], + ], + ], + ], + 'endpoints' => [ + [ + 'regionId' => 'cn-shanghai', + 'endpoint' => 'facebody.cn-shanghai.aliyuncs.com', + ], + ], +]; -- cgit v1.2.3