summaryrefslogtreecommitdiff
path: root/data/en_us/idrsservice/2020-06-30/api-docs.php
diff options
context:
space:
mode:
Diffstat (limited to 'data/en_us/idrsservice/2020-06-30/api-docs.php')
-rw-r--r--data/en_us/idrsservice/2020-06-30/api-docs.php11411
1 files changed, 11411 insertions, 0 deletions
diff --git a/data/en_us/idrsservice/2020-06-30/api-docs.php b/data/en_us/idrsservice/2020-06-30/api-docs.php
new file mode 100644
index 0000000..cad390e
--- /dev/null
+++ b/data/en_us/idrsservice/2020-06-30/api-docs.php
@@ -0,0 +1,11411 @@
+<?php return [
+ 'version' => '1.0',
+ 'info' => [
+ 'style' => 'RPC',
+ 'product' => 'idrsservice',
+ 'version' => '2020-06-30',
+ ],
+ 'directories' => [
+ [
+ 'id' => 168945,
+ 'title' => null,
+ 'type' => 'directory',
+ 'children' => [
+ 'CreateSignature',
+ ],
+ ],
+ [
+ 'id' => 168947,
+ 'title' => null,
+ 'type' => 'directory',
+ 'children' => [
+ 'GetWatermark',
+ ],
+ ],
+ [
+ 'id' => 168949,
+ 'title' => null,
+ 'type' => 'directory',
+ 'children' => [
+ 'GetDetectProcess',
+ 'GetDetectProcessJsonFile',
+ ],
+ ],
+ [
+ 'id' => 168952,
+ 'title' => null,
+ 'type' => 'directory',
+ 'children' => [
+ 'GetRecordResult',
+ ],
+ ],
+ [
+ 'id' => 168954,
+ 'title' => null,
+ 'type' => 'directory',
+ 'children' => [
+ 'AssociateRoom',
+ 'CreateApp',
+ 'CreateDepartment',
+ 'CreateDetectProcess',
+ 'CreateRule',
+ 'CreateTaskGroup',
+ 'CreateUserDepartments',
+ 'CreateWatermark',
+ 'DeleteApp',
+ 'DeleteDepartment',
+ 'DeleteDetectProcess',
+ 'DeleteRule',
+ 'DeleteUser',
+ 'DeleteUserDepartments',
+ 'DeleteWatermark',
+ 'GetApp',
+ 'GetDepartment',
+ 'GetDetection',
+ 'GetPreSignedUrl',
+ 'GetRule',
+ 'GetTask',
+ 'GetTaskGroup',
+ 'GetUser',
+ 'ListApps',
+ 'ListDepartments',
+ 'ListDetections',
+ 'ListDetectProcesses',
+ 'ListFiles',
+ 'ListRecordResults',
+ 'ListRules',
+ 'ListTaskGroups',
+ 'ListTaskItems',
+ 'ListTasks',
+ 'ListUsers',
+ 'ListWatermarks',
+ 'RenameDetectProcess',
+ 'UpdateApp',
+ 'UpdateDepartment',
+ 'UpdateDetectProcess',
+ 'UpdateRule',
+ 'UpdateUser',
+ 'UpdateWatermark',
+ 'UploadReport',
+ 'GetRecordsByFeeId',
+ 'GetStatisticsRecordsByFeeId',
+ 'AsrSentence',
+ 'FaceCompare',
+ 'TtsCommon',
+ 'TtsTask',
+ 'LeaveRoom',
+ 'FaceRecognize',
+ 'FaceLiveness',
+ 'CreateTtsQuestionGroup',
+ 'GetAsrResult',
+ 'JoinRoom',
+ 'CreateTtsQuestion',
+ 'AsrTask',
+ 'GetTtsQuestionByGroupId',
+ 'GetRecordsByOuterBusinessId',
+ ],
+ ],
+ ],
+ 'components' => [
+ 'schemas' => [],
+ ],
+ 'apis' => [
+ 'CreateSignature' => [
+ 'summary' => '创建rtc签名',
+ 'methods' => [
+ 'post',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'operationType' => 'readAndWrite',
+ 'systemTags' => [
+ 'operationType' => 'create',
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'AppId',
+ 'in' => 'query',
+ 'schema' => [
+ 'title' => '质检应用Id',
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => true,
+ 'maximum' => '9223372036854775807',
+ 'exclusiveMaximum' => true,
+ 'minimum' => '0',
+ 'exclusiveMinimum' => true,
+ 'example' => '5bbfb884-1186-4d48-906b-88d586770f6b',
+ ],
+ ],
+ [
+ 'name' => 'ExpireTime',
+ 'in' => 'query',
+ 'schema' => [
+ 'title' => '过期时间,单位秒,默认时间300s',
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'required' => false,
+ 'example' => '300',
+ ],
+ ],
+ [
+ 'name' => 'Uid',
+ 'in' => 'query',
+ 'schema' => [
+ 'title' => 'rtc用户id',
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => true,
+ 'example' => '550070734466****',
+ ],
+ ],
+ [
+ 'name' => 'ClientVersion',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '1.0.001',
+ ],
+ ],
+ [
+ 'name' => 'ClientBaseParam',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '{"version":"1.0.0"}',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'title' => 'ApiResult<MrtcSignDTO>',
+ 'description' => 'ApiResult<MrtcSignDTO>',
+ 'type' => 'object',
+ 'properties' => [
+ 'RequestId' => [
+ 'title' => 'requestId',
+ 'description' => 'requestId',
+ 'type' => 'string',
+ 'example' => 'A1899517-BB99-5D3E-A71B-97524DCB0942',
+ ],
+ 'Code' => [
+ 'title' => 'code',
+ 'description' => 'code',
+ 'type' => 'string',
+ 'example' => 'OK',
+ ],
+ 'Message' => [
+ 'title' => '提示',
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '',
+ ],
+ 'Data' => [
+ 'title' => '数据',
+ 'description' => '',
+ 'type' => 'object',
+ 'properties' => [
+ 'RtcAppId' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '124325213125435',
+ ],
+ 'RtcWorkspaceId' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => 'my_workspace',
+ ],
+ 'RtcBizName' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '',
+ ],
+ 'RtcSign' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '',
+ ],
+ 'ExpireTime' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '300',
+ ],
+ ],
+ ],
+ 'Success' => [
+ 'title' => '给 pop 使用的',
+ 'description' => '',
+ 'type' => 'boolean',
+ 'example' => 'True',
+ ],
+ 'HttpCode' => [
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '200',
+ ],
+ 'Errors' => [
+ 'title' => '错误列表',
+ 'description' => '',
+ 'type' => 'array',
+ 'items' => [
+ 'description' => '',
+ 'type' => 'object',
+ 'properties' => [
+ 'Field' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => 'A1899517-BB99-5D3E-A71B-97524DCB0942',
+ ],
+ 'Message' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '',
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'errorCodes' => [
+ 400 => [
+ [
+ 'errorCode' => 'InvalidRequest',
+ 'errorMessage' => 'The request is invalid.',
+ ],
+ ],
+ [
+ [
+ 'errorCode' => 'Unauthorized',
+ 'errorMessage' => 'The request requires user authentication.',
+ ],
+ ],
+ 403 => [
+ [
+ 'errorCode' => 'Forbidden',
+ 'errorMessage' => 'Access to this resource on the server is denied.',
+ ],
+ ],
+ [
+ [
+ 'errorCode' => 'ResourceNotFound',
+ 'errorMessage' => 'The specified resource does not exist.',
+ ],
+ ],
+ 500 => [
+ [
+ 'errorCode' => 'InternalServerError',
+ 'errorMessage' => 'An internal server error occurred.',
+ ],
+ ],
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"A1899517-BB99-5D3E-A71B-97524DCB0942\\",\\n \\"Code\\": \\"OK\\",\\n \\"Message\\": \\"无\\",\\n \\"Data\\": {\\n \\"RtcAppId\\": \\"124325213125435\\",\\n \\"RtcWorkspaceId\\": \\"my_workspace\\",\\n \\"RtcBizName\\": \\"音视频biz\\",\\n \\"RtcSign\\": \\"字符串签名token\\",\\n \\"ExpireTime\\": \\"300\\"\\n },\\n \\"Success\\": true,\\n \\"HttpCode\\": 200,\\n \\"Errors\\": [\\n {\\n \\"Field\\": \\"A1899517-BB99-5D3E-A71B-97524DCB0942\\",\\n \\"Message\\": \\"无\\"\\n }\\n ]\\n}","type":"json"}]',
+ ],
+ 'GetWatermark' => [
+ 'summary' => '根据ID查询水印信息',
+ 'methods' => [
+ 'post',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'operationType' => 'readAndWrite',
+ 'deprecated' => false,
+ 'systemTags' => [
+ 'operationType' => 'get',
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'WatermarkId',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '728fd812a876ec04818858982baebe6f',
+ ],
+ ],
+ [
+ 'name' => 'ClientVersion',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '1.0.003',
+ ],
+ ],
+ [
+ 'name' => 'ClientBaseParam',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '{"version":"1.0.0"}',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'title' => 'ApiResult<WatermarkDTO>',
+ 'description' => 'ApiResult<WatermarkDTO>',
+ 'type' => 'object',
+ 'properties' => [
+ 'RequestId' => [
+ 'title' => 'requestId',
+ 'description' => 'requestId',
+ 'type' => 'string',
+ 'example' => '84118BF0-56F7-54D2-8C1A-35BBBBD5016B',
+ ],
+ 'Code' => [
+ 'title' => 'code',
+ 'description' => 'code',
+ 'type' => 'string',
+ 'example' => 'OK',
+ ],
+ 'Message' => [
+ 'title' => '提示',
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '-',
+ ],
+ 'Data' => [
+ 'title' => '数据',
+ 'description' => '',
+ 'type' => 'object',
+ 'properties' => [
+ 'Id' => [
+ 'title' => '水印id',
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '59b0bbfe-929b-4a8c-9833-3ce70b4bad38',
+ ],
+ 'CreatedAt' => [
+ 'title' => '创建时间',
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '2020-07-14T14:01:41.000+08:00',
+ ],
+ 'Value' => [
+ 'title' => '水印信息',
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '{}',
+ ],
+ 'Name' => [
+ 'title' => '水印名称',
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '',
+ ],
+ ],
+ ],
+ 'Success' => [
+ 'title' => '给 pop 使用的',
+ 'description' => '',
+ 'type' => 'boolean',
+ 'example' => 'True',
+ ],
+ 'HttpCode' => [
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '200',
+ ],
+ 'Errors' => [
+ 'title' => '错误列表',
+ 'description' => '',
+ 'type' => 'array',
+ 'items' => [
+ 'description' => '-',
+ 'type' => 'object',
+ 'properties' => [
+ 'Field' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => 'A1899517-BB99-5D3E-A71B-97524DCB0942',
+ ],
+ 'Message' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '-',
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'errorCodes' => [
+ 400 => [
+ [
+ 'errorCode' => 'InvalidRequest',
+ 'errorMessage' => 'The request is invalid.',
+ ],
+ ],
+ [
+ [
+ 'errorCode' => 'Unauthorized',
+ 'errorMessage' => 'The request requires user authentication.',
+ ],
+ ],
+ 403 => [
+ [
+ 'errorCode' => 'Forbidden',
+ 'errorMessage' => 'Access to this resource on the server is denied.',
+ ],
+ ],
+ [
+ [
+ 'errorCode' => 'ResourceNotFound',
+ 'errorMessage' => 'The specified resource does not exist.',
+ ],
+ ],
+ 500 => [
+ [
+ 'errorCode' => 'InternalServerError',
+ 'errorMessage' => 'An internal server error occurred.',
+ ],
+ ],
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"84118BF0-56F7-54D2-8C1A-35BBBBD5016B\\",\\n \\"Code\\": \\"OK\\",\\n \\"Message\\": \\"-\\",\\n \\"Data\\": {\\n \\"Id\\": \\"59b0bbfe-929b-4a8c-9833-3ce70b4bad38\\",\\n \\"CreatedAt\\": \\"2020-07-14T14:01:41.000+08:00\\",\\n \\"Value\\": \\"{}\\",\\n \\"Name\\": \\"名称\\"\\n },\\n \\"Success\\": true,\\n \\"HttpCode\\": 200,\\n \\"Errors\\": [\\n {\\n \\"Field\\": \\"A1899517-BB99-5D3E-A71B-97524DCB0942\\",\\n \\"Message\\": \\"-\\"\\n }\\n ]\\n}","type":"json"}]',
+ ],
+ 'GetDetectProcess' => [
+ 'methods' => [
+ 'post',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'operationType' => 'readAndWrite',
+ 'deprecated' => false,
+ 'systemTags' => [
+ 'operationType' => 'get',
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'Id',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => 'ID',
+ 'type' => 'string',
+ 'required' => true,
+ 'docRequired' => true,
+ 'example' => '0f1c45cd-3eee-4e60-b505-2e330b87****',
+ ],
+ ],
+ [
+ 'name' => 'ClientBaseParam',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '{"version":"1.0.0"}',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'object',
+ 'properties' => [
+ 'Message' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '',
+ ],
+ 'RequestId' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '0q1c45cd-3eee-1e60-b505-2e330b8755d3',
+ ],
+ 'Data' => [
+ 'description' => '',
+ 'type' => 'object',
+ 'properties' => [
+ 'Draft' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '{}',
+ ],
+ 'CreatedAt' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '2020-12-04T14:47:59.000+08:00',
+ ],
+ 'Md5' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '987d563d38f5aef27feca8702c689bb1',
+ ],
+ 'UpdatedAt' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '2020-12-04T14:47:59.000+08:00',
+ ],
+ 'Name' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '',
+ ],
+ 'NewVersion' => [
+ 'description' => '',
+ 'type' => 'boolean',
+ 'example' => 'true',
+ ],
+ 'Content' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '{}',
+ ],
+ 'Id' => [
+ 'description' => 'ID',
+ 'type' => 'string',
+ 'example' => '0f1c45cd-3eee-4e60-b505-2e330b8755d3',
+ ],
+ ],
+ ],
+ 'Code' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => 'OK',
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'errorCodes' => [
+ 400 => [
+ [
+ 'errorCode' => 'InvalidRequest',
+ 'errorMessage' => 'The request is invalid.',
+ ],
+ ],
+ [
+ [
+ 'errorCode' => 'Unauthorized',
+ 'errorMessage' => 'The request requires user authentication.',
+ ],
+ ],
+ 403 => [
+ [
+ 'errorCode' => 'Forbidden',
+ 'errorMessage' => 'Access to this resource on the server is denied.',
+ ],
+ ],
+ [
+ [
+ 'errorCode' => 'ResourceNotFound',
+ 'errorMessage' => 'The specified resource does not exist.',
+ ],
+ ],
+ 500 => [
+ [
+ 'errorCode' => 'InternalServerError',
+ 'errorMessage' => 'An internal server error occurred.',
+ ],
+ ],
+ ],
+ 'responseDemo' => '[{"type":"json","example":"{\\n \\"Message\\": \\"无\\",\\n \\"RequestId\\": \\"0q1c45cd-3eee-1e60-b505-2e330b8755d3\\",\\n \\"Data\\": {\\n \\"Draft\\": \\"{}\\",\\n \\"CreatedAt\\": \\"2020-12-04T14:47:59.000+08:00\\",\\n \\"Md5\\": \\"987d563d38f5aef27feca8702c689bb1\\",\\n \\"UpdatedAt\\": \\"2020-12-04T14:47:59.000+08:00\\",\\n \\"Name\\": \\"Android检测流程\\",\\n \\"NewVersion\\": true,\\n \\"Content\\": \\"{}\\",\\n \\"Id\\": \\"0f1c45cd-3eee-4e60-b505-2e330b8755d3\\"\\n },\\n \\"Code\\": \\"OK\\"\\n}","errorExample":""},{"type":"xml","example":"<RequestId/>\\n<Message/>\\n<Data>\\n <NewVersion>true</NewVersion>\\n <Draft>{}</Draft>\\n <Content>{}</Content>\\n <CreatedAt>2020-12-04T14:47:59.000+08:00</CreatedAt>\\n <Id>0f1c45cd-3eee-4e60-b505-2e330b8755d3</Id>\\n <UpdatedAt>2020-12-04T14:47:59.000+08:00</UpdatedAt>\\n <Md5>987d563d38f5aef27feca8702c689bb1</Md5>\\n <Name>Android检测流程</Name>\\n</Data>\\n<Code>OK</Code>","errorExample":""}]',
+ 'requestParamsDescription' => ' ',
+ 'responseParamsDescription' => ' ',
+ 'extraInfo' => ' ',
+ ],
+ 'GetDetectProcessJsonFile' => [
+ 'methods' => [
+ 'post',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'operationType' => 'readAndWrite',
+ 'deprecated' => false,
+ 'systemTags' => [
+ 'operationType' => 'get',
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'Id',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => 'ID',
+ 'type' => 'string',
+ 'required' => true,
+ 'docRequired' => true,
+ 'example' => 'hpsk3wdo-2020122319',
+ ],
+ ],
+ [
+ 'name' => 'ClientBaseParam',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '{"version":"1.0.0"}',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'description' => '-',
+ 'type' => 'object',
+ 'properties' => [
+ 'Message' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '-',
+ ],
+ 'RequestId' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => 'B2695011-0604-5557-9E00-B74F58AB3F2B',
+ ],
+ 'Data' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '-',
+ ],
+ 'Code' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => 'OK',
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'errorCodes' => [
+ 400 => [
+ [
+ 'errorCode' => 'InvalidRequest',
+ 'errorMessage' => 'The request is invalid.',
+ ],
+ ],
+ [
+ [
+ 'errorCode' => 'Unauthorized',
+ 'errorMessage' => 'The request requires user authentication.',
+ ],
+ ],
+ 403 => [
+ [
+ 'errorCode' => 'Forbidden',
+ 'errorMessage' => 'Access to this resource on the server is denied.',
+ ],
+ ],
+ [
+ [
+ 'errorCode' => 'ResourceNotFound',
+ 'errorMessage' => 'The specified resource does not exist.',
+ ],
+ ],
+ 500 => [
+ [
+ 'errorCode' => 'InternalServerError',
+ 'errorMessage' => 'An internal server error occurred.',
+ ],
+ ],
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"Message\\": \\"-\\",\\n \\"RequestId\\": \\"B2695011-0604-5557-9E00-B74F58AB3F2B\\",\\n \\"Data\\": \\"-\\",\\n \\"Code\\": \\"OK\\"\\n}","type":"json"}]',
+ ],
+ 'GetRecordResult' => [
+ 'summary' => '根据ID查询录制信息',
+ 'methods' => [
+ 'post',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'operationType' => 'readAndWrite',
+ 'deprecated' => false,
+ 'systemTags' => [
+ 'operationType' => 'get',
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'RecordId',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => true,
+ 'example' => 'A1899517-BB99-5D3E-A71B-97524DCB0942',
+ ],
+ ],
+ [
+ 'name' => 'ClientBaseParam',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '{"version":"1.0.0"}',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'title' => 'ApiResult<RecordDTO>',
+ 'description' => 'ApiResult<RecordDTO>',
+ 'type' => 'object',
+ 'properties' => [
+ 'RequestId' => [
+ 'title' => 'requestId',
+ 'description' => 'requestId',
+ 'type' => 'string',
+ 'example' => '84118BF0-56F7-54D2-8C1A-35BBBBD5016B',
+ ],
+ 'Code' => [
+ 'title' => 'code',
+ 'description' => 'code',
+ 'type' => 'string',
+ 'example' => 'OK',
+ ],
+ 'Message' => [
+ 'title' => '提示',
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '',
+ ],
+ 'Data' => [
+ 'title' => '数据',
+ 'description' => '',
+ 'type' => 'object',
+ 'properties' => [
+ 'Id' => [
+ 'title' => '双录记录id',
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '0f1c45cd-3eee-4e60-b505-2e330b8755d3',
+ ],
+ 'CreatedAt' => [
+ 'title' => '创建时间',
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '2020-07-14T14:01:41.000+08:00',
+ ],
+ 'DetectProcessName' => [
+ 'title' => '业务检测流程名',
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '',
+ ],
+ 'DepartmentName' => [
+ 'title' => '部门名',
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '',
+ ],
+ 'AppName' => [
+ 'title' => '应用名',
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '',
+ ],
+ 'VideoUrl' => [
+ 'title' => '视频地址',
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => 'http://oss.aliyuncs.com/1.mp4',
+ ],
+ 'MetaUrl' => [
+ 'title' => 'meta地址',
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => 'http://oss.aliyuncs.com/1.mp4.meta',
+ ],
+ 'ResultUrl' => [
+ 'title' => '结果地址',
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => 'http://oss.aliyuncs.com/1.mp4.json',
+ ],
+ 'RecordAt' => [
+ 'title' => '录制时间',
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '2020-07-14T14:01:41.000+08:00',
+ ],
+ 'Duration' => [
+ 'title' => '时长',
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'example' => '22',
+ ],
+ 'Status' => [
+ 'title' => '检测状态',
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => 'completed',
+ ],
+ 'RoomId' => [
+ 'title' => 'mrtc房间id',
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '641981583353***',
+ ],
+ 'RecordRoomList' => [
+ 'title' => '远程双录文件地址列表',
+ 'description' => '',
+ 'type' => 'array',
+ 'items' => [
+ 'description' => '',
+ 'type' => 'object',
+ 'properties' => [
+ 'Role' => [
+ 'title' => '角色',
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '21343',
+ ],
+ 'RoomVideoUrl' => [
+ 'title' => '视频地址',
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => 'http://oss.aliyuncs.com/1.mp4',
+ ],
+ 'RoomMetaUrl' => [
+ 'title' => 'meta地址',
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => 'http://oss.aliyuncs.com/1.mp4.meta',
+ ],
+ 'RoomResultUrl' => [
+ 'title' => '结果地址',
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => 'http://oss.aliyuncs.com/1.mp4.json',
+ ],
+ 'RecordType' => [
+ 'title' => '录制视频类型',
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => 'Mix',
+ ],
+ 'RoomRecordAt' => [
+ 'title' => '录制时间',
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '2020-07-14T14:01:41.000+08:00',
+ ],
+ 'RoomStatus' => [
+ 'title' => '检测状态',
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => 'runnable',
+ ],
+ 'RtcRecordId' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => 'record_65703154805715668342'."\n",
+ ],
+ 'OuterBusinessId' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => 'ads32efef43',
+ ],
+ ],
+ ],
+ ],
+ 'OuterBusinessId' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => 'ads32efef43',
+ ],
+ ],
+ ],
+ 'Success' => [
+ 'title' => '给 pop 使用的',
+ 'description' => '',
+ 'type' => 'boolean',
+ 'example' => 'True',
+ ],
+ 'HttpCode' => [
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '200',
+ ],
+ 'Errors' => [
+ 'title' => '错误列表',
+ 'description' => '',
+ 'type' => 'array',
+ 'items' => [
+ 'description' => '',
+ 'type' => 'object',
+ 'properties' => [
+ 'Field' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '0f1c45cd-3eee-4e60-b505-2e330b8755d3',
+ ],
+ 'Message' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '',
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'errorCodes' => [
+ 400 => [
+ [
+ 'errorCode' => 'InvalidRequest',
+ 'errorMessage' => 'The request is invalid.',
+ ],
+ ],
+ [
+ [
+ 'errorCode' => 'Unauthorized',
+ 'errorMessage' => 'The request requires user authentication.',
+ ],
+ ],
+ 403 => [
+ [
+ 'errorCode' => 'Forbidden',
+ 'errorMessage' => 'Access to this resource on the server is denied.',
+ ],
+ ],
+ [
+ [
+ 'errorCode' => 'ResourceNotFound',
+ 'errorMessage' => 'The specified resource does not exist.',
+ ],
+ ],
+ 500 => [
+ [
+ 'errorCode' => 'InternalServerError',
+ 'errorMessage' => 'An internal server error occurred.',
+ ],
+ ],
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"84118BF0-56F7-54D2-8C1A-35BBBBD5016B\\",\\n \\"Code\\": \\"OK\\",\\n \\"Message\\": \\"无\\",\\n \\"Data\\": {\\n \\"Id\\": \\"0f1c45cd-3eee-4e60-b505-2e330b8755d3\\",\\n \\"CreatedAt\\": \\"2020-07-14T14:01:41.000+08:00\\",\\n \\"DetectProcessName\\": \\"XX流程\\",\\n \\"DepartmentName\\": \\"XX部门\\",\\n \\"AppName\\": \\"XX应用\\",\\n \\"VideoUrl\\": \\"http://oss.aliyuncs.com/1.mp4\\",\\n \\"MetaUrl\\": \\"http://oss.aliyuncs.com/1.mp4.meta\\",\\n \\"ResultUrl\\": \\"http://oss.aliyuncs.com/1.mp4.json\\",\\n \\"RecordAt\\": \\"2020-07-14T14:01:41.000+08:00\\",\\n \\"Duration\\": 22,\\n \\"Status\\": \\"completed\\",\\n \\"RoomId\\": \\"641981583353***\\",\\n \\"RecordRoomList\\": [\\n {\\n \\"Role\\": \\"21343\\",\\n \\"RoomVideoUrl\\": \\"http://oss.aliyuncs.com/1.mp4\\",\\n \\"RoomMetaUrl\\": \\"http://oss.aliyuncs.com/1.mp4.meta\\",\\n \\"RoomResultUrl\\": \\"http://oss.aliyuncs.com/1.mp4.json\\",\\n \\"RecordType\\": \\"Mix\\",\\n \\"RoomRecordAt\\": \\"2020-07-14T14:01:41.000+08:00\\",\\n \\"RoomStatus\\": \\"runnable\\",\\n \\"RtcRecordId\\": \\"record_65703154805715668342\\\\n\\",\\n \\"OuterBusinessId\\": \\"ads32efef43\\"\\n }\\n ],\\n \\"OuterBusinessId\\": \\"ads32efef43\\"\\n },\\n \\"Success\\": true,\\n \\"HttpCode\\": 200,\\n \\"Errors\\": [\\n {\\n \\"Field\\": \\"0f1c45cd-3eee-4e60-b505-2e330b8755d3\\",\\n \\"Message\\": \\"无\\"\\n }\\n ]\\n}","type":"json"}]',
+ ],
+ 'AssociateRoom' => [
+ 'summary' => '关联MRTC房间',
+ 'methods' => [
+ 'post',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'operationType' => 'readAndWrite',
+ 'systemTags' => [
+ 'operationType' => 'none',
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'AppId',
+ 'in' => 'query',
+ 'schema' => [
+ 'title' => '质检应用id',
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => true,
+ 'example' => '5bbfb884-1186-4d48-906b-88d586770f6b',
+ ],
+ ],
+ [
+ 'name' => 'DepartmentId',
+ 'in' => 'query',
+ 'schema' => [
+ 'title' => '部门id',
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '5bbfb884-1186-4d48-906b-88d586770f6b',
+ ],
+ ],
+ [
+ 'name' => 'RoomId',
+ 'in' => 'query',
+ 'schema' => [
+ 'title' => 'Mrtc房间id',
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => true,
+ 'example' => '5500707344661',
+ ],
+ ],
+ [
+ 'name' => 'ClientVersion',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '1.0.002',
+ ],
+ ],
+ [
+ 'name' => 'ClientBaseParam',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '{"version":"1.0.0"}',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'title' => 'ApiResult<String>',
+ 'description' => 'ApiResult<String>',
+ 'type' => 'object',
+ 'properties' => [
+ 'RequestId' => [
+ 'title' => 'requestId',
+ 'description' => 'requestId',
+ 'type' => 'string',
+ 'example' => '84118BF0-56F7-54D2-8C1A-35BBBBD5016B',
+ ],
+ 'Code' => [
+ 'title' => 'code',
+ 'description' => 'code',
+ 'type' => 'string',
+ 'example' => 'OK',
+ ],
+ 'Message' => [
+ 'title' => '提示',
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '-',
+ ],
+ 'Data' => [
+ 'title' => '数据',
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '{\'Name\': u\'\\u4ee3\\u7406\\u4eba\', \'CreatedAt\': \'2021-11-11T15:27:39.449+08:00\', \'Channel\': \'063756\', \'Id\': \'5ead2d7f-9e2c-4521-bac4-e37bd44b6a56\'}',
+ ],
+ 'Success' => [
+ 'title' => '给 pop 使用的',
+ 'description' => '',
+ 'type' => 'boolean',
+ 'example' => 'True',
+ ],
+ 'HttpCode' => [
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '200',
+ ],
+ 'Errors' => [
+ 'title' => '错误列表',
+ 'description' => '',
+ 'type' => 'array',
+ 'items' => [
+ 'description' => '',
+ 'type' => 'object',
+ 'properties' => [
+ 'Field' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '-',
+ ],
+ 'Message' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '-',
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'errorCodes' => [
+ 400 => [
+ [
+ 'errorCode' => 'InvalidRequest',
+ 'errorMessage' => 'The request is invalid.',
+ ],
+ ],
+ [
+ [
+ 'errorCode' => 'Unauthorized',
+ 'errorMessage' => 'The request requires user authentication.',
+ ],
+ ],
+ 403 => [
+ [
+ 'errorCode' => 'Forbidden',
+ 'errorMessage' => 'Access to this resource on the server is denied.',
+ ],
+ ],
+ [
+ [
+ 'errorCode' => 'ResourceNotFound',
+ 'errorMessage' => 'The specified resource does not exist.',
+ ],
+ ],
+ 500 => [
+ [
+ 'errorCode' => 'InternalServerError',
+ 'errorMessage' => 'An internal server error occurred.',
+ ],
+ ],
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"84118BF0-56F7-54D2-8C1A-35BBBBD5016B\\",\\n \\"Code\\": \\"OK\\",\\n \\"Message\\": \\"-\\",\\n \\"Data\\": \\"{\'Name\': u\'\\\\\\\\u4ee3\\\\\\\\u7406\\\\\\\\u4eba\', \'CreatedAt\': \'2021-11-11T15:27:39.449+08:00\', \'Channel\': \'063756\', \'Id\': \'5ead2d7f-9e2c-4521-bac4-e37bd44b6a56\'}\\",\\n \\"Success\\": true,\\n \\"HttpCode\\": 200,\\n \\"Errors\\": [\\n {\\n \\"Field\\": \\"-\\",\\n \\"Message\\": \\"-\\"\\n }\\n ]\\n}","type":"json"}]',
+ ],
+ 'CreateApp' => [
+ 'methods' => [
+ 'post',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'operationType' => 'readAndWrite',
+ 'deprecated' => false,
+ 'systemTags' => [
+ 'operationType' => 'create',
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'Name',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => true,
+ 'docRequired' => true,
+ 'example' => '',
+ ],
+ ],
+ [
+ 'name' => 'PackageName',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'com.test.app',
+ ],
+ ],
+ [
+ 'name' => 'DepartmentId',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '4367c30a-c686-4bb2-a45d-5affb87f7aca',
+ ],
+ ],
+ [
+ 'name' => 'ClientToken',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '4367c30a-c686-4bb2-a45d-5affb87****',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'object',
+ 'properties' => [
+ 'Message' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '',
+ ],
+ 'RequestId' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '59b0bbfe-929b-4a8c-9833-3ce70b4bad38',
+ ],
+ 'Data' => [
+ 'description' => '',
+ 'type' => 'object',
+ 'properties' => [
+ 'CreatorName' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '',
+ ],
+ 'Disabled' => [
+ 'description' => '',
+ 'type' => 'boolean',
+ 'example' => 'false',
+ ],
+ 'CreatedAt' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '2020-07-14T14:01:41.000+08:00',
+ ],
+ 'Name' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '',
+ ],
+ 'Id' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '59b0bbfe-929b-4a8c-9833-3ce70b4bad38',
+ ],
+ ],
+ ],
+ 'Code' => [
+ 'description' => 'code',
+ 'type' => 'string',
+ 'example' => 'OK',
+ ],
+ ],
+ ],
+ ],
+ '5XX' => [
+ 'schema' => [
+ 'type' => 'object',
+ 'properties' => [
+ 'code' => [
+ 'type' => 'string',
+ ],
+ 'data' => [
+ 'type' => 'object',
+ ],
+ 'requestId' => [
+ 'type' => 'string',
+ ],
+ 'message' => [
+ 'type' => 'string',
+ ],
+ 'errors' => [
+ 'type' => 'array',
+ 'items' => [
+ 'type' => 'object',
+ 'properties' => [
+ 'message' => [
+ 'type' => 'string',
+ ],
+ 'field' => [
+ 'type' => 'string',
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'errorCodes' => [
+ 400 => [
+ [
+ 'errorCode' => 'InvalidRequest',
+ 'errorMessage' => 'The request is invalid.',
+ ],
+ ],
+ [
+ [
+ 'errorCode' => 'Unauthorized',
+ 'errorMessage' => 'The request requires user authentication.',
+ ],
+ ],
+ 403 => [
+ [
+ 'errorCode' => 'Forbidden',
+ 'errorMessage' => 'Access to this resource on the server is denied.',
+ ],
+ ],
+ [
+ [
+ 'errorCode' => 'ResourceNotFound',
+ 'errorMessage' => 'The specified resource does not exist.',
+ ],
+ ],
+ 500 => [
+ [
+ 'errorCode' => 'InternalServerError',
+ 'errorMessage' => 'An internal server error occurred.',
+ ],
+ ],
+ ],
+ 'responseDemo' => '[{"type":"json","example":"{\\n \\"Message\\": \\"无\\",\\n \\"RequestId\\": \\"59b0bbfe-929b-4a8c-9833-3ce70b4bad38\\",\\n \\"Data\\": {\\n \\"CreatorName\\": \\"李李\\",\\n \\"Disabled\\": false,\\n \\"CreatedAt\\": \\"2020-07-14T14:01:41.000+08:00\\",\\n \\"Name\\": \\"应用1\\",\\n \\"Id\\": \\"59b0bbfe-929b-4a8c-9833-3ce70b4bad38\\"\\n },\\n \\"Code\\": \\"OK\\"\\n}","errorExample":""},{"type":"xml","example":"<RequestId>59b0bbfe-929b-4a8c-9833-3ce70b4bad38</RequestId>\\n<Message>-</Message>\\n<Data>\\n <CreatedAt>2020-07-14T14:01:41.000+08:00</CreatedAt>\\n <Id>59b0bbfe-929b-4a8c-9833-3ce70b4bad38</Id>\\n <Disabled>false</Disabled>\\n <CreatorName>李李</CreatorName>\\n <Name>应用1</Name>\\n</Data>\\n<Code>OK</Code>","errorExample":""}]',
+ 'title' => 'CreateApp',
+ 'requestParamsDescription' => ' ',
+ 'responseParamsDescription' => ' ',
+ 'extraInfo' => ' ',
+ ],
+ 'CreateDepartment' => [
+ 'methods' => [
+ 'post',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'operationType' => 'readAndWrite',
+ 'deprecated' => false,
+ 'systemTags' => [
+ 'operationType' => 'create',
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'Description',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '',
+ ],
+ ],
+ [
+ 'name' => 'Label',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '',
+ ],
+ ],
+ [
+ 'name' => 'Name',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => true,
+ 'docRequired' => true,
+ 'example' => '',
+ ],
+ ],
+ [
+ 'name' => 'ClientToken',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'object',
+ 'properties' => [
+ 'Message' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '11111111',
+ ],
+ 'RequestId' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '59b0bbfe-929b-4a8c-9833-3ce70b4bad38',
+ ],
+ 'Data' => [
+ 'description' => '',
+ 'type' => 'object',
+ 'properties' => [
+ 'Description' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '',
+ ],
+ 'CreatedAt' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '2020-07-14T14:01:41.000+08:00',
+ ],
+ 'Name' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '',
+ ],
+ 'Id' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '63bb629d-92bf-4cdc-ad0b-3032c926d23f',
+ ],
+ ],
+ ],
+ 'Code' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => 'OK',
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'errorCodes' => [
+ 400 => [
+ [
+ 'errorCode' => 'InvalidRequest',
+ 'errorMessage' => 'The request is invalid.',
+ ],
+ ],
+ [
+ [
+ 'errorCode' => 'Unauthorized',
+ 'errorMessage' => 'The request requires user authentication.',
+ ],
+ ],
+ 403 => [
+ [
+ 'errorCode' => 'Forbidden',
+ 'errorMessage' => 'Access to this resource on the server is denied.',
+ ],
+ ],
+ [
+ [
+ 'errorCode' => 'ResourceNotFound',
+ 'errorMessage' => 'The specified resource does not exist.',
+ ],
+ ],
+ 500 => [
+ [
+ 'errorCode' => 'InternalServerError',
+ 'errorMessage' => 'An internal server error occurred.',
+ ],
+ ],
+ ],
+ 'responseDemo' => '[{"type":"json","example":"{\\n \\"Message\\": \\"11111111\\",\\n \\"RequestId\\": \\"59b0bbfe-929b-4a8c-9833-3ce70b4bad38\\",\\n \\"Data\\": {\\n \\"Description\\": \\"这是一个部门\\",\\n \\"CreatedAt\\": \\"2020-07-14T14:01:41.000+08:00\\",\\n \\"Name\\": \\"技术部\\",\\n \\"Id\\": \\"63bb629d-92bf-4cdc-ad0b-3032c926d23f\\"\\n },\\n \\"Code\\": \\"OK\\"\\n}","errorExample":""},{"type":"xml","example":"<RequestId>59b0bbfe-929b-4a8c-9833-3ce70b4bad38</RequestId>\\n<Message>11111111</Message>\\n<Data>\\n <Description>这是一个部门</Description>\\n <CreatedAt>2020-07-14T14:01:41.000+08:00</CreatedAt>\\n <Id>63bb629d-92bf-4cdc-ad0b-3032c926d23f</Id>\\n <Name>技术部</Name>\\n</Data>\\n<Code>OK</Code>","errorExample":""}]',
+ 'title' => 'CreateDepartment',
+ 'requestParamsDescription' => ' ',
+ 'responseParamsDescription' => ' ',
+ 'extraInfo' => ' ',
+ ],
+ 'CreateDetectProcess' => [
+ 'methods' => [
+ 'post',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'operationType' => 'readAndWrite',
+ 'deprecated' => false,
+ 'systemTags' => [
+ 'operationType' => 'create',
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'Name',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => true,
+ 'docRequired' => true,
+ 'example' => '',
+ ],
+ ],
+ [
+ 'name' => 'Draft',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '{}',
+ ],
+ ],
+ [
+ 'name' => 'Content',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '{}',
+ ],
+ ],
+ [
+ 'name' => 'Type',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'LOCAL',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'object',
+ 'properties' => [
+ 'Message' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '',
+ ],
+ 'RequestId' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '0q1c45cd-3eee-1e60-b505-2e330b8755d3',
+ ],
+ 'Data' => [
+ 'description' => '',
+ 'type' => 'object',
+ 'properties' => [
+ 'Draft' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '{}',
+ ],
+ 'CreatedAt' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '2020-12-04T14:47:59.000+08:00',
+ ],
+ 'Disabled' => [
+ 'description' => '',
+ 'type' => 'boolean',
+ 'example' => 'false',
+ ],
+ 'Md5' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '987d563d38f5aef27feca8702c689bb1',
+ ],
+ 'Name' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '',
+ ],
+ 'Content' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '{}',
+ ],
+ 'Id' => [
+ 'description' => 'ID',
+ 'type' => 'string',
+ 'example' => '0f1c45cd-3eee-4e60-b505-2e330b8755d3',
+ ],
+ ],
+ ],
+ 'Code' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => 'OK',
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'errorCodes' => [
+ 400 => [
+ [
+ 'errorCode' => 'InvalidRequest',
+ 'errorMessage' => 'The request is invalid.',
+ ],
+ ],
+ [
+ [
+ 'errorCode' => 'Unauthorized',
+ 'errorMessage' => 'The request requires user authentication.',
+ ],
+ ],
+ 403 => [
+ [
+ 'errorCode' => 'Forbidden',
+ 'errorMessage' => 'Access to this resource on the server is denied.',
+ ],
+ ],
+ [
+ [
+ 'errorCode' => 'ResourceNotFound',
+ 'errorMessage' => 'The specified resource does not exist.',
+ ],
+ ],
+ 500 => [
+ [
+ 'errorCode' => 'InternalServerError',
+ 'errorMessage' => 'An internal server error occurred.',
+ ],
+ ],
+ ],
+ 'responseDemo' => '[{"type":"json","example":"{\\n \\"Message\\": \\"无\\",\\n \\"RequestId\\": \\"0q1c45cd-3eee-1e60-b505-2e330b8755d3\\",\\n \\"Data\\": {\\n \\"Draft\\": \\"{}\\",\\n \\"CreatedAt\\": \\"2020-12-04T14:47:59.000+08:00\\",\\n \\"Disabled\\": false,\\n \\"Md5\\": \\"987d563d38f5aef27feca8702c689bb1\\",\\n \\"Name\\": \\"Android检测流程\\",\\n \\"Content\\": \\"{}\\",\\n \\"Id\\": \\"0f1c45cd-3eee-4e60-b505-2e330b8755d3\\"\\n },\\n \\"Code\\": \\"OK\\"\\n}","errorExample":""},{"type":"xml","example":"<RequestId>0q1c45cd-3eee-1e60-b505-2e330b8755d3</RequestId>\\n<Message>-</Message>\\n<Data>\\n <Draft>{}</Draft>\\n <Content>{}</Content>\\n <CreatedAt>2020-12-04T14:47:59.000+08:00</CreatedAt>\\n <Id>0f1c45cd-3eee-4e60-b505-2e330b8755d3</Id>\\n <Disabled>false</Disabled>\\n <Md5>987d563d38f5aef27feca8702c689bb1</Md5>\\n <Name>Android检测流程</Name>\\n</Data>\\n<Code>OK</Code>","errorExample":""}]',
+ 'title' => 'CreateDetectProcess',
+ 'responseParamsDescription' => ' ',
+ 'extraInfo' => ' ',
+ ],
+ 'CreateRule' => [
+ 'methods' => [
+ 'post',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'operationType' => 'readAndWrite',
+ 'deprecated' => false,
+ 'systemTags' => [
+ 'operationType' => 'create',
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'Name',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => true,
+ 'docRequired' => true,
+ 'example' => 'default',
+ ],
+ ],
+ [
+ 'name' => 'Content',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => true,
+ 'docRequired' => true,
+ 'example' => '[{"sequence":1,"actions":[{"name":"id_card_recognize"}]},{"sequence":2,"actions":[{"name":"document_title_recognize"},{"name":"flip_action_recognize"},{"name":"sign_action_recognize"}]},{"sequence":3,"actions":[{"name":"sign_recognize"}]},{"sequence":0,"actions":[{"name":"face_track"},{"name":"speech_to_text"}]}]',
+ ],
+ ],
+ [
+ 'name' => 'ClientToken',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'object',
+ 'properties' => [
+ 'Message' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '',
+ ],
+ 'RequestId' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '59b0bbfe-929b-4a8c-9833-3ce70b4bad38',
+ ],
+ 'Data' => [
+ 'description' => '',
+ 'type' => 'object',
+ 'properties' => [
+ 'Name' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => 'default',
+ ],
+ 'Content' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '{}',
+ ],
+ 'Id' => [
+ 'description' => 'ID',
+ 'type' => 'string',
+ 'example' => '59b0bbfe-929b-4a8c-9833-3ce70b4bad38',
+ ],
+ ],
+ ],
+ 'Code' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => 'OK',
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'errorCodes' => [
+ 400 => [
+ [
+ 'errorCode' => 'InvalidRequest',
+ 'errorMessage' => 'The request is invalid.',
+ ],
+ ],
+ [
+ [
+ 'errorCode' => 'Unauthorized',
+ 'errorMessage' => 'The request requires user authentication.',
+ ],
+ ],
+ 403 => [
+ [
+ 'errorCode' => 'Forbidden',
+ 'errorMessage' => 'Access to this resource on the server is denied.',
+ ],
+ ],
+ [
+ [
+ 'errorCode' => 'ResourceNotFound',
+ 'errorMessage' => 'The specified resource does not exist.',
+ ],
+ ],
+ 500 => [
+ [
+ 'errorCode' => 'InternalServerError',
+ 'errorMessage' => 'An internal server error occurred.',
+ ],
+ ],
+ ],
+ 'responseDemo' => '[{"type":"json","example":"{\\n \\"Message\\": \\"无\\",\\n \\"RequestId\\": \\"59b0bbfe-929b-4a8c-9833-3ce70b4bad38\\",\\n \\"Data\\": {\\n \\"Name\\": \\"default\\",\\n \\"Content\\": \\"{}\\",\\n \\"Id\\": \\"59b0bbfe-929b-4a8c-9833-3ce70b4bad38\\"\\n },\\n \\"Code\\": \\"OK\\"\\n}","errorExample":""},{"type":"xml","example":"<RequestId>59b0bbfe-929b-4a8c-9833-3ce70b4bad38</RequestId>\\n<Message>-</Message>\\n<Data>\\n <Content>{}</Content>\\n <Id>59b0bbfe-929b-4a8c-9833-3ce70b4bad38</Id>\\n <Name>default</Name>\\n</Data>\\n<Code>OK</Code>","errorExample":""}]',
+ 'title' => 'CreateRule',
+ 'requestParamsDescription' => ' ',
+ 'responseParamsDescription' => ' ',
+ 'extraInfo' => ' ',
+ ],
+ 'CreateTaskGroup' => [
+ 'methods' => [
+ 'post',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'operationType' => 'readAndWrite',
+ 'deprecated' => false,
+ 'systemTags' => [
+ 'operationType' => 'create',
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'AppId',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '59b0bbfe-929b-4a8c-9833-3ce70b4bad38',
+ ],
+ ],
+ [
+ 'name' => 'ExpireAt',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '2020-10-10',
+ ],
+ ],
+ [
+ 'name' => 'GroupName',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '',
+ ],
+ ],
+ [
+ 'name' => 'RuleId',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => false,
+ 'docRequired' => true,
+ 'example' => '59b0bbfe-929b-4a8c-9833-3ce70b4bad38',
+ ],
+ ],
+ [
+ 'name' => 'RunnableTimeFrom',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '17:00',
+ ],
+ ],
+ [
+ 'name' => 'RunnableTimeTo',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '18:00',
+ ],
+ ],
+ [
+ 'name' => 'TriggerPeriod',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'immediately',
+ ],
+ ],
+ [
+ 'name' => 'ClientToken',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '',
+ ],
+ ],
+ [
+ 'name' => 'Day',
+ 'in' => 'query',
+ 'style' => 'repeatList',
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'array',
+ 'items' => [
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'required' => false,
+ 'example' => '',
+ ],
+ 'required' => false,
+ 'example' => '3',
+ 'maxItems' => 100,
+ ],
+ ],
+ [
+ 'name' => 'VideoInfo',
+ 'in' => 'query',
+ 'style' => 'repeatList',
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'array',
+ 'items' => [
+ 'type' => 'object',
+ 'properties' => [
+ 'VideoUrl' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '18/mrtc//641905591891464_record_64190559189146412713.mp4',
+ ],
+ 'VideoMetaUrl' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '18/mrtc//641905591891464_record_64190559189146412713.mp4.meta',
+ ],
+ 'RuleId' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '59b0bbfe-929b-4a8c-9833-3ce70b4bad38',
+ ],
+ ],
+ 'required' => false,
+ ],
+ 'required' => true,
+ 'maxItems' => 1000,
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'object',
+ 'properties' => [
+ 'Code' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => 'OK',
+ ],
+ 'Message' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '',
+ ],
+ 'RequestId' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '59b0bbfe-929b-4a8c-9833-3ce70b4bad38',
+ ],
+ 'Data' => [
+ 'description' => '',
+ 'type' => 'object',
+ 'properties' => [
+ 'Status' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => 'runnable',
+ ],
+ 'CompletedTasks' => [
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '0',
+ ],
+ 'TotalTasks' => [
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '1',
+ ],
+ 'CreatedAt' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '2020-07-14T14:01:41.000+08:00',
+ ],
+ 'Name' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '',
+ ],
+ 'Id' => [
+ 'description' => 'ID',
+ 'type' => 'string',
+ 'example' => '59b0bbfe-929b-4a8c-9833-3ce70b4bad38',
+ ],
+ 'RuleName' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => 'default',
+ ],
+ 'RuleId' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '59b0bbfe-929b-4a8c-9833-3ce70b4bad38',
+ ],
+ 'TaskIds' => [
+ 'description' => '',
+ 'type' => 'array',
+ 'items' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '["1"]',
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'errorCodes' => [
+ 400 => [
+ [
+ 'errorCode' => 'InvalidRequest',
+ 'errorMessage' => 'The request is invalid.',
+ ],
+ ],
+ [
+ [
+ 'errorCode' => 'Unauthorized',
+ 'errorMessage' => 'The request requires user authentication.',
+ ],
+ ],
+ 403 => [
+ [
+ 'errorCode' => 'Forbidden',
+ 'errorMessage' => 'Access to this resource on the server is denied.',
+ ],
+ ],
+ [
+ [
+ 'errorCode' => 'ResourceNotFound',
+ 'errorMessage' => 'The specified resource does not exist.',
+ ],
+ ],
+ 500 => [
+ [
+ 'errorCode' => 'InternalServerError',
+ 'errorMessage' => 'An internal server error occurred.',
+ ],
+ ],
+ ],
+ 'responseDemo' => '[{"type":"json","example":"{\\n \\"Code\\": \\"OK\\",\\n \\"Message\\": \\"无\\",\\n \\"RequestId\\": \\"59b0bbfe-929b-4a8c-9833-3ce70b4bad38\\",\\n \\"Data\\": {\\n \\"Status\\": \\"runnable\\",\\n \\"CompletedTasks\\": 0,\\n \\"TotalTasks\\": 1,\\n \\"CreatedAt\\": \\"2020-07-14T14:01:41.000+08:00\\",\\n \\"Name\\": \\"任务组\\",\\n \\"Id\\": \\"59b0bbfe-929b-4a8c-9833-3ce70b4bad38\\",\\n \\"RuleName\\": \\"default\\",\\n \\"RuleId\\": \\"59b0bbfe-929b-4a8c-9833-3ce70b4bad38\\",\\n \\"TaskIds\\": [\\n \\"[\\\\\\"1\\\\\\"]\\"\\n ]\\n }\\n}","errorExample":""},{"type":"xml","example":"<Message/>\\n<RequestId>59b0bbfe-929b-4a8c-9833-3ce70b4bad38</RequestId>\\n<Data>\\n <Status>runnable</Status>\\n <TaskIds/>\\n <CreatedAt>2020-07-14T14:01:41.000+08:00</CreatedAt>\\n <RuleId>59b0bbfe-929b-4a8c-9833-3ce70b4bad38</RuleId>\\n <TotalTasks/>\\n <CompletedTasks>0</CompletedTasks>\\n <Id>59b0bbfe-929b-4a8c-9833-3ce70b4bad38</Id>\\n <RuleName>default</RuleName>\\n <Name>任务组</Name>\\n</Data>\\n<Code>OK</Code>","errorExample":""}]',
+ 'title' => 'CreateTaskGroup',
+ 'requestParamsDescription' => ' ',
+ 'responseParamsDescription' => ' ',
+ 'extraInfo' => ' ',
+ ],
+ 'CreateUserDepartments' => [
+ 'methods' => [
+ 'post',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'operationType' => 'readAndWrite',
+ 'deprecated' => false,
+ 'systemTags' => [
+ 'operationType' => 'create',
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'UserId',
+ 'in' => 'query',
+ 'style' => 'repeatList',
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'array',
+ 'items' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '',
+ ],
+ 'required' => true,
+ 'maxItems' => 1000,
+ ],
+ ],
+ [
+ 'name' => 'DepartmentId',
+ 'in' => 'query',
+ 'style' => 'repeatList',
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'array',
+ 'items' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '',
+ ],
+ 'required' => true,
+ 'maxItems' => 10000,
+ ],
+ ],
+ [
+ 'name' => 'ClientToken',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'object',
+ 'properties' => [
+ 'Message' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '',
+ ],
+ 'RequestId' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '0B576AAB-A638-5029-9A54-A7C1DB5AC0B3',
+ ],
+ 'Data' => [
+ 'description' => '',
+ 'type' => 'object',
+ 'example' => '',
+ ],
+ 'Code' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => 'OK',
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'errorCodes' => [
+ 400 => [
+ [
+ 'errorCode' => 'InvalidRequest',
+ 'errorMessage' => 'The request is invalid.',
+ ],
+ ],
+ [
+ [
+ 'errorCode' => 'Unauthorized',
+ 'errorMessage' => 'The request requires user authentication.',
+ ],
+ ],
+ 403 => [
+ [
+ 'errorCode' => 'Forbidden',
+ 'errorMessage' => 'Access to this resource on the server is denied.',
+ ],
+ ],
+ [
+ [
+ 'errorCode' => 'ResourceNotFound',
+ 'errorMessage' => 'The specified resource does not exist.',
+ ],
+ ],
+ 500 => [
+ [
+ 'errorCode' => 'InternalServerError',
+ 'errorMessage' => 'An internal server error occurred.',
+ ],
+ ],
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"Message\\": \\"无\\",\\n \\"RequestId\\": \\"0B576AAB-A638-5029-9A54-A7C1DB5AC0B3\\",\\n \\"Data\\": {\\n \\"test\\": \\"test\\",\\n \\"test2\\": 1\\n },\\n \\"Code\\": \\"OK\\"\\n}","type":"json"}]',
+ ],
+ 'CreateWatermark' => [
+ 'summary' => '创建水印',
+ 'methods' => [
+ 'post',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'operationType' => 'readAndWrite',
+ 'deprecated' => false,
+ 'systemTags' => [
+ 'operationType' => 'create',
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'Value',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '{}',
+ ],
+ ],
+ [
+ 'name' => 'Name',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'title' => 'ApiResult<WatermarkDTO>',
+ 'description' => 'ApiResult<WatermarkDTO>',
+ 'type' => 'object',
+ 'properties' => [
+ 'RequestId' => [
+ 'title' => 'requestId',
+ 'description' => 'requestId',
+ 'type' => 'string',
+ 'example' => 'A1899517-BB99-5D3E-A71B-97524DCB0942',
+ ],
+ 'Code' => [
+ 'title' => 'code',
+ 'description' => 'code',
+ 'type' => 'string',
+ 'example' => 'OK',
+ ],
+ 'Message' => [
+ 'title' => '提示',
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '-',
+ ],
+ 'Data' => [
+ 'title' => '数据',
+ 'description' => '',
+ 'type' => 'object',
+ 'properties' => [
+ 'Id' => [
+ 'title' => '水印id',
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '59b0bbfe-929b-4a8c-9833-3ce70b4bad38',
+ ],
+ 'CreatedAt' => [
+ 'title' => '创建时间',
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '2020-07-14T14:01:41.000+08:00',
+ ],
+ 'Value' => [
+ 'title' => '水印信息',
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '{}',
+ ],
+ 'Name' => [
+ 'title' => '水印名称',
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '',
+ ],
+ ],
+ ],
+ 'Success' => [
+ 'title' => '给 pop 使用的',
+ 'description' => '',
+ 'type' => 'boolean',
+ 'example' => 'True',
+ ],
+ 'HttpCode' => [
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '200',
+ ],
+ 'Errors' => [
+ 'title' => '错误列表',
+ 'description' => '',
+ 'type' => 'array',
+ 'items' => [
+ 'description' => '-',
+ 'type' => 'object',
+ 'properties' => [
+ 'Field' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => 'A1899517-BB99-5D3E-A71B-97524DCB0942',
+ ],
+ 'Message' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '-',
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'errorCodes' => [
+ 400 => [
+ [
+ 'errorCode' => 'InvalidRequest',
+ 'errorMessage' => 'The request is invalid.',
+ ],
+ ],
+ [
+ [
+ 'errorCode' => 'Unauthorized',
+ 'errorMessage' => 'The request requires user authentication.',
+ ],
+ ],
+ 403 => [
+ [
+ 'errorCode' => 'Forbidden',
+ 'errorMessage' => 'Access to this resource on the server is denied.',
+ ],
+ ],
+ [
+ [
+ 'errorCode' => 'ResourceNotFound',
+ 'errorMessage' => 'The specified resource does not exist.',
+ ],
+ ],
+ 500 => [
+ [
+ 'errorCode' => 'InternalServerError',
+ 'errorMessage' => 'An internal server error occurred.',
+ ],
+ ],
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"A1899517-BB99-5D3E-A71B-97524DCB0942\\",\\n \\"Code\\": \\"OK\\",\\n \\"Message\\": \\"-\\",\\n \\"Data\\": {\\n \\"Id\\": \\"59b0bbfe-929b-4a8c-9833-3ce70b4bad38\\",\\n \\"CreatedAt\\": \\"2020-07-14T14:01:41.000+08:00\\",\\n \\"Value\\": \\"{}\\",\\n \\"Name\\": \\"名称\\"\\n },\\n \\"Success\\": true,\\n \\"HttpCode\\": 200,\\n \\"Errors\\": [\\n {\\n \\"Field\\": \\"A1899517-BB99-5D3E-A71B-97524DCB0942\\",\\n \\"Message\\": \\"-\\"\\n }\\n ]\\n}","type":"json"}]',
+ ],
+ 'DeleteApp' => [
+ 'methods' => [
+ 'post',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'operationType' => 'readAndWrite',
+ 'deprecated' => false,
+ 'systemTags' => [
+ 'operationType' => 'delete',
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'Id',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => true,
+ 'docRequired' => true,
+ 'example' => '59b0bbfe-929b-4a8c-9833-3ce70b4bad38',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'object',
+ 'properties' => [
+ 'Message' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '',
+ ],
+ 'RequestId' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => 'A1899517-BB99-5D3E-A71B-97524DCB0942',
+ ],
+ 'Data' => [
+ 'description' => '',
+ 'type' => 'object',
+ 'example' => '',
+ ],
+ 'Code' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => 'OK',
+ ],
+ ],
+ ],
+ ],
+ '5XX' => [
+ 'schema' => [
+ 'type' => 'object',
+ 'properties' => [
+ 'code' => [
+ 'type' => 'string',
+ ],
+ 'data' => [
+ 'type' => 'object',
+ ],
+ 'requestId' => [
+ 'type' => 'string',
+ ],
+ 'message' => [
+ 'type' => 'string',
+ ],
+ 'errors' => [
+ 'type' => 'array',
+ 'items' => [
+ 'type' => 'object',
+ 'properties' => [
+ 'message' => [
+ 'type' => 'string',
+ ],
+ 'field' => [
+ 'type' => 'string',
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'errorCodes' => [
+ 400 => [
+ [
+ 'errorCode' => 'InvalidRequest',
+ 'errorMessage' => 'The request is invalid.',
+ ],
+ ],
+ [
+ [
+ 'errorCode' => 'Unauthorized',
+ 'errorMessage' => 'The request requires user authentication.',
+ ],
+ ],
+ 403 => [
+ [
+ 'errorCode' => 'Forbidden',
+ 'errorMessage' => 'Access to this resource on the server is denied.',
+ ],
+ ],
+ [
+ [
+ 'errorCode' => 'ResourceNotFound',
+ 'errorMessage' => 'The specified resource does not exist.',
+ ],
+ ],
+ 500 => [
+ [
+ 'errorCode' => 'InternalServerError',
+ 'errorMessage' => 'An internal server error occurred.',
+ ],
+ ],
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"Message\\": \\"无\\",\\n \\"RequestId\\": \\"A1899517-BB99-5D3E-A71B-97524DCB0942\\",\\n \\"Data\\": {\\n \\"test\\": \\"test\\",\\n \\"test2\\": 1\\n },\\n \\"Code\\": \\"OK\\"\\n}","type":"json"}]',
+ ],
+ 'DeleteDepartment' => [
+ 'methods' => [
+ 'post',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'operationType' => 'readAndWrite',
+ 'deprecated' => false,
+ 'systemTags' => [
+ 'operationType' => 'delete',
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'Id',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => true,
+ 'docRequired' => true,
+ 'example' => '59b0bbfe-929b-4a8c-9833-3ce70b4bad38',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'object',
+ 'properties' => [
+ 'Message' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '',
+ ],
+ 'RequestId' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => 'A1899517-BB99-5D3E-A71B-97524DCB0942',
+ ],
+ 'Data' => [
+ 'description' => '',
+ 'type' => 'object',
+ 'example' => '',
+ ],
+ 'Code' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => 'OK',
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'errorCodes' => [
+ 400 => [
+ [
+ 'errorCode' => 'InvalidRequest',
+ 'errorMessage' => 'The request is invalid.',
+ ],
+ ],
+ [
+ [
+ 'errorCode' => 'Unauthorized',
+ 'errorMessage' => 'The request requires user authentication.',
+ ],
+ ],
+ 403 => [
+ [
+ 'errorCode' => 'Forbidden',
+ 'errorMessage' => 'Access to this resource on the server is denied.',
+ ],
+ ],
+ [
+ [
+ 'errorCode' => 'ResourceNotFound',
+ 'errorMessage' => 'The specified resource does not exist.',
+ ],
+ ],
+ 500 => [
+ [
+ 'errorCode' => 'InternalServerError',
+ 'errorMessage' => 'An internal server error occurred.',
+ ],
+ ],
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"Message\\": \\"无\\",\\n \\"RequestId\\": \\"A1899517-BB99-5D3E-A71B-97524DCB0942\\",\\n \\"Data\\": {\\n \\"test\\": \\"test\\",\\n \\"test2\\": 1\\n },\\n \\"Code\\": \\"OK\\"\\n}","type":"json"}]',
+ ],
+ 'DeleteDetectProcess' => [
+ 'methods' => [
+ 'post',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'operationType' => 'readAndWrite',
+ 'deprecated' => false,
+ 'systemTags' => [
+ 'operationType' => 'delete',
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'Id',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => 'ID',
+ 'type' => 'string',
+ 'required' => true,
+ 'docRequired' => true,
+ 'example' => '0f1c45cd-3eee-4e60-b505-2e330b8755d3',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'description' => '-',
+ 'type' => 'object',
+ 'properties' => [
+ 'Message' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '-',
+ ],
+ 'RequestId' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '1fdc45cd-3eee-4e60-b505-2e330b8755d3',
+ ],
+ 'Data' => [
+ 'description' => '',
+ 'type' => 'object',
+ 'example' => '-',
+ ],
+ 'Code' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => 'OK',
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'errorCodes' => [
+ 400 => [
+ [
+ 'errorCode' => 'InvalidRequest',
+ 'errorMessage' => 'The request is invalid.',
+ ],
+ ],
+ [
+ [
+ 'errorCode' => 'Unauthorized',
+ 'errorMessage' => 'The request requires user authentication.',
+ ],
+ ],
+ 403 => [
+ [
+ 'errorCode' => 'Forbidden',
+ 'errorMessage' => 'Access to this resource on the server is denied.',
+ ],
+ ],
+ [
+ [
+ 'errorCode' => 'ResourceNotFound',
+ 'errorMessage' => 'The specified resource does not exist.',
+ ],
+ ],
+ 500 => [
+ [
+ 'errorCode' => 'InternalServerError',
+ 'errorMessage' => 'An internal server error occurred.',
+ ],
+ ],
+ ],
+ 'responseDemo' => '[{"type":"json","example":"{\\n \\"Message\\": \\"-\\",\\n \\"RequestId\\": \\"1fdc45cd-3eee-4e60-b505-2e330b8755d3\\",\\n \\"Data\\": {\\n \\"test\\": \\"test\\",\\n \\"test2\\": 1\\n },\\n \\"Code\\": \\"OK\\"\\n}","errorExample":""},{"type":"xml","example":"<RequestId>1fdc45cd-3eee-4e60-b505-2e330b8755d3</RequestId>\\n<Message>-</Message>\\n<Data>-</Data>\\n<Code>OK</Code>","errorExample":""}]',
+ 'title' => 'DeleteDetectProcess',
+ 'requestParamsDescription' => ' ',
+ 'responseParamsDescription' => ' ',
+ 'extraInfo' => ' ',
+ ],
+ 'DeleteRule' => [
+ 'methods' => [
+ 'post',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'operationType' => 'readAndWrite',
+ 'deprecated' => false,
+ 'systemTags' => [
+ 'operationType' => 'delete',
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'Id',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => true,
+ 'docRequired' => true,
+ 'example' => '59b0bbfe-929b-4a8c-9833-3ce70b4bad38',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'object',
+ 'properties' => [
+ 'Message' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '',
+ ],
+ 'RequestId' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '59b0bbfe-929b-4a8c-9833-3ce70b4bad38',
+ ],
+ 'Data' => [
+ 'description' => '',
+ 'type' => 'object',
+ 'properties' => [
+ 'CreatedAt' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '2020-07-14T14:01:41.000+08:00',
+ ],
+ 'Name' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => 'default',
+ ],
+ 'Content' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '{}',
+ ],
+ 'Id' => [
+ 'description' => 'ID',
+ 'type' => 'string',
+ 'example' => '59b0bbfe-929b-4a8c-9833-3ce70b4bad38',
+ ],
+ ],
+ ],
+ 'Code' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => 'OK',
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'errorCodes' => [
+ 400 => [
+ [
+ 'errorCode' => 'InvalidRequest',
+ 'errorMessage' => 'The request is invalid.',
+ ],
+ ],
+ [
+ [
+ 'errorCode' => 'Unauthorized',
+ 'errorMessage' => 'The request requires user authentication.',
+ ],
+ ],
+ 403 => [
+ [
+ 'errorCode' => 'Forbidden',
+ 'errorMessage' => 'Access to this resource on the server is denied.',
+ ],
+ ],
+ [
+ [
+ 'errorCode' => 'ResourceNotFound',
+ 'errorMessage' => 'The specified resource does not exist.',
+ ],
+ ],
+ 500 => [
+ [
+ 'errorCode' => 'InternalServerError',
+ 'errorMessage' => 'An internal server error occurred.',
+ ],
+ ],
+ ],
+ 'responseDemo' => '[{"type":"json","example":"{\\n \\"Message\\": \\"无\\",\\n \\"RequestId\\": \\"59b0bbfe-929b-4a8c-9833-3ce70b4bad38\\",\\n \\"Data\\": {\\n \\"CreatedAt\\": \\"2020-07-14T14:01:41.000+08:00\\",\\n \\"Name\\": \\"default\\",\\n \\"Content\\": \\"{}\\",\\n \\"Id\\": \\"59b0bbfe-929b-4a8c-9833-3ce70b4bad38\\"\\n },\\n \\"Code\\": \\"OK\\"\\n}","errorExample":""},{"type":"xml","example":"<Message>-</Message>\\n<RequestId>59b0bbfe-929b-4a8c-9833-3ce70b4bad38</RequestId>\\n<Data>\\n <Content>{}</Content>\\n <CreatedAt>2020-07-14T14:01:41.000+08:00</CreatedAt>\\n <Id>59b0bbfe-929b-4a8c-9833-3ce70b4bad38</Id>\\n <Name>default</Name>\\n</Data>\\n<Code>OK</Code>","errorExample":""}]',
+ 'title' => 'DeleteRule',
+ 'requestParamsDescription' => ' ',
+ 'responseParamsDescription' => ' ',
+ 'extraInfo' => ' ',
+ ],
+ 'DeleteUser' => [
+ 'methods' => [
+ 'post',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'operationType' => 'readAndWrite',
+ 'deprecated' => false,
+ 'systemTags' => [
+ 'operationType' => 'delete',
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'Id',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => 'ID',
+ 'type' => 'string',
+ 'required' => true,
+ 'docRequired' => true,
+ 'example' => '59b0bbfe-929b-4a8c-9833-3ce70b4bad38',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'object',
+ 'properties' => [
+ 'Errors' => [
+ 'description' => '',
+ 'type' => 'array',
+ 'items' => [
+ 'description' => '',
+ 'type' => 'object',
+ 'properties' => [
+ 'Message' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '',
+ ],
+ 'Field' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '',
+ ],
+ ],
+ ],
+ ],
+ 'Message' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '',
+ ],
+ 'RequestId' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '59b0bbfe-929b-4a8c-9833-3ce70b4bad38',
+ ],
+ 'Data' => [
+ 'description' => '',
+ 'type' => 'object',
+ 'example' => '',
+ ],
+ 'Code' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => 'OK',
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'errorCodes' => [
+ 400 => [
+ [
+ 'errorCode' => 'InvalidRequest',
+ 'errorMessage' => 'The request is invalid.',
+ ],
+ ],
+ [
+ [
+ 'errorCode' => 'Unauthorized',
+ 'errorMessage' => 'The request requires user authentication.',
+ ],
+ ],
+ 403 => [
+ [
+ 'errorCode' => 'Forbidden',
+ 'errorMessage' => 'Access to this resource on the server is denied.',
+ ],
+ ],
+ [
+ [
+ 'errorCode' => 'ResourceNotFound',
+ 'errorMessage' => 'The specified resource does not exist.',
+ ],
+ ],
+ 500 => [
+ [
+ 'errorCode' => 'InternalServerError',
+ 'errorMessage' => 'An internal server error occurred.',
+ ],
+ ],
+ ],
+ 'responseDemo' => '[{"type":"json","example":"{\\n \\"Errors\\": [\\n {\\n \\"Message\\": \\"无\\",\\n \\"Field\\": \\"无\\"\\n }\\n ],\\n \\"Message\\": \\"无\\",\\n \\"RequestId\\": \\"59b0bbfe-929b-4a8c-9833-3ce70b4bad38\\",\\n \\"Data\\": {\\n \\"test\\": \\"test\\",\\n \\"test2\\": 1\\n },\\n \\"Code\\": \\"OK\\"\\n}","errorExample":""},{"type":"xml","example":"<Errors>\\n <Field>-</Field>\\n <Message>-</Message>\\n</Errors>\\n<Message>-</Message>\\n<RequestId>59b0bbfe-929b-4a8c-9833-3ce70b4bad38</RequestId>\\n<Data>-</Data>\\n<Code>OK</Code>","errorExample":""}]',
+ 'requestParamsDescription' => ' ',
+ 'responseParamsDescription' => ' ',
+ 'extraInfo' => ' ',
+ ],
+ 'DeleteUserDepartments' => [
+ 'methods' => [
+ 'post',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'operationType' => 'readAndWrite',
+ 'deprecated' => false,
+ 'systemTags' => [
+ 'operationType' => 'delete',
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'UserId',
+ 'in' => 'formData',
+ 'style' => 'repeatList',
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'array',
+ 'items' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '',
+ ],
+ 'required' => true,
+ 'maxItems' => 1000,
+ ],
+ ],
+ [
+ 'name' => 'DepartmentId',
+ 'in' => 'query',
+ 'style' => 'repeatList',
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'array',
+ 'items' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '',
+ ],
+ 'required' => true,
+ 'maxItems' => 10000,
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'object',
+ 'properties' => [
+ 'Message' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '',
+ ],
+ 'RequestId' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '48A2B2E2-9995-5220-B77C-871119CB05CC',
+ ],
+ 'Data' => [
+ 'description' => '',
+ 'type' => 'object',
+ 'example' => '',
+ ],
+ 'Code' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => 'OK',
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'errorCodes' => [
+ 400 => [
+ [
+ 'errorCode' => 'InvalidRequest',
+ 'errorMessage' => 'The request is invalid.',
+ ],
+ ],
+ [
+ [
+ 'errorCode' => 'Unauthorized',
+ 'errorMessage' => 'The request requires user authentication.',
+ ],
+ ],
+ 403 => [
+ [
+ 'errorCode' => 'Forbidden',
+ 'errorMessage' => 'Access to this resource on the server is denied.',
+ ],
+ ],
+ [
+ [
+ 'errorCode' => 'ResourceNotFound',
+ 'errorMessage' => 'The specified resource does not exist.',
+ ],
+ ],
+ 500 => [
+ [
+ 'errorCode' => 'InternalServerError',
+ 'errorMessage' => 'An internal server error occurred.',
+ ],
+ ],
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"Message\\": \\"无\\",\\n \\"RequestId\\": \\"48A2B2E2-9995-5220-B77C-871119CB05CC\\",\\n \\"Data\\": {\\n \\"test\\": \\"test\\",\\n \\"test2\\": 1\\n },\\n \\"Code\\": \\"OK\\"\\n}","type":"json"}]',
+ ],
+ 'DeleteWatermark' => [
+ 'methods' => [
+ 'post',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'operationType' => 'readAndWrite',
+ 'deprecated' => false,
+ 'systemTags' => [
+ 'operationType' => 'delete',
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'WatermarkId',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'e5a923e0e727f212813a195e274b02c6',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'title' => 'ApiResult<WatermarkDTO>',
+ 'description' => 'ApiResult<WatermarkDTO>',
+ 'type' => 'object',
+ 'properties' => [
+ 'RequestId' => [
+ 'title' => 'requestId',
+ 'description' => 'requestId',
+ 'type' => 'string',
+ 'example' => '84118BF0-56F7-54D2-8C1A-35BBBBD5016B',
+ ],
+ 'Code' => [
+ 'title' => 'code',
+ 'description' => 'code',
+ 'type' => 'string',
+ 'example' => 'OK',
+ ],
+ 'Message' => [
+ 'title' => '提示',
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '-',
+ ],
+ 'Data' => [
+ 'title' => '数据',
+ 'description' => '',
+ 'type' => 'object',
+ 'properties' => [
+ 'Id' => [
+ 'title' => '水印id',
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '0f1c45cd-3eee-4e60-b505-2e330b8755d3',
+ ],
+ 'CreatedAt' => [
+ 'title' => '创建时间',
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '2020-07-14T14:01:41.000+08:00',
+ ],
+ 'Value' => [
+ 'title' => '水印信息',
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '{}',
+ ],
+ 'Name' => [
+ 'title' => '水印名称',
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '',
+ ],
+ ],
+ ],
+ 'Success' => [
+ 'title' => '给 pop 使用的',
+ 'description' => '',
+ 'type' => 'boolean',
+ 'example' => 'True',
+ ],
+ 'HttpCode' => [
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '200',
+ ],
+ 'Errors' => [
+ 'title' => '错误列表',
+ 'description' => '',
+ 'type' => 'array',
+ 'items' => [
+ 'description' => '-',
+ 'type' => 'object',
+ 'properties' => [
+ 'Field' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => 'A1899517-BB99-5D3E-A71B-97524DCB0942',
+ ],
+ 'Message' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '-',
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'errorCodes' => [
+ 400 => [
+ [
+ 'errorCode' => 'InvalidRequest',
+ 'errorMessage' => 'The request is invalid.',
+ ],
+ ],
+ [
+ [
+ 'errorCode' => 'Unauthorized',
+ 'errorMessage' => 'The request requires user authentication.',
+ ],
+ ],
+ 403 => [
+ [
+ 'errorCode' => 'Forbidden',
+ 'errorMessage' => 'Access to this resource on the server is denied.',
+ ],
+ ],
+ [
+ [
+ 'errorCode' => 'ResourceNotFound',
+ 'errorMessage' => 'The specified resource does not exist.',
+ ],
+ ],
+ 500 => [
+ [
+ 'errorCode' => 'InternalServerError',
+ 'errorMessage' => 'An internal server error occurred.',
+ ],
+ ],
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"84118BF0-56F7-54D2-8C1A-35BBBBD5016B\\",\\n \\"Code\\": \\"OK\\",\\n \\"Message\\": \\"-\\",\\n \\"Data\\": {\\n \\"Id\\": \\"0f1c45cd-3eee-4e60-b505-2e330b8755d3\\",\\n \\"CreatedAt\\": \\"2020-07-14T14:01:41.000+08:00\\",\\n \\"Value\\": \\"{}\\",\\n \\"Name\\": \\"名称\\"\\n },\\n \\"Success\\": true,\\n \\"HttpCode\\": 200,\\n \\"Errors\\": [\\n {\\n \\"Field\\": \\"A1899517-BB99-5D3E-A71B-97524DCB0942\\",\\n \\"Message\\": \\"-\\"\\n }\\n ]\\n}","type":"json"}]',
+ ],
+ 'GetApp' => [
+ 'methods' => [
+ 'post',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'operationType' => 'readAndWrite',
+ 'deprecated' => false,
+ 'systemTags' => [
+ 'operationType' => 'get',
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'Id',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => true,
+ 'docRequired' => true,
+ 'example' => '59b0bbfe-929b-4a8c-9833-3ce70b4bad38',
+ ],
+ ],
+ [
+ 'name' => 'PackageName',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => true,
+ 'docRequired' => true,
+ 'example' => 'com.a.test',
+ ],
+ ],
+ [
+ 'name' => 'DeviceId',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => true,
+ 'docRequired' => true,
+ 'example' => 'xxx-xxx-xxx',
+ ],
+ ],
+ [
+ 'name' => 'ClientVersion',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '1.0.002',
+ ],
+ ],
+ [
+ 'name' => 'ClientBaseParam',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '{"version":"1.0.0"}',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'object',
+ 'properties' => [
+ 'Message' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '',
+ ],
+ 'RequestId' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '59b0bbfe-929b-4a8c-9833-3ce70b4bad38',
+ ],
+ 'Data' => [
+ 'description' => '',
+ 'type' => 'object',
+ 'properties' => [
+ 'CreatedAt' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '1',
+ ],
+ 'Disabled' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => 'false',
+ ],
+ 'Name' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '',
+ ],
+ 'Config' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '{}',
+ ],
+ 'FeeId' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => 'ff1d7783-e087-4d62-92df-3a163eca7c07',
+ ],
+ ],
+ ],
+ 'Code' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => 'OK',
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'errorCodes' => [
+ 400 => [
+ [
+ 'errorCode' => 'InvalidRequest',
+ 'errorMessage' => 'The request is invalid.',
+ ],
+ ],
+ [
+ [
+ 'errorCode' => 'Unauthorized',
+ 'errorMessage' => 'The request requires user authentication.',
+ ],
+ ],
+ 403 => [
+ [
+ 'errorCode' => 'Forbidden',
+ 'errorMessage' => 'Access to this resource on the server is denied.',
+ ],
+ ],
+ [
+ [
+ 'errorCode' => 'ResourceNotFound',
+ 'errorMessage' => 'The specified resource does not exist.',
+ ],
+ ],
+ 500 => [
+ [
+ 'errorCode' => 'InternalServerError',
+ 'errorMessage' => 'An internal server error occurred.',
+ ],
+ ],
+ ],
+ 'responseDemo' => '[{"type":"json","example":"{\\n \\"Message\\": \\"无\\",\\n \\"RequestId\\": \\"59b0bbfe-929b-4a8c-9833-3ce70b4bad38\\",\\n \\"Data\\": {\\n \\"CreatedAt\\": \\"1\\",\\n \\"Disabled\\": \\"false\\",\\n \\"Name\\": \\"应用\\",\\n \\"Config\\": \\"{}\\",\\n \\"FeeId\\": \\"ff1d7783-e087-4d62-92df-3a163eca7c07\\"\\n },\\n \\"Code\\": \\"OK\\"\\n}","errorExample":""},{"type":"xml","example":"<Message>-</Message>\\n<RequestId>59b0bbfe-929b-4a8c-9833-3ce70b4bad38</RequestId>\\n<Data>\\n <CreatedAt>1</CreatedAt>\\n <Disabled>false</Disabled>\\n <Name>应用</Name>\\n</Data>\\n<Code>OK</Code>","errorExample":""}]',
+ 'title' => 'GetApp',
+ 'requestParamsDescription' => ' ',
+ 'responseParamsDescription' => ' ',
+ 'extraInfo' => ' ',
+ ],
+ 'GetDepartment' => [
+ 'methods' => [
+ 'post',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'operationType' => 'readAndWrite',
+ 'deprecated' => false,
+ 'systemTags' => [
+ 'operationType' => 'get',
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'Id',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => 'ID',
+ 'type' => 'string',
+ 'required' => true,
+ 'docRequired' => true,
+ 'example' => '59b0bbfe-929b-4a8c-9833-3ce70b4bad38',
+ ],
+ ],
+ [
+ 'name' => 'ClientBaseParam',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '{"version":"1.0.0"}',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'object',
+ 'properties' => [
+ 'Message' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '',
+ ],
+ 'RequestId' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '59b0bbfe-929b-4a8c-9833-3ce70b4bad38',
+ ],
+ 'Data' => [
+ 'description' => '',
+ 'type' => 'object',
+ 'properties' => [
+ 'Description' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '',
+ ],
+ 'CreatedAt' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '2020-07-14T14:01:41.000+08:00',
+ ],
+ 'UpdatedAt' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '2020-07-14T14:01:41.000+08:00',
+ ],
+ 'Name' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '',
+ ],
+ 'Id' => [
+ 'description' => 'ID',
+ 'type' => 'string',
+ 'example' => '59b0bbfe-929b-4a8c-9833-3ce70b4bad38',
+ ],
+ ],
+ ],
+ 'Code' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => 'OK',
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'errorCodes' => [
+ 400 => [
+ [
+ 'errorCode' => 'InvalidRequest',
+ 'errorMessage' => 'The request is invalid.',
+ ],
+ ],
+ [
+ [
+ 'errorCode' => 'Unauthorized',
+ 'errorMessage' => 'The request requires user authentication.',
+ ],
+ ],
+ 403 => [
+ [
+ 'errorCode' => 'Forbidden',
+ 'errorMessage' => 'Access to this resource on the server is denied.',
+ ],
+ ],
+ [
+ [
+ 'errorCode' => 'ResourceNotFound',
+ 'errorMessage' => 'The specified resource does not exist.',
+ ],
+ ],
+ 500 => [
+ [
+ 'errorCode' => 'InternalServerError',
+ 'errorMessage' => 'An internal server error occurred.',
+ ],
+ ],
+ ],
+ 'responseDemo' => '[{"type":"json","example":"{\\n \\"Message\\": \\"无\\",\\n \\"RequestId\\": \\"59b0bbfe-929b-4a8c-9833-3ce70b4bad38\\",\\n \\"Data\\": {\\n \\"Description\\": \\"描述\\",\\n \\"CreatedAt\\": \\"2020-07-14T14:01:41.000+08:00\\",\\n \\"UpdatedAt\\": \\"2020-07-14T14:01:41.000+08:00\\",\\n \\"Name\\": \\"名称\\",\\n \\"Id\\": \\"59b0bbfe-929b-4a8c-9833-3ce70b4bad38\\"\\n },\\n \\"Code\\": \\"OK\\"\\n}","errorExample":""},{"type":"xml","example":"<RequestId>59b0bbfe-929b-4a8c-9833-3ce70b4bad38</RequestId>\\n<Message>-</Message>\\n<Data>\\n <Description>描述</Description>\\n <CreatedAt>2020-07-14T14:01:41.000+08:00</CreatedAt>\\n <Id>59b0bbfe-929b-4a8c-9833-3ce70b4bad38</Id>\\n <UpdatedAt>2020-07-14T14:01:41.000+08:00</UpdatedAt>\\n <Name>名称</Name>\\n</Data>\\n<Code>OK</Code>","errorExample":""}]',
+ 'title' => 'GetDepartment',
+ 'requestParamsDescription' => ' ',
+ 'responseParamsDescription' => ' ',
+ 'extraInfo' => ' ',
+ ],
+ 'GetDetection' => [
+ 'methods' => [
+ 'post',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'operationType' => 'readAndWrite',
+ 'deprecated' => false,
+ 'systemTags' => [
+ 'operationType' => 'get',
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'ClientBaseParam',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '{"version":"1.0.0"}',
+ ],
+ ],
+ [
+ 'name' => 'Id',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => 'ID',
+ 'type' => 'string',
+ 'required' => true,
+ 'docRequired' => true,
+ 'example' => '59b0bbfe-929b-4a8c-9833-3ce70b4bad38',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'description' => '-',
+ 'type' => 'object',
+ 'properties' => [
+ 'Message' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '-',
+ ],
+ 'RequestId' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '59b0bbfe-929b-4a8c-9833-3ce70b4bad38',
+ ],
+ 'Data' => [
+ 'description' => '-',
+ 'type' => 'object',
+ 'properties' => [
+ 'Status' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => 'runnable',
+ ],
+ 'DepartmentName' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '',
+ ],
+ 'Tasks' => [
+ 'description' => '',
+ 'type' => 'array',
+ 'items' => [
+ 'description' => '-',
+ 'type' => 'object',
+ 'properties' => [
+ 'Status' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => 'runnable',
+ ],
+ 'VideoMetaUrl' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => 'http://oss.aliyun.com/1.mp4.meta',
+ ],
+ 'CreatedAt' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '2020-07-14T14:01:41.000+08:00',
+ ],
+ 'Id' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '59b0bbfe-929b-4a8c-9833-3ce70b4bad38',
+ ],
+ 'VideoUrl' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => 'http://oss.aliyun.com/1.mp4',
+ ],
+ ],
+ ],
+ ],
+ 'RecordingType' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => 'local',
+ ],
+ 'CreatedAt' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '2020-07-14T14:01:41.000+08:00',
+ ],
+ 'DepartmentId' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '59b0bbfe-929b-4a8c-9833-3ce70b4bad38',
+ ],
+ 'Id' => [
+ 'description' => 'ID',
+ 'type' => 'string',
+ 'example' => '59b0bbfe-929b-4a8c-9833-3ce70b4bad38',
+ ],
+ 'RuleName' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => 'default',
+ ],
+ 'RuleId' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '59b0bbfe-929b-4a8c-9833-3ce70b4bad38',
+ ],
+ ],
+ ],
+ 'Code' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => 'OK',
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'errorCodes' => [
+ 400 => [
+ [
+ 'errorCode' => 'InvalidRequest',
+ 'errorMessage' => 'The request is invalid.',
+ ],
+ ],
+ [
+ [
+ 'errorCode' => 'Unauthorized',
+ 'errorMessage' => 'The request requires user authentication.',
+ ],
+ ],
+ 403 => [
+ [
+ 'errorCode' => 'Forbidden',
+ 'errorMessage' => 'Access to this resource on the server is denied.',
+ ],
+ ],
+ [
+ [
+ 'errorCode' => 'ResourceNotFound',
+ 'errorMessage' => 'The specified resource does not exist.',
+ ],
+ ],
+ 500 => [
+ [
+ 'errorCode' => 'InternalServerError',
+ 'errorMessage' => 'An internal server error occurred.',
+ ],
+ ],
+ ],
+ 'responseDemo' => '[{"type":"json","example":"{\\n \\"Message\\": \\"-\\",\\n \\"RequestId\\": \\"59b0bbfe-929b-4a8c-9833-3ce70b4bad38\\",\\n \\"Data\\": {\\n \\"Status\\": \\"runnable\\",\\n \\"DepartmentName\\": \\"部门\\",\\n \\"Tasks\\": [\\n {\\n \\"Status\\": \\"runnable\\",\\n \\"VideoMetaUrl\\": \\"http://oss.aliyun.com/1.mp4.meta\\",\\n \\"CreatedAt\\": \\"2020-07-14T14:01:41.000+08:00\\",\\n \\"Id\\": \\"59b0bbfe-929b-4a8c-9833-3ce70b4bad38\\",\\n \\"VideoUrl\\": \\"http://oss.aliyun.com/1.mp4\\"\\n }\\n ],\\n \\"RecordingType\\": \\"local\\",\\n \\"CreatedAt\\": \\"2020-07-14T14:01:41.000+08:00\\",\\n \\"DepartmentId\\": \\"59b0bbfe-929b-4a8c-9833-3ce70b4bad38\\",\\n \\"Id\\": \\"59b0bbfe-929b-4a8c-9833-3ce70b4bad38\\",\\n \\"RuleName\\": \\"default\\",\\n \\"RuleId\\": \\"59b0bbfe-929b-4a8c-9833-3ce70b4bad38\\"\\n },\\n \\"Code\\": \\"OK\\"\\n}","errorExample":""},{"type":"xml","example":"<Message>-</Message>\\n<RequestId>59b0bbfe-929b-4a8c-9833-3ce70b4bad38</RequestId>\\n<Data>\\n <Status>runnable</Status>\\n <Tasks>\\n <Status>runnable</Status>\\n <CreatedAt>2020-07-14T14:01:41.000+08:00</CreatedAt>\\n <VideoMetaUrl>http://oss.aliyun.com/1.mp4.meta</VideoMetaUrl>\\n <Id>59b0bbfe-929b-4a8c-9833-3ce70b4bad38</Id>\\n <VideoUrl>http://oss.aliyun.com/1.mp4</VideoUrl>\\n </Tasks>\\n <RecordingType>local</RecordingType>\\n <CreatedAt>2020-07-14T14:01:41.000+08:00</CreatedAt>\\n <RuleId>59b0bbfe-929b-4a8c-9833-3ce70b4bad38</RuleId>\\n <DepartmentName>部门</DepartmentName>\\n <DepartmentId>59b0bbfe-929b-4a8c-9833-3ce70b4bad38</DepartmentId>\\n <Id>59b0bbfe-929b-4a8c-9833-3ce70b4bad38</Id>\\n <RuleName>default</RuleName>\\n</Data>\\n<Code>OK</Code>","errorExample":""}]',
+ 'title' => 'GetDetection',
+ 'requestParamsDescription' => ' ',
+ 'responseParamsDescription' => ' ',
+ 'extraInfo' => ' ',
+ ],
+ 'GetPreSignedUrl' => [
+ 'methods' => [
+ 'post',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'operationType' => 'readAndWrite',
+ 'deprecated' => false,
+ 'systemTags' => [
+ 'operationType' => 'get',
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'ClientVersion',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '1.0.001',
+ ],
+ ],
+ [
+ 'name' => 'ClientBaseParam',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '{"version":"1.0.0"}',
+ ],
+ ],
+ [
+ 'name' => 'Prefix',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'test.mp4',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'object',
+ 'properties' => [
+ 'Message' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '',
+ ],
+ 'RequestId' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '59b0bbfe-929b-4a8c-9833-3ce70b4bad38',
+ ],
+ 'Data' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => 'http://shuanglu-pre.oss-cn-beijing.aliyuncs.com/13ba4081-84f3-42b0-af93-10a64319f8ef/test.txt',
+ ],
+ 'Code' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => 'OK',
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'errorCodes' => [
+ 400 => [
+ [
+ 'errorCode' => 'InvalidRequest',
+ 'errorMessage' => 'The request is invalid.',
+ ],
+ ],
+ [
+ [
+ 'errorCode' => 'Unauthorized',
+ 'errorMessage' => 'The request requires user authentication.',
+ ],
+ ],
+ 403 => [
+ [
+ 'errorCode' => 'Forbidden',
+ 'errorMessage' => 'Access to this resource on the server is denied.',
+ ],
+ ],
+ [
+ [
+ 'errorCode' => 'ResourceNotFound',
+ 'errorMessage' => 'The specified resource does not exist.',
+ ],
+ ],
+ 500 => [
+ [
+ 'errorCode' => 'InternalServerError',
+ 'errorMessage' => 'An internal server error occurred.',
+ ],
+ ],
+ ],
+ 'responseDemo' => '[{"type":"json","example":"{\\n \\"Message\\": \\"无\\",\\n \\"RequestId\\": \\"59b0bbfe-929b-4a8c-9833-3ce70b4bad38\\",\\n \\"Data\\": \\"http://shuanglu-pre.oss-cn-beijing.aliyuncs.com/13ba4081-84f3-42b0-af93-10a64319f8ef/test.txt\\",\\n \\"Code\\": \\"OK\\"\\n}","errorExample":""},{"type":"xml","example":"<Message>-</Message>\\n<RequestId>59b0bbfe-929b-4a8c-9833-3ce70b4bad38</RequestId>\\n<Data>-</Data>\\n<Code>OK</Code>","errorExample":""}]',
+ 'title' => 'GetPreSignedUrl',
+ 'requestParamsDescription' => ' ',
+ 'responseParamsDescription' => ' ',
+ 'extraInfo' => ' ',
+ ],
+ 'GetRule' => [
+ 'methods' => [
+ 'post',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'operationType' => 'readAndWrite',
+ 'deprecated' => false,
+ 'systemTags' => [
+ 'operationType' => 'get',
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'Id',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => true,
+ 'docRequired' => true,
+ 'example' => '59b0bbfe-929b-4a8c-9833-3ce70b4bad38',
+ ],
+ ],
+ [
+ 'name' => 'ClientBaseParam',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '{"version":"1.0.0"}',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'object',
+ 'properties' => [
+ 'Message' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '',
+ ],
+ 'RequestId' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '59b0bbfe-929b-4a8c-9833-3ce70b4bad38',
+ ],
+ 'Data' => [
+ 'description' => '',
+ 'type' => 'object',
+ 'properties' => [
+ 'CreatedAt' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '2020-07-14T14:01:41.000+08:00',
+ ],
+ 'Name' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => 'default',
+ ],
+ 'Content' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '{}',
+ ],
+ 'Id' => [
+ 'description' => 'ID',
+ 'type' => 'string',
+ 'example' => '59b0bbfe-929b-4a8c-9833-3ce70b4bad38',
+ ],
+ ],
+ ],
+ 'Code' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => 'OK',
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'errorCodes' => [
+ 400 => [
+ [
+ 'errorCode' => 'InvalidRequest',
+ 'errorMessage' => 'The request is invalid.',
+ ],
+ ],
+ [
+ [
+ 'errorCode' => 'Unauthorized',
+ 'errorMessage' => 'The request requires user authentication.',
+ ],
+ ],
+ 403 => [
+ [
+ 'errorCode' => 'Forbidden',
+ 'errorMessage' => 'Access to this resource on the server is denied.',
+ ],
+ ],
+ [
+ [
+ 'errorCode' => 'ResourceNotFound',
+ 'errorMessage' => 'The specified resource does not exist.',
+ ],
+ ],
+ 500 => [
+ [
+ 'errorCode' => 'InternalServerError',
+ 'errorMessage' => 'An internal server error occurred.',
+ ],
+ ],
+ ],
+ 'responseDemo' => '[{"type":"json","example":"{\\n \\"Message\\": \\"无\\",\\n \\"RequestId\\": \\"59b0bbfe-929b-4a8c-9833-3ce70b4bad38\\",\\n \\"Data\\": {\\n \\"CreatedAt\\": \\"2020-07-14T14:01:41.000+08:00\\",\\n \\"Name\\": \\"default\\",\\n \\"Content\\": \\"{}\\",\\n \\"Id\\": \\"59b0bbfe-929b-4a8c-9833-3ce70b4bad38\\"\\n },\\n \\"Code\\": \\"OK\\"\\n}","errorExample":""},{"type":"xml","example":"<Message>-</Message>\\n<RequestId/>\\n<Data>\\n <Content>{}</Content>\\n <CreatedAt>2020-07-14T14:01:41.000+08:00</CreatedAt>\\n <Id>59b0bbfe-929b-4a8c-9833-3ce70b4bad38</Id>\\n <Name>default</Name>\\n</Data>\\n<Code>OK</Code>","errorExample":""}]',
+ 'title' => 'GetRule',
+ 'requestParamsDescription' => ' ',
+ 'responseParamsDescription' => ' ',
+ 'extraInfo' => ' ',
+ ],
+ 'GetTask' => [
+ 'methods' => [
+ 'post',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'operationType' => 'readAndWrite',
+ 'deprecated' => false,
+ 'systemTags' => [
+ 'operationType' => 'get',
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'ClientBaseParam',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => ' {"version":"1.0.0"}',
+ ],
+ ],
+ [
+ 'name' => 'TaskId',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => true,
+ 'docRequired' => true,
+ 'example' => '59b0bbfe-929b-4a8c-9833-3ce70b4bad38',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'object',
+ 'properties' => [
+ 'Message' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '',
+ ],
+ 'RequestId' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => 'A1899517-BB99-5D3E-A71B-97524DCB0942',
+ ],
+ 'Data' => [
+ 'description' => '',
+ 'type' => 'object',
+ 'properties' => [
+ 'Status' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => 'runnable',
+ ],
+ 'CreatedAt' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '2020-07-14T14:01:41.000+08:00',
+ ],
+ 'Id' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '59b0bbfe-929b-4a8c-9833-3ce70b4bad38',
+ ],
+ 'VideoUrl' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => 'http://oss.aliyuncs.com/1.mp4',
+ ],
+ ],
+ ],
+ 'Code' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => 'OK',
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'errorCodes' => [
+ 400 => [
+ [
+ 'errorCode' => 'InvalidRequest',
+ 'errorMessage' => 'The request is invalid.',
+ ],
+ ],
+ [
+ [
+ 'errorCode' => 'Unauthorized',
+ 'errorMessage' => 'The request requires user authentication.',
+ ],
+ ],
+ 403 => [
+ [
+ 'errorCode' => 'Forbidden',
+ 'errorMessage' => 'Access to this resource on the server is denied.',
+ ],
+ ],
+ [
+ [
+ 'errorCode' => 'ResourceNotFound',
+ 'errorMessage' => 'The specified resource does not exist.',
+ ],
+ ],
+ 500 => [
+ [
+ 'errorCode' => 'InternalServerError',
+ 'errorMessage' => 'An internal server error occurred.',
+ ],
+ ],
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"Message\\": \\"无\\",\\n \\"RequestId\\": \\"A1899517-BB99-5D3E-A71B-97524DCB0942\\",\\n \\"Data\\": {\\n \\"Status\\": \\"runnable\\",\\n \\"CreatedAt\\": \\"2020-07-14T14:01:41.000+08:00\\",\\n \\"Id\\": \\"59b0bbfe-929b-4a8c-9833-3ce70b4bad38\\",\\n \\"VideoUrl\\": \\"http://oss.aliyuncs.com/1.mp4\\"\\n },\\n \\"Code\\": \\"OK\\"\\n}","type":"json"}]',
+ ],
+ 'GetTaskGroup' => [
+ 'methods' => [
+ 'post',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'operationType' => 'readAndWrite',
+ 'deprecated' => false,
+ 'systemTags' => [
+ 'operationType' => 'get',
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'ClientBaseParam',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '{"version":"1.0.0"}',
+ ],
+ ],
+ [
+ 'name' => 'Id',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => true,
+ 'docRequired' => true,
+ 'example' => '59b0bbfe-929b-4a8c-9833-3ce70b4bad38',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'description' => '-',
+ 'type' => 'object',
+ 'properties' => [
+ 'Message' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '-',
+ ],
+ 'RequestId' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '59b0bbfe-929b-4a8c-9833-3ce70b4bad38',
+ ],
+ 'Data' => [
+ 'description' => '-',
+ 'type' => 'object',
+ 'properties' => [
+ 'Status' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => 'runnable',
+ ],
+ 'CompletedTasks' => [
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '1',
+ ],
+ 'TotalTasks' => [
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '1',
+ ],
+ 'CreatedAt' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '2020-07-14T14:01:41.000+08:00',
+ ],
+ 'Name' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '',
+ ],
+ 'TaskIds' => [
+ 'description' => '-',
+ 'type' => 'array',
+ 'items' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '["1"]',
+ ],
+ ],
+ 'Id' => [
+ 'description' => 'ID',
+ 'type' => 'string',
+ 'example' => '59b0bbfe-929b-4a8c-9833-3ce70b4bad38',
+ ],
+ 'RuleId' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '2020-07-14T14:01:41.000+08:00',
+ ],
+ 'RuleName' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => 'default',
+ ],
+ ],
+ ],
+ 'Code' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => 'OK',
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'errorCodes' => [
+ 400 => [
+ [
+ 'errorCode' => 'InvalidRequest',
+ 'errorMessage' => 'The request is invalid.',
+ ],
+ ],
+ [
+ [
+ 'errorCode' => 'Unauthorized',
+ 'errorMessage' => 'The request requires user authentication.',
+ ],
+ ],
+ 403 => [
+ [
+ 'errorCode' => 'Forbidden',
+ 'errorMessage' => 'Access to this resource on the server is denied.',
+ ],
+ ],
+ [
+ [
+ 'errorCode' => 'ResourceNotFound',
+ 'errorMessage' => 'The specified resource does not exist.',
+ ],
+ ],
+ 500 => [
+ [
+ 'errorCode' => 'InternalServerError',
+ 'errorMessage' => 'An internal server error occurred.',
+ ],
+ ],
+ ],
+ 'responseDemo' => '[{"type":"json","example":"{\\n \\"Message\\": \\"-\\",\\n \\"RequestId\\": \\"59b0bbfe-929b-4a8c-9833-3ce70b4bad38\\",\\n \\"Data\\": {\\n \\"Status\\": \\"runnable\\",\\n \\"CompletedTasks\\": 1,\\n \\"TotalTasks\\": 1,\\n \\"CreatedAt\\": \\"2020-07-14T14:01:41.000+08:00\\",\\n \\"Name\\": \\"名称\\",\\n \\"TaskIds\\": [\\n \\"[\\\\\\"1\\\\\\"]\\"\\n ],\\n \\"Id\\": \\"59b0bbfe-929b-4a8c-9833-3ce70b4bad38\\",\\n \\"RuleId\\": \\"2020-07-14T14:01:41.000+08:00\\",\\n \\"RuleName\\": \\"default\\"\\n },\\n \\"Code\\": \\"OK\\"\\n}","errorExample":""},{"type":"xml","example":"<Message/>\\n<RequestId>59b0bbfe-929b-4a8c-9833-3ce70b4bad38</RequestId>\\n<Data>\\n <Status>runnable</Status>\\n <TaskIds>[\\"1\\"]</TaskIds>\\n <CreatedAt>2020-07-14T14:01:41.000+08:00</CreatedAt>\\n <RuleId>2020-07-14T14:01:41.000+08:00</RuleId>\\n <TotalTasks>1</TotalTasks>\\n <CompletedTasks>1</CompletedTasks>\\n <Id>59b0bbfe-929b-4a8c-9833-3ce70b4bad38</Id>\\n <RuleName>default</RuleName>\\n <Name>名称</Name>\\n</Data>\\n<Code/>","errorExample":""}]',
+ 'title' => 'GetTaskGroup',
+ 'description' => '**1**',
+ 'requestParamsDescription' => ' ',
+ 'responseParamsDescription' => ' ',
+ 'extraInfo' => ' ',
+ ],
+ 'GetUser' => [
+ 'methods' => [
+ 'post',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'operationType' => 'readAndWrite',
+ 'deprecated' => false,
+ 'systemTags' => [
+ 'operationType' => 'get',
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'Id',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => 'ID',
+ 'type' => 'string',
+ 'required' => true,
+ 'docRequired' => true,
+ 'example' => '59b0bbfe-929b-4a8c-9833-3ce70b4bad38',
+ ],
+ ],
+ [
+ 'name' => 'ClientBaseParam',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '{"version":"1.0.0"}',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'object',
+ 'properties' => [
+ 'Message' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '',
+ ],
+ 'RequestId' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '59b0bbfe-929b-4a8c-9833-3ce70b4bad38',
+ ],
+ 'Data' => [
+ 'description' => '',
+ 'type' => 'object',
+ 'properties' => [
+ 'Email' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '[email protected]',
+ ],
+ 'PhoneNumber' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '187000023323',
+ ],
+ 'Departments' => [
+ 'description' => '',
+ 'type' => 'array',
+ 'items' => [
+ 'description' => '',
+ 'type' => 'object',
+ 'properties' => [
+ 'Description' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '',
+ ],
+ 'GmtCreate' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '2020-07-14T14:01:41.000+08:00',
+ ],
+ 'Name' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '',
+ ],
+ 'GmtModified' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '2020-07-14T14:01:41.000+08:00',
+ ],
+ 'Id' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '59b0bbfe-929b-4a8c-9833-3ce70b4bad38',
+ ],
+ ],
+ ],
+ ],
+ 'CreatedAt' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '2020-07-14T14:01:41.000+08:00',
+ ],
+ 'UpdatedAt' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '2020-07-14T14:01:41.000+08:00',
+ ],
+ 'Source' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => 'ram',
+ ],
+ 'Role' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => 'admin',
+ ],
+ 'Name' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '',
+ ],
+ 'Id' => [
+ 'description' => 'ID',
+ 'type' => 'string',
+ 'example' => '59b0bbfe-929b-4a8c-9833-3ce70b4bad38',
+ ],
+ 'Username' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => 'test',
+ ],
+ ],
+ ],
+ 'Code' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => 'OK',
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'errorCodes' => [
+ 400 => [
+ [
+ 'errorCode' => 'InvalidRequest',
+ 'errorMessage' => 'The request is invalid.',
+ ],
+ ],
+ [
+ [
+ 'errorCode' => 'Unauthorized',
+ 'errorMessage' => 'The request requires user authentication.',
+ ],
+ ],
+ 403 => [
+ [
+ 'errorCode' => 'Forbidden',
+ 'errorMessage' => 'Access to this resource on the server is denied.',
+ ],
+ ],
+ [
+ [
+ 'errorCode' => 'ResourceNotFound',
+ 'errorMessage' => 'The specified resource does not exist.',
+ ],
+ ],
+ 500 => [
+ [
+ 'errorCode' => 'InternalServerError',
+ 'errorMessage' => 'An internal server error occurred.',
+ ],
+ ],
+ ],
+ 'responseDemo' => '[{"type":"json","example":"{\\n \\"Message\\": \\"无\\",\\n \\"RequestId\\": \\"59b0bbfe-929b-4a8c-9833-3ce70b4bad38\\",\\n \\"Data\\": {\\n \\"Email\\": \\"[email protected]\\",\\n \\"PhoneNumber\\": \\"187000023323\\",\\n \\"Departments\\": [\\n {\\n \\"Description\\": \\"描述\\",\\n \\"GmtCreate\\": \\"2020-07-14T14:01:41.000+08:00\\",\\n \\"Name\\": \\"名称\\",\\n \\"GmtModified\\": \\"2020-07-14T14:01:41.000+08:00\\",\\n \\"Id\\": \\"59b0bbfe-929b-4a8c-9833-3ce70b4bad38\\"\\n }\\n ],\\n \\"CreatedAt\\": \\"2020-07-14T14:01:41.000+08:00\\",\\n \\"UpdatedAt\\": \\"2020-07-14T14:01:41.000+08:00\\",\\n \\"Source\\": \\"ram\\",\\n \\"Role\\": \\"admin\\",\\n \\"Name\\": \\"姓名\\",\\n \\"Id\\": \\"59b0bbfe-929b-4a8c-9833-3ce70b4bad38\\",\\n \\"Username\\": \\"test\\"\\n },\\n \\"Code\\": \\"OK\\"\\n}","errorExample":""},{"type":"xml","example":"<Message>-</Message>\\n<RequestId>59b0bbfe-929b-4a8c-9833-3ce70b4bad38</RequestId>\\n<Data>\\n <Role>admin</Role>\\n <Departments>\\n <GmtCreate>2020-07-14T14:01:41.000+08:00</GmtCreate>\\n <Description>描述</Description>\\n <GmtModified>2020-07-14T14:01:41.000+08:00</GmtModified>\\n <Id>59b0bbfe-929b-4a8c-9833-3ce70b4bad38</Id>\\n <Name>名称</Name>\\n </Departments>\\n <Email>[email protected]</Email>\\n <Username>test</Username>\\n <CreatedAt>2020-07-14T14:01:41.000+08:00</CreatedAt>\\n <PhoneNumber>187000023323</PhoneNumber>\\n <Id>59b0bbfe-929b-4a8c-9833-3ce70b4bad38</Id>\\n <UpdatedAt>2020-07-14T14:01:41.000+08:00</UpdatedAt>\\n <Source>ram</Source>\\n <Name>姓名</Name>\\n</Data>\\n<Code>OK</Code>","errorExample":""}]',
+ 'requestParamsDescription' => ' ',
+ 'responseParamsDescription' => ' ',
+ 'extraInfo' => ' ',
+ ],
+ 'ListApps' => [
+ 'methods' => [
+ 'post',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'operationType' => 'readAndWrite',
+ 'deprecated' => false,
+ 'systemTags' => [
+ 'operationType' => 'get',
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'PageIndex',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'required' => false,
+ 'docRequired' => false,
+ 'maximum' => '1000000',
+ 'minimum' => '1',
+ 'example' => '1',
+ 'isFileTransferUrl' => false,
+ 'default' => '1',
+ ],
+ ],
+ [
+ 'name' => 'PageSize',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'required' => false,
+ 'docRequired' => false,
+ 'maximum' => '10000',
+ 'minimum' => '10',
+ 'example' => '10',
+ 'isFileTransferUrl' => false,
+ 'default' => '10',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'object',
+ 'properties' => [
+ 'Message' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '',
+ ],
+ 'RequestId' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '59b0bbfe-929b-4a8c-9833-3ce70b4bad38',
+ ],
+ 'Data' => [
+ 'description' => '',
+ 'type' => 'object',
+ 'properties' => [
+ 'Items' => [
+ 'description' => '',
+ 'type' => 'array',
+ 'items' => [
+ 'description' => '',
+ 'type' => 'object',
+ 'properties' => [
+ 'DepartmentName' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '',
+ ],
+ 'PackageName' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => 'com.aaa.test',
+ ],
+ 'CreatedAt' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '2020-07-14T14:01:41.000+08:00',
+ ],
+ 'DepartmentId' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '59b0bbfe-929b-4a8c-9833-3ce70b4bad38',
+ ],
+ 'Disabled' => [
+ 'description' => '',
+ 'type' => 'boolean',
+ 'example' => 'false',
+ ],
+ 'Name' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '',
+ ],
+ 'Id' => [
+ 'description' => 'ID',
+ 'type' => 'string',
+ 'example' => '59b0bbfe-929b-4a8c-9833-3ce70b4bad38',
+ ],
+ ],
+ ],
+ ],
+ 'TotalPages' => [
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '11',
+ ],
+ 'TotalElements' => [
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'example' => '1',
+ ],
+ ],
+ ],
+ 'Code' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => 'OK',
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'errorCodes' => [
+ 400 => [
+ [
+ 'errorCode' => 'InvalidRequest',
+ 'errorMessage' => 'The request is invalid.',
+ ],
+ ],
+ [
+ [
+ 'errorCode' => 'Unauthorized',
+ 'errorMessage' => 'The request requires user authentication.',
+ ],
+ ],
+ 403 => [
+ [
+ 'errorCode' => 'Forbidden',
+ 'errorMessage' => 'Access to this resource on the server is denied.',
+ ],
+ ],
+ [
+ [
+ 'errorCode' => 'ResourceNotFound',
+ 'errorMessage' => 'The specified resource does not exist.',
+ ],
+ ],
+ 500 => [
+ [
+ 'errorCode' => 'InternalServerError',
+ 'errorMessage' => 'An internal server error occurred.',
+ ],
+ ],
+ ],
+ 'responseDemo' => '[{"type":"json","example":"{\\n \\"Message\\": \\"无\\",\\n \\"RequestId\\": \\"59b0bbfe-929b-4a8c-9833-3ce70b4bad38\\",\\n \\"Data\\": {\\n \\"Items\\": [\\n {\\n \\"DepartmentName\\": \\"部门\\",\\n \\"PackageName\\": \\"com.aaa.test\\",\\n \\"CreatedAt\\": \\"2020-07-14T14:01:41.000+08:00\\",\\n \\"DepartmentId\\": \\"59b0bbfe-929b-4a8c-9833-3ce70b4bad38\\",\\n \\"Disabled\\": false,\\n \\"Name\\": \\"应用\\",\\n \\"Id\\": \\"59b0bbfe-929b-4a8c-9833-3ce70b4bad38\\"\\n }\\n ],\\n \\"TotalPages\\": 11,\\n \\"TotalElements\\": 1\\n },\\n \\"Code\\": \\"OK\\"\\n}","errorExample":""},{"type":"xml","example":"<Message>-</Message>\\n<RequestId>59b0bbfe-929b-4a8c-9833-3ce70b4bad38</RequestId>\\n<Data>\\n <TotalElements>1</TotalElements>\\n <TotalPages>11</TotalPages>\\n <Items>\\n <PackageName>com.aaa.test</PackageName>\\n <CreatedAt>2020-07-14T14:01:41.000+08:00</CreatedAt>\\n <DepartmentName>部门</DepartmentName>\\n <DepartmentId>59b0bbfe-929b-4a8c-9833-3ce70b4bad38</DepartmentId>\\n <Id>59b0bbfe-929b-4a8c-9833-3ce70b4bad38</Id>\\n <Disabled>false</Disabled>\\n <Name>应用</Name>\\n </Items>\\n</Data>\\n<Code>OK</Code>","errorExample":""}]',
+ 'title' => 'ListApps',
+ 'requestParamsDescription' => ' ',
+ 'responseParamsDescription' => ' ',
+ 'extraInfo' => ' ',
+ ],
+ 'ListDepartments' => [
+ 'methods' => [
+ 'post',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'operationType' => 'readAndWrite',
+ 'deprecated' => false,
+ 'systemTags' => [
+ 'operationType' => 'get',
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'Name',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '',
+ ],
+ ],
+ [
+ 'name' => 'PageIndex',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'required' => false,
+ 'docRequired' => false,
+ 'maximum' => '10000',
+ 'minimum' => '1',
+ 'example' => '1',
+ 'isFileTransferUrl' => false,
+ 'default' => '1',
+ ],
+ ],
+ [
+ 'name' => 'PageSize',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'required' => false,
+ 'docRequired' => false,
+ 'maximum' => '100',
+ 'minimum' => '10',
+ 'example' => '10',
+ 'isFileTransferUrl' => false,
+ 'default' => '10',
+ ],
+ ],
+ [
+ 'name' => 'UserId',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '59b0bbfe-929b-4a8c-9833-3ce70b4bad38',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'object',
+ 'properties' => [
+ 'Message' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '',
+ ],
+ 'RequestId' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '59b0bbfe-929b-4a8c-9833-3ce70b4bad38',
+ ],
+ 'Data' => [
+ 'description' => '',
+ 'type' => 'object',
+ 'properties' => [
+ 'Items' => [
+ 'description' => '',
+ 'type' => 'array',
+ 'items' => [
+ 'description' => '',
+ 'type' => 'object',
+ 'properties' => [
+ 'Description' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '',
+ ],
+ 'Administrators' => [
+ 'description' => '',
+ 'type' => 'array',
+ 'items' => [
+ 'description' => '',
+ 'type' => 'object',
+ 'properties' => [
+ 'Name' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => 'user',
+ ],
+ 'Id' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '59b0bbfe-929b-4a8c-9833-3ce70b4bad38',
+ ],
+ ],
+ ],
+ ],
+ 'CreatedAt' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '2020-07-14T14:01:41.000+08:00',
+ ],
+ 'UpdatedAt' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '2020-07-14T14:01:41.000+08:00',
+ ],
+ 'Name' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '',
+ ],
+ 'Id' => [
+ 'description' => 'ID',
+ 'type' => 'string',
+ 'example' => '59b0bbfe-929b-4a8c-9833-3ce70b4bad38',
+ ],
+ ],
+ ],
+ ],
+ 'TotalPages' => [
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '11',
+ ],
+ 'TotalElements' => [
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'example' => '1',
+ ],
+ ],
+ ],
+ 'Code' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => 'OK',
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'errorCodes' => [
+ 400 => [
+ [
+ 'errorCode' => 'InvalidRequest',
+ 'errorMessage' => 'The request is invalid.',
+ ],
+ ],
+ [
+ [
+ 'errorCode' => 'Unauthorized',
+ 'errorMessage' => 'The request requires user authentication.',
+ ],
+ ],
+ 403 => [
+ [
+ 'errorCode' => 'Forbidden',
+ 'errorMessage' => 'Access to this resource on the server is denied.',
+ ],
+ ],
+ [
+ [
+ 'errorCode' => 'ResourceNotFound',
+ 'errorMessage' => 'The specified resource does not exist.',
+ ],
+ ],
+ 500 => [
+ [
+ 'errorCode' => 'InternalServerError',
+ 'errorMessage' => 'An internal server error occurred.',
+ ],
+ ],
+ ],
+ 'responseDemo' => '[{"type":"json","example":"{\\n \\"Message\\": \\"无\\",\\n \\"RequestId\\": \\"59b0bbfe-929b-4a8c-9833-3ce70b4bad38\\",\\n \\"Data\\": {\\n \\"Items\\": [\\n {\\n \\"Description\\": \\"描述\\",\\n \\"Administrators\\": [\\n {\\n \\"Name\\": \\"user\\",\\n \\"Id\\": \\"59b0bbfe-929b-4a8c-9833-3ce70b4bad38\\"\\n }\\n ],\\n \\"CreatedAt\\": \\"2020-07-14T14:01:41.000+08:00\\",\\n \\"UpdatedAt\\": \\"2020-07-14T14:01:41.000+08:00\\",\\n \\"Name\\": \\"名称\\",\\n \\"Id\\": \\"59b0bbfe-929b-4a8c-9833-3ce70b4bad38\\"\\n }\\n ],\\n \\"TotalPages\\": 11,\\n \\"TotalElements\\": 1\\n },\\n \\"Code\\": \\"OK\\"\\n}","errorExample":""},{"type":"xml","example":"<Message>-</Message>\\n<RequestId>59b0bbfe-929b-4a8c-9833-3ce70b4bad38</RequestId>\\n<Data>\\n <TotalElements>1</TotalElements>\\n <TotalPages>11</TotalPages>\\n <Items>\\n <Description>描述</Description>\\n <CreatedAt>2020-07-14T14:01:41.000+08:00</CreatedAt>\\n <Id>59b0bbfe-929b-4a8c-9833-3ce70b4bad38</Id>\\n <UpdatedAt>2020-07-14T14:01:41.000+08:00</UpdatedAt>\\n <Name>名称</Name>\\n </Items>\\n <Items>\\n <Administrators>\\n <Id>59b0bbfe-929b-4a8c-9833-3ce70b4bad38</Id>\\n <Name>user</Name>\\n </Administrators>\\n </Items>\\n</Data>\\n<Code>OK</Code>","errorExample":""}]',
+ 'title' => 'ListDepartments',
+ 'requestParamsDescription' => ' ',
+ 'responseParamsDescription' => ' ',
+ 'extraInfo' => ' ',
+ ],
+ 'ListDetections' => [
+ 'methods' => [
+ 'post',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'operationType' => 'readAndWrite',
+ 'deprecated' => false,
+ 'systemTags' => [
+ 'operationType' => 'get',
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'CreateDateFrom',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '2020-10-10',
+ ],
+ ],
+ [
+ 'name' => 'CreateDateTo',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '2020-10-11',
+ ],
+ ],
+ [
+ 'name' => 'DepartmentId',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '59b0bbfe-929b-4a8c-9833-3ce70b4bad38',
+ ],
+ ],
+ [
+ 'name' => 'PageIndex',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'required' => false,
+ 'docRequired' => false,
+ 'maximum' => '10000',
+ 'minimum' => '1',
+ 'example' => '1',
+ 'isFileTransferUrl' => false,
+ 'default' => '1',
+ ],
+ ],
+ [
+ 'name' => 'PageSize',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'required' => false,
+ 'docRequired' => false,
+ 'maximum' => '100',
+ 'minimum' => '10',
+ 'example' => '10',
+ 'isFileTransferUrl' => false,
+ 'default' => '10',
+ ],
+ ],
+ [
+ 'name' => 'RecordingType',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'local',
+ 'enum' => [
+ 'local',
+ 'remote',
+ ],
+ ],
+ ],
+ [
+ 'name' => 'RuleId',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '59b0bbfe-929b-4a8c-9833-3ce70b4bad38',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'description' => '-',
+ 'type' => 'object',
+ 'properties' => [
+ 'Errors' => [
+ 'description' => '-',
+ 'type' => 'array',
+ 'items' => [
+ 'description' => '',
+ 'type' => 'object',
+ 'properties' => [
+ 'Message' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '-',
+ ],
+ 'Field' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => 'status',
+ ],
+ ],
+ ],
+ ],
+ 'Message' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '-',
+ ],
+ 'RequestId' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '59b0bbfe-929b-4a8c-9833-3ce70b4bad38',
+ ],
+ 'Data' => [
+ 'description' => '-',
+ 'type' => 'object',
+ 'properties' => [
+ 'Items' => [
+ 'description' => '',
+ 'type' => 'array',
+ 'items' => [
+ 'description' => '',
+ 'type' => 'object',
+ 'properties' => [
+ 'Status' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => 'runnable',
+ ],
+ 'DepartmentName' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '',
+ ],
+ 'Tasks' => [
+ 'description' => '',
+ 'type' => 'array',
+ 'items' => [
+ 'description' => '',
+ 'type' => 'object',
+ 'properties' => [
+ 'Status' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => 'runnable',
+ ],
+ 'VideoMetaUrl' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => 'http://oss.aliyuncs.com/1.mp4.meta',
+ ],
+ 'CreatedAt' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '2020-07-14T14:01:41.000+08:00',
+ ],
+ 'Id' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '59b0bbfe-929b-4a8c-9833-3ce70b4bad38',
+ ],
+ 'VideoUrl' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => 'http://oss.aliyuncs.com/1.mp4',
+ ],
+ ],
+ ],
+ ],
+ 'RecordingType' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => 'local',
+ ],
+ 'CreatedAt' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '2020-07-14T14:01:41.000+08:00',
+ ],
+ 'DepartmentId' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '59b0bbfe-929b-4a8c-9833-3ce70b4bad38',
+ ],
+ 'Id' => [
+ 'description' => 'ID',
+ 'type' => 'string',
+ 'example' => '59b0bbfe-929b-4a8c-9833-3ce70b4bad38',
+ ],
+ 'RuleName' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => 'default',
+ ],
+ 'RuleId' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '59b0bbfe-929b-4a8c-9833-3ce70b4bad38',
+ ],
+ ],
+ ],
+ ],
+ 'TotalPages' => [
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '11',
+ ],
+ 'TotalElements' => [
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'example' => '1',
+ ],
+ ],
+ ],
+ 'Code' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => 'OK',
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'errorCodes' => [
+ 400 => [
+ [
+ 'errorCode' => 'InvalidRequest',
+ 'errorMessage' => 'The request is invalid.',
+ ],
+ ],
+ [
+ [
+ 'errorCode' => 'Unauthorized',
+ 'errorMessage' => 'The request requires user authentication.',
+ ],
+ ],
+ 403 => [
+ [
+ 'errorCode' => 'Forbidden',
+ 'errorMessage' => 'Access to this resource on the server is denied.',
+ ],
+ ],
+ [
+ [
+ 'errorCode' => 'ResourceNotFound',
+ 'errorMessage' => 'The specified resource does not exist.',
+ ],
+ ],
+ 500 => [
+ [
+ 'errorCode' => 'InternalServerError',
+ 'errorMessage' => 'An internal server error occurred.',
+ ],
+ ],
+ ],
+ 'responseDemo' => '[{"type":"json","example":"{\\n \\"Errors\\": [\\n {\\n \\"Message\\": \\"-\\",\\n \\"Field\\": \\"status\\"\\n }\\n ],\\n \\"Message\\": \\"-\\",\\n \\"RequestId\\": \\"59b0bbfe-929b-4a8c-9833-3ce70b4bad38\\",\\n \\"Data\\": {\\n \\"Items\\": [\\n {\\n \\"Status\\": \\"runnable\\",\\n \\"DepartmentName\\": \\"部门名称\\",\\n \\"Tasks\\": [\\n {\\n \\"Status\\": \\"runnable\\",\\n \\"VideoMetaUrl\\": \\"http://oss.aliyuncs.com/1.mp4.meta\\",\\n \\"CreatedAt\\": \\"2020-07-14T14:01:41.000+08:00\\",\\n \\"Id\\": \\"59b0bbfe-929b-4a8c-9833-3ce70b4bad38\\",\\n \\"VideoUrl\\": \\"http://oss.aliyuncs.com/1.mp4\\"\\n }\\n ],\\n \\"RecordingType\\": \\"local\\",\\n \\"CreatedAt\\": \\"2020-07-14T14:01:41.000+08:00\\",\\n \\"DepartmentId\\": \\"59b0bbfe-929b-4a8c-9833-3ce70b4bad38\\",\\n \\"Id\\": \\"59b0bbfe-929b-4a8c-9833-3ce70b4bad38\\",\\n \\"RuleName\\": \\"default\\",\\n \\"RuleId\\": \\"59b0bbfe-929b-4a8c-9833-3ce70b4bad38\\"\\n }\\n ],\\n \\"TotalPages\\": 11,\\n \\"TotalElements\\": 1\\n },\\n \\"Code\\": \\"OK\\"\\n}","errorExample":""},{"type":"xml","example":"<Errors>\\n <Field>status</Field>\\n <Message>-</Message>\\n</Errors>\\n<Message/>\\n<RequestId>59b0bbfe-929b-4a8c-9833-3ce70b4bad38</RequestId>\\n<Data>\\n <TotalElements>1</TotalElements>\\n <TotalPages>11</TotalPages>\\n <Items>\\n <Status>runnable</Status>\\n <RecordingType>local</RecordingType>\\n <CreatedAt>2020-07-14T14:01:41.000+08:00</CreatedAt>\\n <RuleId>59b0bbfe-929b-4a8c-9833-3ce70b4bad38</RuleId>\\n <DepartmentName>部门名称</DepartmentName>\\n <DepartmentId>59b0bbfe-929b-4a8c-9833-3ce70b4bad38</DepartmentId>\\n <Id>59b0bbfe-929b-4a8c-9833-3ce70b4bad38</Id>\\n <RuleName>default</RuleName>\\n </Items>\\n <Items>\\n <Tasks>\\n <Status>runnable</Status>\\n <CreatedAt>2020-07-14T14:01:41.000+08:00</CreatedAt>\\n <VideoMetaUrl>http://oss.aliyuncs.com/1.mp4.meta</VideoMetaUrl>\\n <Id>59b0bbfe-929b-4a8c-9833-3ce70b4bad38</Id>\\n <VideoUrl>http://oss.aliyuncs.com/1.mp4</VideoUrl>\\n </Tasks>\\n </Items>\\n</Data>\\n<Code>OK</Code>","errorExample":""}]',
+ 'title' => 'ListDetections',
+ 'requestParamsDescription' => ' ',
+ 'responseParamsDescription' => ' ',
+ 'extraInfo' => ' ',
+ ],
+ 'ListDetectProcesses' => [
+ 'methods' => [
+ 'post',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'operationType' => 'readAndWrite',
+ 'deprecated' => false,
+ 'systemTags' => [
+ 'operationType' => 'get',
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'PageIndex',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'required' => false,
+ 'docRequired' => false,
+ 'maximum' => '10000',
+ 'minimum' => '1',
+ 'example' => '1',
+ 'default' => '1',
+ ],
+ ],
+ [
+ 'name' => 'PageSize',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'required' => false,
+ 'docRequired' => false,
+ 'maximum' => '500',
+ 'minimum' => '10',
+ 'example' => '10',
+ 'default' => '10',
+ ],
+ ],
+ [
+ 'name' => 'Name',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '',
+ ],
+ ],
+ [
+ 'name' => 'PublishStatus',
+ 'in' => 'query',
+ 'allowEmptyValue' => false,
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'boolean',
+ 'required' => false,
+ 'example' => 'true',
+ ],
+ ],
+ [
+ 'name' => 'Type',
+ 'in' => 'query',
+ 'allowEmptyValue' => false,
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'LOCAL',
+ ],
+ ],
+ [
+ 'name' => 'Sort',
+ 'in' => 'query',
+ 'allowEmptyValue' => true,
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'desc',
+ ],
+ ],
+ [
+ 'name' => 'SortKey',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'CONTENT',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'object',
+ 'properties' => [
+ 'Message' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '',
+ ],
+ 'RequestId' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => 'bf1c45cd-3eee-4e60-b505-2e330bf755d3',
+ ],
+ 'Data' => [
+ 'description' => '',
+ 'type' => 'object',
+ 'properties' => [
+ 'Items' => [
+ 'description' => '',
+ 'type' => 'array',
+ 'items' => [
+ 'description' => '',
+ 'type' => 'object',
+ 'properties' => [
+ 'Draft' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '{}',
+ ],
+ 'FileUrl' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => 'http://abc.com/123.json',
+ ],
+ 'CreatedAt' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '2020-12-04T14:47:59.000+08:00',
+ ],
+ 'Md5' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '987d563d38f5aef27feca8702c689bb1',
+ ],
+ 'UpdatedAt' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '2020-12-04T14:48:59.000+08:00',
+ ],
+ 'DraftAt' => [
+ 'title' => '保存时间',
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '2020-12-04T14:48:59.000+08:00',
+ ],
+ 'ContentAt' => [
+ 'title' => '发布时间',
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '2020-12-04T14:48:59.000+08:00',
+ ],
+ 'NewVersion' => [
+ 'description' => '',
+ 'type' => 'boolean',
+ 'example' => 'true',
+ ],
+ 'Name' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '',
+ ],
+ 'Content' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '{}',
+ ],
+ 'Id' => [
+ 'description' => 'ID',
+ 'type' => 'string',
+ 'example' => '0f1c45cd-3eee-4e60-b505-2e330b8755d3',
+ ],
+ 'Published' => [
+ 'description' => '',
+ 'type' => 'boolean',
+ 'example' => 'True',
+ ],
+ 'Type' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => 'REMOTE',
+ ],
+ ],
+ ],
+ ],
+ 'TotalPages' => [
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '10',
+ ],
+ 'TotalElements' => [
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'example' => '100',
+ ],
+ ],
+ ],
+ 'Code' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => 'OK',
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'errorCodes' => [
+ 400 => [
+ [
+ 'errorCode' => 'InvalidRequest',
+ 'errorMessage' => 'The request is invalid.',
+ ],
+ ],
+ [
+ [
+ 'errorCode' => 'Unauthorized',
+ 'errorMessage' => 'The request requires user authentication.',
+ ],
+ ],
+ 403 => [
+ [
+ 'errorCode' => 'Forbidden',
+ 'errorMessage' => 'Access to this resource on the server is denied.',
+ ],
+ ],
+ [
+ [
+ 'errorCode' => 'ResourceNotFound',
+ 'errorMessage' => 'The specified resource does not exist.',
+ ],
+ ],
+ 500 => [
+ [
+ 'errorCode' => 'InternalServerError',
+ 'errorMessage' => 'An internal server error occurred.',
+ ],
+ ],
+ ],
+ 'responseDemo' => '[{"type":"json","example":"{\\n \\"Message\\": \\"无\\",\\n \\"RequestId\\": \\"bf1c45cd-3eee-4e60-b505-2e330bf755d3\\",\\n \\"Data\\": {\\n \\"Items\\": [\\n {\\n \\"Draft\\": \\"{}\\",\\n \\"FileUrl\\": \\"http://abc.com/123.json\\",\\n \\"CreatedAt\\": \\"2020-12-04T14:47:59.000+08:00\\",\\n \\"Md5\\": \\"987d563d38f5aef27feca8702c689bb1\\",\\n \\"UpdatedAt\\": \\"2020-12-04T14:48:59.000+08:00\\",\\n \\"DraftAt\\": \\"2020-12-04T14:48:59.000+08:00\\",\\n \\"ContentAt\\": \\"2020-12-04T14:48:59.000+08:00\\",\\n \\"NewVersion\\": true,\\n \\"Name\\": \\"Android检测流程\\",\\n \\"Content\\": \\"{}\\",\\n \\"Id\\": \\"0f1c45cd-3eee-4e60-b505-2e330b8755d3\\",\\n \\"Published\\": true,\\n \\"Type\\": \\"REMOTE\\"\\n }\\n ],\\n \\"TotalPages\\": 10,\\n \\"TotalElements\\": 100\\n },\\n \\"Code\\": \\"OK\\"\\n}","errorExample":""},{"type":"xml","example":"<RequestId>bf1c45cd-3eee-4e60-b505-2e330bf755d3</RequestId>\\n<Message>-</Message>\\n<Data>\\n <TotalElements>100</TotalElements>\\n <TotalPages>10</TotalPages>\\n <Items>\\n <NewVersion>true</NewVersion>\\n <FileUrl>http://abc.com/123.json</FileUrl>\\n <Draft>{}</Draft>\\n <Content>{}</Content>\\n <CreatedAt>2020-12-04T14:47:59.000+08:00</CreatedAt>\\n <Id>0f1c45cd-3eee-4e60-b505-2e330b8755d3</Id>\\n <UpdatedAt>2020-12-04T14:48:59.000+08:00</UpdatedAt>\\n <Name>Android检测流程</Name>\\n <Md5>987d563d38f5aef27feca8702c689bb1</Md5>\\n </Items>\\n</Data>\\n<Code>OK</Code>","errorExample":""}]',
+ 'title' => 'ListDetectProcesses',
+ 'requestParamsDescription' => ' ',
+ 'responseParamsDescription' => ' ',
+ 'extraInfo' => ' ',
+ ],
+ 'ListFiles' => [
+ 'methods' => [
+ 'post',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'operationType' => 'readAndWrite',
+ 'deprecated' => false,
+ 'systemTags' => [
+ 'operationType' => 'get',
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'Prefix',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '20220110/',
+ ],
+ ],
+ [
+ 'name' => 'Limit',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'required' => false,
+ 'docRequired' => false,
+ 'maximum' => '1000',
+ 'minimum' => '1',
+ 'example' => '500',
+ 'isFileTransferUrl' => false,
+ 'default' => '10',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'object',
+ 'properties' => [
+ 'Message' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '',
+ ],
+ 'RequestId' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '59b0bbfe-929b-4a8c-9833-3ce70b4bad38',
+ ],
+ 'Data' => [
+ 'title' => '数据',
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '[\'d0388a41-30c6-4c74-af83-a1f923ce1725/process/\', \'d0388a41-30c6-4c74-af83-a1f923ce1725/video_12_14_09_05_41.mp4\', \'d0388a41-30c6-4c74-af83-a1f923ce1725/video_12_14_09_05_41.mp4.meta\']',
+ ],
+ 'Code' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => 'OK',
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'errorCodes' => [
+ 400 => [
+ [
+ 'errorCode' => 'InvalidRequest',
+ 'errorMessage' => 'The request is invalid.',
+ ],
+ ],
+ [
+ [
+ 'errorCode' => 'Unauthorized',
+ 'errorMessage' => 'The request requires user authentication.',
+ ],
+ ],
+ 403 => [
+ [
+ 'errorCode' => 'Forbidden',
+ 'errorMessage' => 'Access to this resource on the server is denied.',
+ ],
+ ],
+ [
+ [
+ 'errorCode' => 'ResourceNotFound',
+ 'errorMessage' => 'The specified resource does not exist.',
+ ],
+ ],
+ 500 => [
+ [
+ 'errorCode' => 'InternalServerError',
+ 'errorMessage' => 'An internal server error occurred.',
+ ],
+ ],
+ ],
+ 'responseDemo' => '[{"type":"json","example":"{\\n \\"Message\\": \\"无\\",\\n \\"RequestId\\": \\"59b0bbfe-929b-4a8c-9833-3ce70b4bad38\\",\\n \\"Data\\": \\"[\'d0388a41-30c6-4c74-af83-a1f923ce1725/process/\', \'d0388a41-30c6-4c74-af83-a1f923ce1725/video_12_14_09_05_41.mp4\', \'d0388a41-30c6-4c74-af83-a1f923ce1725/video_12_14_09_05_41.mp4.meta\']\\",\\n \\"Code\\": \\"OK\\"\\n}","errorExample":""},{"type":"xml","example":"<Message>-</Message>\\n<RequestId>59b0bbfe-929b-4a8c-9833-3ce70b4bad38</RequestId>\\n<Data>-</Data>\\n<Code>OK</Code>","errorExample":""}]',
+ 'title' => 'ListFiles',
+ 'responseParamsDescription' => ' ',
+ 'extraInfo' => ' ',
+ ],
+ 'ListRecordResults' => [
+ 'summary' => '多规则查询',
+ 'methods' => [
+ 'post',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'operationType' => 'readAndWrite',
+ 'deprecated' => false,
+ 'systemTags' => [
+ 'operationType' => 'get',
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'RecordId',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'A1899517-BB99-5D3E-A71B-97524DCB0942',
+ ],
+ ],
+ [
+ 'name' => 'CreateDateFrom',
+ 'in' => 'query',
+ 'schema' => [
+ 'title' => 'yyyy-MM-dd',
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '2020-10-10',
+ ],
+ ],
+ [
+ 'name' => 'CreateDateTo',
+ 'in' => 'query',
+ 'schema' => [
+ 'title' => 'yyyy-MM-dd',
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '2020-10-11',
+ ],
+ ],
+ [
+ 'name' => 'DepartmentId',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '90c2459a-4c73-4ab7-8a6b-e550d62fbd8c',
+ ],
+ ],
+ [
+ 'name' => 'Type',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'LOCAL',
+ ],
+ ],
+ [
+ 'name' => 'PageIndex',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'required' => false,
+ 'example' => '1',
+ ],
+ ],
+ [
+ 'name' => 'PageSize',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'required' => false,
+ 'example' => '10',
+ ],
+ ],
+ [
+ 'name' => 'OuterBusinessId',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'ads32efef43',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'title' => 'ApiResult<RecordDTO>',
+ 'description' => 'ApiResult<RecordDTO>',
+ 'type' => 'object',
+ 'properties' => [
+ 'RequestId' => [
+ 'title' => 'requestId',
+ 'description' => 'requestId',
+ 'type' => 'string',
+ 'example' => 'A1899517-BB99-5D3E-A71B-97524DCB0942',
+ ],
+ 'Code' => [
+ 'title' => 'code',
+ 'description' => 'code',
+ 'type' => 'string',
+ 'example' => 'OK',
+ ],
+ 'Message' => [
+ 'title' => '提示',
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '',
+ ],
+ 'Data' => [
+ 'title' => '数据',
+ 'description' => '',
+ 'type' => 'object',
+ 'properties' => [
+ 'TotalElements' => [
+ 'title' => '总数据项数',
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'example' => '10',
+ ],
+ 'TotalPages' => [
+ 'title' => '总页数',
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '11',
+ ],
+ 'Items' => [
+ 'title' => '当前页面数据项',
+ 'description' => '',
+ 'type' => 'array',
+ 'items' => [
+ 'description' => '',
+ 'type' => 'object',
+ 'properties' => [
+ 'Id' => [
+ 'title' => '双录记录id',
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => 'A1899517-BB99-5D3E-A71B-97524DCB0942',
+ ],
+ 'CreatedAt' => [
+ 'title' => '创建时间',
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '2020-07-14T14:01:41.000+08:00',
+ ],
+ 'DetectProcessName' => [
+ 'title' => '业务检测流程名',
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => 'process name',
+ ],
+ 'DepartmentName' => [
+ 'title' => '部门名',
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '',
+ ],
+ 'AppName' => [
+ 'title' => '应用名',
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => 'myapp',
+ ],
+ 'VideoUrl' => [
+ 'title' => '视频地址',
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => 'http://oss.aliyuncs.com/1.mp4',
+ ],
+ 'MetaUrl' => [
+ 'title' => 'meta地址',
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => 'http://oss.aliyuncs.com/1.mp4.meta',
+ ],
+ 'ResultUrl' => [
+ 'title' => '结果地址',
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => 'http://oss.aliyuncs.com/1.mp4.json',
+ ],
+ 'RecordAt' => [
+ 'title' => '录制时间',
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '2020-07-14T14:01:41.000+08:00',
+ ],
+ 'Duration' => [
+ 'title' => '时长',
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'example' => '22',
+ ],
+ 'Status' => [
+ 'title' => '检测状态',
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => 'runnable',
+ ],
+ 'RoomId' => [
+ 'title' => 'mrtc房间id',
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '642662467657798',
+ ],
+ 'RtcRecordId' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => 'record_65703154805715668342',
+ ],
+ 'OuterBusinessId' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => 'fasfasda',
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'Success' => [
+ 'title' => '给 pop 使用的',
+ 'description' => '',
+ 'type' => 'boolean',
+ 'example' => 'True',
+ ],
+ 'HttpCode' => [
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '200',
+ ],
+ 'Errors' => [
+ 'title' => '错误列表',
+ 'description' => '',
+ 'type' => 'array',
+ 'items' => [
+ 'description' => '',
+ 'type' => 'object',
+ 'properties' => [
+ 'Field' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => 'A1899517-BB99-5D3E-A71B-97524DCB0942',
+ ],
+ 'Message' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '',
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'errorCodes' => [
+ 400 => [
+ [
+ 'errorCode' => 'InvalidRequest',
+ 'errorMessage' => 'The request is invalid.',
+ ],
+ ],
+ [
+ [
+ 'errorCode' => 'Unauthorized',
+ 'errorMessage' => 'The request requires user authentication.',
+ ],
+ ],
+ 403 => [
+ [
+ 'errorCode' => 'Forbidden',
+ 'errorMessage' => 'Access to this resource on the server is denied.',
+ ],
+ ],
+ [
+ [
+ 'errorCode' => 'ResourceNotFound',
+ 'errorMessage' => 'The specified resource does not exist.',
+ ],
+ ],
+ 500 => [
+ [
+ 'errorCode' => 'InternalServerError',
+ 'errorMessage' => 'An internal server error occurred.',
+ ],
+ ],
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"A1899517-BB99-5D3E-A71B-97524DCB0942\\",\\n \\"Code\\": \\"OK\\",\\n \\"Message\\": \\"无\\",\\n \\"Data\\": {\\n \\"TotalElements\\": 10,\\n \\"TotalPages\\": 11,\\n \\"Items\\": [\\n {\\n \\"Id\\": \\"A1899517-BB99-5D3E-A71B-97524DCB0942\\",\\n \\"CreatedAt\\": \\"2020-07-14T14:01:41.000+08:00\\",\\n \\"DetectProcessName\\": \\"process name\\",\\n \\"DepartmentName\\": \\"XX部门\\",\\n \\"AppName\\": \\"myapp\\",\\n \\"VideoUrl\\": \\"http://oss.aliyuncs.com/1.mp4\\",\\n \\"MetaUrl\\": \\"http://oss.aliyuncs.com/1.mp4.meta\\",\\n \\"ResultUrl\\": \\"http://oss.aliyuncs.com/1.mp4.json\\",\\n \\"RecordAt\\": \\"2020-07-14T14:01:41.000+08:00\\",\\n \\"Duration\\": 22,\\n \\"Status\\": \\"runnable\\",\\n \\"RoomId\\": \\"642662467657798\\",\\n \\"RtcRecordId\\": \\"record_65703154805715668342\\",\\n \\"OuterBusinessId\\": \\"fasfasda\\"\\n }\\n ]\\n },\\n \\"Success\\": true,\\n \\"HttpCode\\": 200,\\n \\"Errors\\": [\\n {\\n \\"Field\\": \\"A1899517-BB99-5D3E-A71B-97524DCB0942\\",\\n \\"Message\\": \\"无\\"\\n }\\n ]\\n}","type":"json"}]',
+ ],
+ 'ListRules' => [
+ 'methods' => [
+ 'post',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'operationType' => 'readAndWrite',
+ 'deprecated' => false,
+ 'systemTags' => [
+ 'operationType' => 'get',
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'PageIndex',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'required' => false,
+ 'maximum' => '10000',
+ 'minimum' => '1',
+ 'example' => '1',
+ 'isFileTransferUrl' => false,
+ 'default' => '1',
+ ],
+ ],
+ [
+ 'name' => 'PageSize',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'required' => false,
+ 'docRequired' => false,
+ 'maximum' => '100',
+ 'minimum' => '10',
+ 'example' => '1',
+ 'isFileTransferUrl' => false,
+ 'default' => '10',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'object',
+ 'properties' => [
+ 'Message' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '',
+ ],
+ 'RequestId' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '59b0bbfe-929b-4a8c-9833-3ce70b4bad38',
+ ],
+ 'Data' => [
+ 'description' => '',
+ 'type' => 'object',
+ 'properties' => [
+ 'Items' => [
+ 'description' => '',
+ 'type' => 'array',
+ 'items' => [
+ 'description' => '',
+ 'type' => 'object',
+ 'properties' => [
+ 'CreatedAt' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '2020-07-14T14:01:41.000+08:00',
+ ],
+ 'Name' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => 'default',
+ ],
+ 'Content' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '{}',
+ ],
+ 'Id' => [
+ 'description' => 'ID',
+ 'type' => 'string',
+ 'example' => '59b0bbfe-929b-4a8c-9833-3ce70b4bad38',
+ ],
+ ],
+ ],
+ ],
+ 'TotalPages' => [
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '1',
+ ],
+ 'TotalElements' => [
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'example' => '1',
+ ],
+ ],
+ ],
+ 'Code' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => 'OK',
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'errorCodes' => [
+ 400 => [
+ [
+ 'errorCode' => 'InvalidRequest',
+ 'errorMessage' => 'The request is invalid.',
+ ],
+ ],
+ [
+ [
+ 'errorCode' => 'Unauthorized',
+ 'errorMessage' => 'The request requires user authentication.',
+ ],
+ ],
+ 403 => [
+ [
+ 'errorCode' => 'Forbidden',
+ 'errorMessage' => 'Access to this resource on the server is denied.',
+ ],
+ ],
+ [
+ [
+ 'errorCode' => 'ResourceNotFound',
+ 'errorMessage' => 'The specified resource does not exist.',
+ ],
+ ],
+ 500 => [
+ [
+ 'errorCode' => 'InternalServerError',
+ 'errorMessage' => 'An internal server error occurred.',
+ ],
+ ],
+ ],
+ 'responseDemo' => '[{"type":"json","example":"{\\n \\"Message\\": \\"无\\",\\n \\"RequestId\\": \\"59b0bbfe-929b-4a8c-9833-3ce70b4bad38\\",\\n \\"Data\\": {\\n \\"Items\\": [\\n {\\n \\"CreatedAt\\": \\"2020-07-14T14:01:41.000+08:00\\",\\n \\"Name\\": \\"default\\",\\n \\"Content\\": \\"{}\\",\\n \\"Id\\": \\"59b0bbfe-929b-4a8c-9833-3ce70b4bad38\\"\\n }\\n ],\\n \\"TotalPages\\": 1,\\n \\"TotalElements\\": 1\\n },\\n \\"Code\\": \\"OK\\"\\n}","errorExample":""},{"type":"xml","example":"<RequestId>59b0bbfe-929b-4a8c-9833-3ce70b4bad38</RequestId>\\n<Message>-</Message>\\n<Data>\\n <TotalElements>1</TotalElements>\\n <TotalPages>1</TotalPages>\\n <Items>\\n <Id>59b0bbfe-929b-4a8c-9833-3ce70b4bad38</Id>\\n <Content>{}</Content>\\n <CreatedAt>2020-07-14T14:01:41.000+08:00</CreatedAt>\\n <Name>default</Name>\\n </Items>\\n</Data>\\n<Code>OK</Code>","errorExample":""}]',
+ 'title' => 'ListRules',
+ 'requestParamsDescription' => ' ',
+ 'responseParamsDescription' => ' ',
+ 'extraInfo' => ' ',
+ ],
+ 'ListTaskGroups' => [
+ 'methods' => [
+ 'post',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'operationType' => 'readAndWrite',
+ 'deprecated' => false,
+ 'systemTags' => [
+ 'operationType' => 'get',
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'PageIndex',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'required' => false,
+ 'docRequired' => false,
+ 'maximum' => '1000',
+ 'minimum' => '1',
+ 'example' => '1',
+ 'isFileTransferUrl' => false,
+ 'default' => '1',
+ ],
+ ],
+ [
+ 'name' => 'PageSize',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'required' => false,
+ 'docRequired' => false,
+ 'maximum' => '1000',
+ 'minimum' => '10',
+ 'example' => '10',
+ 'isFileTransferUrl' => false,
+ 'default' => '10',
+ ],
+ ],
+ [
+ 'name' => 'Status',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'runnable',
+ 'enum' => [
+ 'wait',
+ 'runnable',
+ 'completed',
+ ],
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'description' => '-',
+ 'type' => 'object',
+ 'properties' => [
+ 'Message' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '-',
+ ],
+ 'RequestId' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '59b0bbfe-929b-4a8c-9833-3ce70b4bad38',
+ ],
+ 'Data' => [
+ 'description' => '-',
+ 'type' => 'object',
+ 'properties' => [
+ 'Items' => [
+ 'description' => '',
+ 'type' => 'array',
+ 'items' => [
+ 'description' => '-',
+ 'type' => 'object',
+ 'properties' => [
+ 'Status' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => 'runnable',
+ ],
+ 'CompletedTasks' => [
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '0',
+ ],
+ 'TotalTasks' => [
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '1',
+ ],
+ 'CreatedAt' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '2020-07-14T14:01:41.000+08:00',
+ ],
+ 'Name' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '',
+ ],
+ 'TaskIds' => [
+ 'description' => '',
+ 'type' => 'array',
+ 'items' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '{}',
+ ],
+ ],
+ 'Id' => [
+ 'description' => 'ID',
+ 'type' => 'string',
+ 'example' => '59b0bbfe-929b-4a8c-9833-3ce70b4bad38',
+ ],
+ 'RuleId' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '59b0bbfe-929b-4a8c-9833-3ce70b4bad38',
+ ],
+ 'RuleName' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => 'default',
+ ],
+ ],
+ ],
+ ],
+ 'TotalPages' => [
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '1',
+ ],
+ 'TotalElements' => [
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'example' => '1',
+ ],
+ ],
+ ],
+ 'Code' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => 'OK',
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'errorCodes' => [
+ 400 => [
+ [
+ 'errorCode' => 'InvalidRequest',
+ 'errorMessage' => 'The request is invalid.',
+ ],
+ ],
+ [
+ [
+ 'errorCode' => 'Unauthorized',
+ 'errorMessage' => 'The request requires user authentication.',
+ ],
+ ],
+ 403 => [
+ [
+ 'errorCode' => 'Forbidden',
+ 'errorMessage' => 'Access to this resource on the server is denied.',
+ ],
+ ],
+ [
+ [
+ 'errorCode' => 'ResourceNotFound',
+ 'errorMessage' => 'The specified resource does not exist.',
+ ],
+ ],
+ 500 => [
+ [
+ 'errorCode' => 'InternalServerError',
+ 'errorMessage' => 'An internal server error occurred.',
+ ],
+ ],
+ ],
+ 'responseDemo' => '[{"type":"json","example":"{\\n \\"Message\\": \\"-\\",\\n \\"RequestId\\": \\"59b0bbfe-929b-4a8c-9833-3ce70b4bad38\\",\\n \\"Data\\": {\\n \\"Items\\": [\\n {\\n \\"Status\\": \\"runnable\\",\\n \\"CompletedTasks\\": 0,\\n \\"TotalTasks\\": 1,\\n \\"CreatedAt\\": \\"2020-07-14T14:01:41.000+08:00\\",\\n \\"Name\\": \\"任务名称\\",\\n \\"TaskIds\\": [\\n \\"{}\\"\\n ],\\n \\"Id\\": \\"59b0bbfe-929b-4a8c-9833-3ce70b4bad38\\",\\n \\"RuleId\\": \\"59b0bbfe-929b-4a8c-9833-3ce70b4bad38\\",\\n \\"RuleName\\": \\"default\\"\\n }\\n ],\\n \\"TotalPages\\": 1,\\n \\"TotalElements\\": 1\\n },\\n \\"Code\\": \\"OK\\"\\n}","errorExample":""},{"type":"xml","example":"<Message>-</Message>\\n<RequestId/>\\n<Data>\\n <TotalElements>1</TotalElements>\\n <TotalPages>1</TotalPages>\\n <Items>\\n <Status>runnable</Status>\\n <CreatedAt>2020-07-14T14:01:41.000+08:00</CreatedAt>\\n <RuleId>59b0bbfe-929b-4a8c-9833-3ce70b4bad38</RuleId>\\n <TotalTasks>1</TotalTasks>\\n <CompletedTasks>0</CompletedTasks>\\n <Id>59b0bbfe-929b-4a8c-9833-3ce70b4bad38</Id>\\n <RuleName>default</RuleName>\\n <Name>任务名称</Name>\\n <TaskIds>1</TaskIds>\\n <TaskIds>2</TaskIds>\\n </Items>\\n</Data>\\n<Code>OK</Code>","errorExample":""}]',
+ 'title' => 'ListTaskGroups',
+ 'requestParamsDescription' => ' ',
+ 'responseParamsDescription' => ' ',
+ 'extraInfo' => ' ',
+ ],
+ 'ListTaskItems' => [
+ 'methods' => [
+ 'post',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'operationType' => 'readAndWrite',
+ 'deprecated' => false,
+ 'systemTags' => [
+ 'operationType' => 'get',
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'TaskId',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => true,
+ 'docRequired' => true,
+ 'example' => '59b0bbfe-929b-4a8c-9833-3ce70b4bad38',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'object',
+ 'properties' => [
+ 'Message' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '',
+ ],
+ 'RequestId' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '59b0bbfe-929b-4a8c-9833-3ce70b4bad38',
+ ],
+ 'Data' => [
+ 'description' => '',
+ 'type' => 'array',
+ 'items' => [
+ 'description' => '',
+ 'type' => 'object',
+ 'properties' => [
+ 'Status' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => 'completed',
+ ],
+ 'CreatedAt' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '2020-07-14T14:01:41.000+08:00',
+ ],
+ 'Message' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '',
+ ],
+ 'Output' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '{}',
+ ],
+ 'Name' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '',
+ ],
+ 'SegmentSeq' => [
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'example' => '1',
+ ],
+ ],
+ ],
+ ],
+ 'Code' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => 'OK',
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'errorCodes' => [
+ 400 => [
+ [
+ 'errorCode' => 'InvalidRequest',
+ 'errorMessage' => 'The request is invalid.',
+ ],
+ ],
+ [
+ [
+ 'errorCode' => 'Unauthorized',
+ 'errorMessage' => 'The request requires user authentication.',
+ ],
+ ],
+ 403 => [
+ [
+ 'errorCode' => 'Forbidden',
+ 'errorMessage' => 'Access to this resource on the server is denied.',
+ ],
+ ],
+ [
+ [
+ 'errorCode' => 'ResourceNotFound',
+ 'errorMessage' => 'The specified resource does not exist.',
+ ],
+ ],
+ 500 => [
+ [
+ 'errorCode' => 'InternalServerError',
+ 'errorMessage' => 'An internal server error occurred.',
+ ],
+ ],
+ ],
+ 'responseDemo' => '[{"type":"json","example":"{\\n \\"Message\\": \\"无\\",\\n \\"RequestId\\": \\"59b0bbfe-929b-4a8c-9833-3ce70b4bad38\\",\\n \\"Data\\": [\\n {\\n \\"Status\\": \\"completed\\",\\n \\"CreatedAt\\": \\"2020-07-14T14:01:41.000+08:00\\",\\n \\"Message\\": \\"检测失败\\",\\n \\"Output\\": \\"{}\\",\\n \\"Name\\": \\"身份证识别\\",\\n \\"SegmentSeq\\": 1\\n }\\n ],\\n \\"Code\\": \\"OK\\"\\n}","errorExample":""},{"type":"xml","example":"<Message>-</Message>\\n<RequestId>59b0bbfe-929b-4a8c-9833-3ce70b4bad38</RequestId>\\n<Data>\\n <Status>completed</Status>\\n <SegmentSeq>1</SegmentSeq>\\n <Message>检测失败</Message>\\n <CreatedAt>2020-07-14T14:01:41.000+08:00</CreatedAt>\\n <Output>{}</Output>\\n <Name>身份证识别</Name>\\n</Data>\\n<Code>OK</Code>","errorExample":""}]',
+ 'title' => 'ListTaskItems',
+ 'requestParamsDescription' => ' ',
+ 'responseParamsDescription' => ' ',
+ 'extraInfo' => ' ',
+ ],
+ 'ListTasks' => [
+ 'methods' => [
+ 'post',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'operationType' => 'readAndWrite',
+ 'deprecated' => false,
+ 'systemTags' => [
+ 'operationType' => 'get',
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'PageIndex',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'required' => false,
+ 'docRequired' => false,
+ 'maximum' => '10000',
+ 'minimum' => '1',
+ 'example' => '1',
+ 'isFileTransferUrl' => false,
+ 'default' => '1',
+ ],
+ ],
+ [
+ 'name' => 'PageSize',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'required' => false,
+ 'docRequired' => false,
+ 'maximum' => '10000',
+ 'minimum' => '10',
+ 'example' => '10',
+ 'isFileTransferUrl' => false,
+ 'default' => '10',
+ ],
+ ],
+ [
+ 'name' => 'TaskGroupId',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '1',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'description' => '-',
+ 'type' => 'object',
+ 'properties' => [
+ 'Message' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '-',
+ ],
+ 'RequestId' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '59b0bbfe-929b-4a8c-9833-3ce70b4bad38',
+ ],
+ 'Data' => [
+ 'description' => '-',
+ 'type' => 'object',
+ 'properties' => [
+ 'Items' => [
+ 'description' => '',
+ 'type' => 'array',
+ 'items' => [
+ 'description' => '-',
+ 'type' => 'object',
+ 'properties' => [
+ 'Status' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => 'runnable',
+ ],
+ 'VideoMetaUrl' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => 'http://oss.aliyuncs.com/1.mp4.meta?expire=2010323&sign=sf2324',
+ ],
+ 'CreatedAt' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '2020-07-14T14:01:41.000+08:00',
+ ],
+ 'Id' => [
+ 'description' => 'ID',
+ 'type' => 'string',
+ 'example' => '59b0bbfe-929b-4a8c-9833-3ce70b4bad38',
+ ],
+ 'VideoUrl' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => 'http://oss.aliyuncs.com/1.mp4?expire=2010323&sign=sf2324',
+ ],
+ ],
+ ],
+ ],
+ 'TotalPages' => [
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '1',
+ ],
+ 'TotalElements' => [
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'example' => '1',
+ ],
+ ],
+ ],
+ 'Code' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => 'OK',
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'errorCodes' => [
+ 400 => [
+ [
+ 'errorCode' => 'InvalidRequest',
+ 'errorMessage' => 'The request is invalid.',
+ ],
+ ],
+ [
+ [
+ 'errorCode' => 'Unauthorized',
+ 'errorMessage' => 'The request requires user authentication.',
+ ],
+ ],
+ 403 => [
+ [
+ 'errorCode' => 'Forbidden',
+ 'errorMessage' => 'Access to this resource on the server is denied.',
+ ],
+ ],
+ [
+ [
+ 'errorCode' => 'ResourceNotFound',
+ 'errorMessage' => 'The specified resource does not exist.',
+ ],
+ ],
+ 500 => [
+ [
+ 'errorCode' => 'InternalServerError',
+ 'errorMessage' => 'An internal server error occurred.',
+ ],
+ ],
+ ],
+ 'responseDemo' => '[{"type":"json","example":"{\\n \\"Message\\": \\"-\\",\\n \\"RequestId\\": \\"59b0bbfe-929b-4a8c-9833-3ce70b4bad38\\",\\n \\"Data\\": {\\n \\"Items\\": [\\n {\\n \\"Status\\": \\"runnable\\",\\n \\"VideoMetaUrl\\": \\"http://oss.aliyuncs.com/1.mp4.meta?expire=2010323&sign=sf2324\\",\\n \\"CreatedAt\\": \\"2020-07-14T14:01:41.000+08:00\\",\\n \\"Id\\": \\"59b0bbfe-929b-4a8c-9833-3ce70b4bad38\\",\\n \\"VideoUrl\\": \\"http://oss.aliyuncs.com/1.mp4?expire=2010323&sign=sf2324\\"\\n }\\n ],\\n \\"TotalPages\\": 1,\\n \\"TotalElements\\": 1\\n },\\n \\"Code\\": \\"OK\\"\\n}","errorExample":""},{"type":"xml","example":"<Message>-</Message>\\n<RequestId>59b0bbfe-929b-4a8c-9833-3ce70b4bad38</RequestId>\\n<Data>\\n <TotalElements>1</TotalElements>\\n <TotalPages>1</TotalPages>\\n <Items>\\n <Status>runnable</Status>\\n <CreatedAt>2020-07-14T14:01:41.000+08:00</CreatedAt>\\n <VideoMetaUrl>http://oss.aliyuncs.com/1.mp4.meta?expire=2010323&amp;sign=sf2324</VideoMetaUrl>\\n <Id>59b0bbfe-929b-4a8c-9833-3ce70b4bad38</Id>\\n <VideoUrl>http://oss.aliyuncs.com/1.mp4?expire=2010323&amp;sign=sf2324</VideoUrl>\\n </Items>\\n</Data>\\n<Code>OK</Code>","errorExample":""}]',
+ 'title' => 'ListTasks',
+ 'requestParamsDescription' => ' ',
+ 'responseParamsDescription' => ' ',
+ 'extraInfo' => ' ',
+ ],
+ 'ListUsers' => [
+ 'methods' => [
+ 'post',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'operationType' => 'readAndWrite',
+ 'deprecated' => false,
+ 'systemTags' => [
+ 'operationType' => 'get',
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'DepartmentId',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '59b0bbfe-929b-4a8c-9833-3ce70b4bad38',
+ ],
+ ],
+ [
+ 'name' => 'PageIndex',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'required' => false,
+ 'docRequired' => false,
+ 'maximum' => '10000',
+ 'minimum' => '1',
+ 'example' => '1',
+ 'isFileTransferUrl' => false,
+ 'default' => '1',
+ ],
+ ],
+ [
+ 'name' => 'PageSize',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'required' => false,
+ 'docRequired' => false,
+ 'maximum' => '500',
+ 'minimum' => '10',
+ 'example' => '10',
+ 'isFileTransferUrl' => false,
+ 'default' => '10',
+ ],
+ ],
+ [
+ 'name' => 'Username',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'tom',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'object',
+ 'properties' => [
+ 'Message' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '',
+ ],
+ 'RequestId' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '59b0bbfe-929b-4a8c-9833-3ce70b4bad38',
+ ],
+ 'Data' => [
+ 'description' => '',
+ 'type' => 'object',
+ 'properties' => [
+ 'Items' => [
+ 'description' => '',
+ 'type' => 'array',
+ 'items' => [
+ 'description' => '',
+ 'type' => 'object',
+ 'properties' => [
+ 'RamUsername' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => 'xxx',
+ ],
+ 'Email' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '[email protected]',
+ ],
+ 'PhoneNumber' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '186000000',
+ ],
+ 'Departments' => [
+ 'description' => '',
+ 'type' => 'array',
+ 'items' => [
+ 'description' => '',
+ 'type' => 'object',
+ 'properties' => [
+ 'Description' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '',
+ ],
+ 'CreatedAt' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '2020-07-14T14:01:41.000+08:00',
+ ],
+ 'UpdatedAt' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '2020-07-14T14:01:41.000+08:00',
+ ],
+ 'Name' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '',
+ ],
+ 'Id' => [
+ 'description' => 'ID',
+ 'type' => 'string',
+ 'example' => '59b0bbfe-929b-4a8c-9833-3ce70b4bad38',
+ ],
+ ],
+ ],
+ ],
+ 'CreatedAt' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '2020-07-14T14:01:41.000+08:00',
+ ],
+ 'UpdatedAt' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '2020-07-14T14:01:41.000+08:00',
+ ],
+ 'Source' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => 'ram',
+ ],
+ 'Role' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => 'admin',
+ ],
+ 'Name' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '',
+ ],
+ 'Id' => [
+ 'description' => 'ID',
+ 'type' => 'string',
+ 'example' => '2020-07-14T14:01:41.000+08:00',
+ ],
+ 'Username' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => 'xxx',
+ ],
+ ],
+ ],
+ ],
+ 'TotalPages' => [
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '1',
+ ],
+ 'TotalElements' => [
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'example' => '10',
+ ],
+ ],
+ ],
+ 'Code' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => 'OK',
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'errorCodes' => [
+ 400 => [
+ [
+ 'errorCode' => 'InvalidRequest',
+ 'errorMessage' => 'The request is invalid.',
+ ],
+ ],
+ [
+ [
+ 'errorCode' => 'Unauthorized',
+ 'errorMessage' => 'The request requires user authentication.',
+ ],
+ ],
+ 403 => [
+ [
+ 'errorCode' => 'Forbidden',
+ 'errorMessage' => 'Access to this resource on the server is denied.',
+ ],
+ ],
+ [
+ [
+ 'errorCode' => 'ResourceNotFound',
+ 'errorMessage' => 'The specified resource does not exist.',
+ ],
+ ],
+ 500 => [
+ [
+ 'errorCode' => 'InternalServerError',
+ 'errorMessage' => 'An internal server error occurred.',
+ ],
+ ],
+ ],
+ 'responseDemo' => '[{"type":"json","example":"{\\n \\"Message\\": \\"无\\",\\n \\"RequestId\\": \\"59b0bbfe-929b-4a8c-9833-3ce70b4bad38\\",\\n \\"Data\\": {\\n \\"Items\\": [\\n {\\n \\"RamUsername\\": \\"xxx\\",\\n \\"Email\\": \\"[email protected]\\",\\n \\"PhoneNumber\\": \\"186000000\\",\\n \\"Departments\\": [\\n {\\n \\"Description\\": \\"部门\\",\\n \\"CreatedAt\\": \\"2020-07-14T14:01:41.000+08:00\\",\\n \\"UpdatedAt\\": \\"2020-07-14T14:01:41.000+08:00\\",\\n \\"Name\\": \\"不明\\",\\n \\"Id\\": \\"59b0bbfe-929b-4a8c-9833-3ce70b4bad38\\"\\n }\\n ],\\n \\"CreatedAt\\": \\"2020-07-14T14:01:41.000+08:00\\",\\n \\"UpdatedAt\\": \\"2020-07-14T14:01:41.000+08:00\\",\\n \\"Source\\": \\"ram\\",\\n \\"Role\\": \\"admin\\",\\n \\"Name\\": \\"高x\\",\\n \\"Id\\": \\"2020-07-14T14:01:41.000+08:00\\",\\n \\"Username\\": \\"xxx\\"\\n }\\n ],\\n \\"TotalPages\\": 1,\\n \\"TotalElements\\": 10\\n },\\n \\"Code\\": \\"OK\\"\\n}","errorExample":""},{"type":"xml","example":"<Message>-</Message>\\n<RequestId>59b0bbfe-929b-4a8c-9833-3ce70b4bad38</RequestId>\\n<Data>\\n <TotalElements>10</TotalElements>\\n <TotalPages>1</TotalPages>\\n <Items>\\n <Role>admin</Role>\\n <Email>[email protected]</Email>\\n <Username>xxx</Username>\\n <CreatedAt>2020-07-14T14:01:41.000+08:00</CreatedAt>\\n <RamUsername>xxx</RamUsername>\\n <PhoneNumber>186000000</PhoneNumber>\\n <Id>2020-07-14T14:01:41.000+08:00</Id>\\n <UpdatedAt>2020-07-14T14:01:41.000+08:00</UpdatedAt>\\n <Source>ram</Source>\\n <Name>高x</Name>\\n <Departments>\\n <Description>部门</Description>\\n <CreatedAt>2020-07-14T14:01:41.000+08:00</CreatedAt>\\n <Id>59b0bbfe-929b-4a8c-9833-3ce70b4bad38</Id>\\n <UpdatedAt>2020-07-14T14:01:41.000+08:00</UpdatedAt>\\n <Name>不明</Name>\\n </Departments>\\n </Items>\\n</Data>\\n<Code>OK</Code>","errorExample":""}]',
+ 'requestParamsDescription' => ' ',
+ 'responseParamsDescription' => ' ',
+ 'extraInfo' => ' ',
+ ],
+ 'ListWatermarks' => [
+ 'summary' => '获取水印列表',
+ 'methods' => [
+ 'post',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'operationType' => 'readAndWrite',
+ 'deprecated' => false,
+ 'systemTags' => [
+ 'operationType' => 'list',
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'PageIndex',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'required' => false,
+ 'example' => '1',
+ ],
+ ],
+ [
+ 'name' => 'PageSize',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'required' => false,
+ 'example' => '10',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'title' => 'ApiResult<PageDTO<WatermarkDTO>>',
+ 'description' => 'ApiResult<PageDTO<WatermarkDTO>>',
+ 'type' => 'object',
+ 'properties' => [
+ 'RequestId' => [
+ 'title' => 'requestId',
+ 'description' => 'requestId',
+ 'type' => 'string',
+ 'example' => 'A1899517-BB99-5D3E-A71B-97524DCB0942',
+ ],
+ 'Code' => [
+ 'title' => 'code',
+ 'description' => 'code',
+ 'type' => 'string',
+ 'example' => 'OK',
+ ],
+ 'Message' => [
+ 'title' => '提示',
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '-',
+ ],
+ 'Data' => [
+ 'title' => '数据',
+ 'description' => '',
+ 'type' => 'object',
+ 'properties' => [
+ 'TotalElements' => [
+ 'title' => '总数据项数',
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'example' => '1',
+ ],
+ 'TotalPages' => [
+ 'title' => '总页数',
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '1',
+ ],
+ 'Items' => [
+ 'title' => '当前页面数据项',
+ 'description' => '',
+ 'type' => 'array',
+ 'items' => [
+ 'description' => '-',
+ 'type' => 'object',
+ 'properties' => [
+ 'Id' => [
+ 'title' => '水印id',
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => 'A1899517-BB99-5D3E-A71B-97524DCB0942',
+ ],
+ 'CreatedAt' => [
+ 'title' => '创建时间',
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '2020-07-14T14:01:41.000+08:00',
+ ],
+ 'Value' => [
+ 'title' => '水印信息',
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '{}',
+ ],
+ 'Name' => [
+ 'title' => '水印名称',
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '',
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'Success' => [
+ 'title' => '给 pop 使用的',
+ 'description' => '',
+ 'type' => 'boolean',
+ 'example' => 'True',
+ ],
+ 'HttpCode' => [
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '200',
+ ],
+ 'Errors' => [
+ 'title' => '错误列表',
+ 'description' => '',
+ 'type' => 'array',
+ 'items' => [
+ 'description' => '-',
+ 'type' => 'object',
+ 'properties' => [
+ 'Field' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => 'A1899517-BB99-5D3E-A71B-97524DCB0942',
+ ],
+ 'Message' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '-',
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'errorCodes' => [
+ 400 => [
+ [
+ 'errorCode' => 'InvalidRequest',
+ 'errorMessage' => 'The request is invalid.',
+ ],
+ ],
+ [
+ [
+ 'errorCode' => 'Unauthorized',
+ 'errorMessage' => 'The request requires user authentication.',
+ ],
+ ],
+ 403 => [
+ [
+ 'errorCode' => 'Forbidden',
+ 'errorMessage' => 'Access to this resource on the server is denied.',
+ ],
+ ],
+ [
+ [
+ 'errorCode' => 'ResourceNotFound',
+ 'errorMessage' => 'The specified resource does not exist.',
+ ],
+ ],
+ 500 => [
+ [
+ 'errorCode' => 'InternalServerError',
+ 'errorMessage' => 'An internal server error occurred.',
+ ],
+ ],
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"A1899517-BB99-5D3E-A71B-97524DCB0942\\",\\n \\"Code\\": \\"OK\\",\\n \\"Message\\": \\"-\\",\\n \\"Data\\": {\\n \\"TotalElements\\": 1,\\n \\"TotalPages\\": 1,\\n \\"Items\\": [\\n {\\n \\"Id\\": \\"A1899517-BB99-5D3E-A71B-97524DCB0942\\",\\n \\"CreatedAt\\": \\"2020-07-14T14:01:41.000+08:00\\",\\n \\"Value\\": \\"{}\\",\\n \\"Name\\": \\"名称\\"\\n }\\n ]\\n },\\n \\"Success\\": true,\\n \\"HttpCode\\": 200,\\n \\"Errors\\": [\\n {\\n \\"Field\\": \\"A1899517-BB99-5D3E-A71B-97524DCB0942\\",\\n \\"Message\\": \\"-\\"\\n }\\n ]\\n}","type":"json"}]',
+ ],
+ 'RenameDetectProcess' => [
+ 'methods' => [
+ 'post',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'operationType' => 'readAndWrite',
+ 'deprecated' => false,
+ 'systemTags' => [
+ 'operationType' => 'none',
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'Id',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => 'ID',
+ 'type' => 'string',
+ 'required' => true,
+ 'docRequired' => true,
+ 'example' => '1q1c45cd-3eee-1e60-b505-2e330b8755d2',
+ ],
+ ],
+ [
+ 'name' => 'Name',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => true,
+ 'docRequired' => true,
+ 'example' => '',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'description' => '-',
+ 'type' => 'object',
+ 'properties' => [
+ 'Message' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '-',
+ ],
+ 'RequestId' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => 'db1c45cd-3eee-1e60-b505-2e330b8755d2',
+ ],
+ 'Data' => [
+ 'description' => '',
+ 'type' => 'object',
+ 'properties' => [
+ 'Draft' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '{}',
+ ],
+ 'CreatedAt' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '2020-12-04T14:47:59.000+08:00',
+ ],
+ 'Md5' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '987d563d38f5aef27feca8702c689bb1',
+ ],
+ 'Name' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '',
+ ],
+ 'Content' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '{}',
+ ],
+ 'Id' => [
+ 'description' => 'ID',
+ 'type' => 'string',
+ 'example' => '0f1c45cd-3eee-4e60-b505-2e330b8755d3',
+ ],
+ ],
+ ],
+ 'Code' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => 'OK',
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'errorCodes' => [
+ 400 => [
+ [
+ 'errorCode' => 'InvalidRequest',
+ 'errorMessage' => 'The request is invalid.',
+ ],
+ ],
+ [
+ [
+ 'errorCode' => 'Unauthorized',
+ 'errorMessage' => 'The request requires user authentication.',
+ ],
+ ],
+ 403 => [
+ [
+ 'errorCode' => 'Forbidden',
+ 'errorMessage' => 'Access to this resource on the server is denied.',
+ ],
+ ],
+ [
+ [
+ 'errorCode' => 'ResourceNotFound',
+ 'errorMessage' => 'The specified resource does not exist.',
+ ],
+ ],
+ 500 => [
+ [
+ 'errorCode' => 'InternalServerError',
+ 'errorMessage' => 'An internal server error occurred.',
+ ],
+ ],
+ ],
+ 'responseDemo' => '[{"type":"json","example":"{\\n \\"Message\\": \\"-\\",\\n \\"RequestId\\": \\"db1c45cd-3eee-1e60-b505-2e330b8755d2\\",\\n \\"Data\\": {\\n \\"Draft\\": \\"{}\\",\\n \\"CreatedAt\\": \\"2020-12-04T14:47:59.000+08:00\\",\\n \\"Md5\\": \\"987d563d38f5aef27feca8702c689bb1\\",\\n \\"Name\\": \\"Android检测流程\\",\\n \\"Content\\": \\"{}\\",\\n \\"Id\\": \\"0f1c45cd-3eee-4e60-b505-2e330b8755d3\\"\\n },\\n \\"Code\\": \\"OK\\"\\n}","errorExample":""},{"type":"xml","example":"<RequestId>db1c45cd-3eee-1e60-b505-2e330b8755d2</RequestId>\\n<Message>-</Message>\\n<Data>\\n <Draft>{}</Draft>\\n <Content>{}</Content>\\n <CreatedAt>2020-12-04T14:47:59.000+08:00</CreatedAt>\\n <Id>0f1c45cd-3eee-4e60-b505-2e330b8755d3</Id>\\n <Name>Android检测流程</Name>\\n <Md5>987d563d38f5aef27feca8702c689bb1</Md5>\\n</Data>\\n<Code>OK</Code>","errorExample":""}]',
+ 'title' => 'RenameDetectProcess',
+ 'requestParamsDescription' => ' ',
+ 'responseParamsDescription' => ' ',
+ 'extraInfo' => ' ',
+ ],
+ 'UpdateApp' => [
+ 'methods' => [
+ 'post',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'operationType' => 'readAndWrite',
+ 'deprecated' => false,
+ 'systemTags' => [
+ 'operationType' => 'update',
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'Id',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => true,
+ 'docRequired' => true,
+ 'example' => '59b0bbfe-929b-4a8c-9833-3ce70b4bad38',
+ ],
+ ],
+ [
+ 'name' => 'Name',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '',
+ ],
+ ],
+ [
+ 'name' => 'Disabled',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'boolean',
+ 'required' => false,
+ 'example' => 'false',
+ ],
+ ],
+ [
+ 'name' => 'PackageName',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'com.aliyun.idrs.sdk',
+ ],
+ ],
+ [
+ 'name' => 'DepartmentId',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '59b0bbfe-929b-4a8c-9833-3ce70b4bad38',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'object',
+ 'properties' => [
+ 'Message' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '',
+ ],
+ 'RequestId' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '84118BF0-56F7-54D2-8C1A-35BBBBD5016B',
+ ],
+ 'Data' => [
+ 'description' => '',
+ 'type' => 'object',
+ 'example' => '',
+ ],
+ 'Code' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => 'OK',
+ ],
+ ],
+ ],
+ ],
+ '5XX' => [
+ 'schema' => [
+ 'type' => 'object',
+ 'properties' => [
+ 'code' => [
+ 'type' => 'string',
+ ],
+ 'data' => [
+ 'type' => 'object',
+ ],
+ 'requestId' => [
+ 'type' => 'string',
+ ],
+ 'message' => [
+ 'type' => 'string',
+ ],
+ 'errors' => [
+ 'type' => 'array',
+ 'items' => [
+ 'type' => 'object',
+ 'properties' => [
+ 'message' => [
+ 'type' => 'string',
+ ],
+ 'field' => [
+ 'type' => 'string',
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'errorCodes' => [
+ 400 => [
+ [
+ 'errorCode' => 'InvalidRequest',
+ 'errorMessage' => 'The request is invalid.',
+ ],
+ ],
+ [
+ [
+ 'errorCode' => 'Unauthorized',
+ 'errorMessage' => 'The request requires user authentication.',
+ ],
+ ],
+ 403 => [
+ [
+ 'errorCode' => 'Forbidden',
+ 'errorMessage' => 'Access to this resource on the server is denied.',
+ ],
+ ],
+ [
+ [
+ 'errorCode' => 'ResourceNotFound',
+ 'errorMessage' => 'The specified resource does not exist.',
+ ],
+ ],
+ 500 => [
+ [
+ 'errorCode' => 'InternalServerError',
+ 'errorMessage' => 'An internal server error occurred.',
+ ],
+ ],
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"Message\\": \\"无\\",\\n \\"RequestId\\": \\"84118BF0-56F7-54D2-8C1A-35BBBBD5016B\\",\\n \\"Data\\": {\\n \\"test\\": \\"test\\",\\n \\"test2\\": 1\\n },\\n \\"Code\\": \\"OK\\"\\n}","type":"json"}]',
+ ],
+ 'UpdateDepartment' => [
+ 'methods' => [
+ 'post',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'operationType' => 'readAndWrite',
+ 'deprecated' => false,
+ 'systemTags' => [
+ 'operationType' => 'update',
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'Description',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '',
+ ],
+ ],
+ [
+ 'name' => 'Label',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '',
+ ],
+ ],
+ [
+ 'name' => 'Name',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '',
+ ],
+ ],
+ [
+ 'name' => 'Id',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => 'ID',
+ 'type' => 'string',
+ 'required' => true,
+ 'docRequired' => true,
+ 'example' => '59b0bbfe-929b-4a8c-9833-3ce70b4bad38',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'object',
+ 'properties' => [
+ 'Message' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '',
+ ],
+ 'RequestId' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '59b0bbfe-929b-4a8c-9833-3ce70b4bad38',
+ ],
+ 'Data' => [
+ 'description' => '',
+ 'type' => 'object',
+ 'example' => '',
+ ],
+ 'Code' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => 'OK',
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'errorCodes' => [
+ 400 => [
+ [
+ 'errorCode' => 'InvalidRequest',
+ 'errorMessage' => 'The request is invalid.',
+ ],
+ ],
+ [
+ [
+ 'errorCode' => 'Unauthorized',
+ 'errorMessage' => 'The request requires user authentication.',
+ ],
+ ],
+ 403 => [
+ [
+ 'errorCode' => 'Forbidden',
+ 'errorMessage' => 'Access to this resource on the server is denied.',
+ ],
+ ],
+ [
+ [
+ 'errorCode' => 'ResourceNotFound',
+ 'errorMessage' => 'The specified resource does not exist.',
+ ],
+ ],
+ 500 => [
+ [
+ 'errorCode' => 'InternalServerError',
+ 'errorMessage' => 'An internal server error occurred.',
+ ],
+ ],
+ ],
+ 'responseDemo' => '[{"type":"json","example":"{\\n \\"Message\\": \\"无\\",\\n \\"RequestId\\": \\"59b0bbfe-929b-4a8c-9833-3ce70b4bad38\\",\\n \\"Data\\": {\\n \\"test\\": \\"test\\",\\n \\"test2\\": 1\\n },\\n \\"Code\\": \\"OK\\"\\n}","errorExample":""},{"type":"xml","example":"<Message>-</Message>\\n<RequestId>59b0bbfe-929b-4a8c-9833-3ce70b4bad38</RequestId>\\n<Data>-</Data>\\n<Code>OK</Code>","errorExample":""}]',
+ 'title' => 'UpdateDepartment',
+ 'requestParamsDescription' => ' ',
+ 'responseParamsDescription' => ' ',
+ 'extraInfo' => ' ',
+ ],
+ 'UpdateDetectProcess' => [
+ 'methods' => [
+ 'post',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'operationType' => 'readAndWrite',
+ 'deprecated' => false,
+ 'systemTags' => [
+ 'operationType' => 'update',
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'Id',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => 'ID',
+ 'type' => 'string',
+ 'required' => true,
+ 'docRequired' => true,
+ 'example' => '0f1c45cd-3eee-4e60-b505-2e330b8755d3',
+ ],
+ ],
+ [
+ 'name' => 'Name',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => true,
+ 'docRequired' => true,
+ 'example' => '',
+ ],
+ ],
+ [
+ 'name' => 'Draft',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '{}',
+ ],
+ ],
+ [
+ 'name' => 'Content',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '{}',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'description' => '-',
+ 'type' => 'object',
+ 'properties' => [
+ 'Message' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '-',
+ ],
+ 'RequestId' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '0c1c45cd-3eee-4e60-b505-2e330b8755d3',
+ ],
+ 'Data' => [
+ 'description' => '',
+ 'type' => 'object',
+ 'properties' => [
+ 'Draft' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '{}',
+ ],
+ 'CreatedAt' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '2020-12-04T14:47:59.000+08:00',
+ ],
+ 'Md5' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '987d563d38f5aef27feca8702c689bb1',
+ ],
+ 'Name' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '',
+ ],
+ 'Content' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '{}',
+ ],
+ 'Id' => [
+ 'description' => 'ID',
+ 'type' => 'string',
+ 'example' => 'cd1c45cd-3eee-4e60-b505-2e330b8755d3',
+ ],
+ ],
+ ],
+ 'Code' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => 'OK',
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'errorCodes' => [
+ 400 => [
+ [
+ 'errorCode' => 'InvalidRequest',
+ 'errorMessage' => 'The request is invalid.',
+ ],
+ ],
+ [
+ [
+ 'errorCode' => 'Unauthorized',
+ 'errorMessage' => 'The request requires user authentication.',
+ ],
+ ],
+ 403 => [
+ [
+ 'errorCode' => 'Forbidden',
+ 'errorMessage' => 'Access to this resource on the server is denied.',
+ ],
+ ],
+ [
+ [
+ 'errorCode' => 'ResourceNotFound',
+ 'errorMessage' => 'The specified resource does not exist.',
+ ],
+ ],
+ 500 => [
+ [
+ 'errorCode' => 'InternalServerError',
+ 'errorMessage' => 'An internal server error occurred.',
+ ],
+ ],
+ ],
+ 'responseDemo' => '[{"type":"json","example":"{\\n \\"Message\\": \\"-\\",\\n \\"RequestId\\": \\"0c1c45cd-3eee-4e60-b505-2e330b8755d3\\",\\n \\"Data\\": {\\n \\"Draft\\": \\"{}\\",\\n \\"CreatedAt\\": \\"2020-12-04T14:47:59.000+08:00\\",\\n \\"Md5\\": \\"987d563d38f5aef27feca8702c689bb1\\",\\n \\"Name\\": \\"Android检测流程\\",\\n \\"Content\\": \\"{}\\",\\n \\"Id\\": \\"cd1c45cd-3eee-4e60-b505-2e330b8755d3\\"\\n },\\n \\"Code\\": \\"OK\\"\\n}","errorExample":""},{"type":"xml","example":"<RequestId>0c1c45cd-3eee-4e60-b505-2e330b8755d3</RequestId>\\n<Message>-</Message>\\n<Data>\\n <Draft>{}</Draft>\\n <Content>{}</Content>\\n <CreatedAt>2020-12-04T14:47:59.000+08:00</CreatedAt>\\n <Id>cd1c45cd-3eee-4e60-b505-2e330b8755d3</Id>\\n <Name>Android检测流程</Name>\\n <Md5>987d563d38f5aef27feca8702c689bb1</Md5>\\n</Data>\\n<Code>OK</Code>","errorExample":""}]',
+ 'title' => 'UpdateDetectProcess',
+ 'description' => '********',
+ 'requestParamsDescription' => ' ',
+ 'responseParamsDescription' => ' ',
+ 'extraInfo' => ' ',
+ ],
+ 'UpdateRule' => [
+ 'methods' => [
+ 'post',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'operationType' => 'readAndWrite',
+ 'deprecated' => false,
+ 'systemTags' => [
+ 'operationType' => 'update',
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'Id',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => 'ID',
+ 'type' => 'string',
+ 'required' => true,
+ 'docRequired' => true,
+ 'example' => 'Id',
+ ],
+ ],
+ [
+ 'name' => 'Name',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '',
+ ],
+ ],
+ [
+ 'name' => 'Content',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'object',
+ 'properties' => [
+ 'Message' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '',
+ ],
+ 'RequestId' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '59b0bbfe-929b-4a8c-9833-3ce70b4bad38',
+ ],
+ 'Data' => [
+ 'description' => '',
+ 'type' => 'object',
+ 'properties' => [
+ 'CreatedAt' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '2020-07-14T14:01:41.000+08:00',
+ ],
+ 'Name' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => 'default',
+ ],
+ 'Content' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '{}',
+ ],
+ 'Id' => [
+ 'description' => 'ID',
+ 'type' => 'string',
+ 'example' => '59b0bbfe-929b-4a8c-9833-3ce70b4bad38',
+ ],
+ ],
+ ],
+ 'Code' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => 'OK',
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'errorCodes' => [
+ 400 => [
+ [
+ 'errorCode' => 'InvalidRequest',
+ 'errorMessage' => 'The request is invalid.',
+ ],
+ ],
+ [
+ [
+ 'errorCode' => 'Unauthorized',
+ 'errorMessage' => 'The request requires user authentication.',
+ ],
+ ],
+ 403 => [
+ [
+ 'errorCode' => 'Forbidden',
+ 'errorMessage' => 'Access to this resource on the server is denied.',
+ ],
+ ],
+ [
+ [
+ 'errorCode' => 'ResourceNotFound',
+ 'errorMessage' => 'The specified resource does not exist.',
+ ],
+ ],
+ 500 => [
+ [
+ 'errorCode' => 'InternalServerError',
+ 'errorMessage' => 'An internal server error occurred.',
+ ],
+ ],
+ ],
+ 'responseDemo' => '[{"type":"json","example":"{\\n \\"Message\\": \\"无\\",\\n \\"RequestId\\": \\"59b0bbfe-929b-4a8c-9833-3ce70b4bad38\\",\\n \\"Data\\": {\\n \\"CreatedAt\\": \\"2020-07-14T14:01:41.000+08:00\\",\\n \\"Name\\": \\"default\\",\\n \\"Content\\": \\"{}\\",\\n \\"Id\\": \\"59b0bbfe-929b-4a8c-9833-3ce70b4bad38\\"\\n },\\n \\"Code\\": \\"OK\\"\\n}","errorExample":""},{"type":"xml","example":"<Message>-</Message>\\n<RequestId>59b0bbfe-929b-4a8c-9833-3ce70b4bad38</RequestId>\\n<Data>\\n <Content>{}</Content>\\n <CreatedAt>2020-07-14T14:01:41.000+08:00</CreatedAt>\\n <Id>59b0bbfe-929b-4a8c-9833-3ce70b4bad38</Id>\\n <Name>default</Name>\\n</Data>\\n<Code>OK</Code>","errorExample":""}]',
+ 'title' => 'UpdateRule',
+ 'requestParamsDescription' => ' ',
+ 'responseParamsDescription' => ' ',
+ 'extraInfo' => ' ',
+ ],
+ 'UpdateUser' => [
+ 'methods' => [
+ 'post',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'operationType' => 'readAndWrite',
+ 'deprecated' => false,
+ 'systemTags' => [
+ 'operationType' => 'update',
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'Email',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '[email protected]',
+ ],
+ ],
+ [
+ 'name' => 'Name',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '',
+ ],
+ ],
+ [
+ 'name' => 'PhoneNumber',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '',
+ ],
+ ],
+ [
+ 'name' => 'Role',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'user',
+ ],
+ ],
+ [
+ 'name' => 'Id',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => true,
+ 'docRequired' => true,
+ 'example' => '59b0bbfe-929b-4a8c-9833-3ce70b4bad38',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'object',
+ 'properties' => [
+ 'Message' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '',
+ ],
+ 'RequestId' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '84118BF0-56F7-54D2-8C1A-35BBBBD5016B',
+ ],
+ 'Data' => [
+ 'description' => '',
+ 'type' => 'object',
+ 'example' => '{\'Id\': \'5073e5f4-99c6-4bb1-bd6c-30ab12f11059\', \'CreatedAt\': \'2021-12-29T11:31:53.072+08:00\'}',
+ ],
+ 'Code' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => 'OK',
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'errorCodes' => [
+ 400 => [
+ [
+ 'errorCode' => 'InvalidRequest',
+ 'errorMessage' => 'The request is invalid.',
+ ],
+ ],
+ [
+ [
+ 'errorCode' => 'Unauthorized',
+ 'errorMessage' => 'The request requires user authentication.',
+ ],
+ ],
+ 403 => [
+ [
+ 'errorCode' => 'Forbidden',
+ 'errorMessage' => 'Access to this resource on the server is denied.',
+ ],
+ ],
+ [
+ [
+ 'errorCode' => 'ResourceNotFound',
+ 'errorMessage' => 'The specified resource does not exist.',
+ ],
+ ],
+ 500 => [
+ [
+ 'errorCode' => 'InternalServerError',
+ 'errorMessage' => 'An internal server error occurred.',
+ ],
+ ],
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"Message\\": \\"无\\",\\n \\"RequestId\\": \\"84118BF0-56F7-54D2-8C1A-35BBBBD5016B\\",\\n \\"Data\\": {\\n \\"test\\": \\"test\\",\\n \\"test2\\": 1\\n },\\n \\"Code\\": \\"OK\\"\\n}","type":"json"}]',
+ ],
+ 'UpdateWatermark' => [
+ 'summary' => '更新水印信息',
+ 'methods' => [
+ 'post',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'operationType' => 'readAndWrite',
+ 'deprecated' => false,
+ 'systemTags' => [
+ 'operationType' => 'update',
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'WatermarkId',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'd4ba1e0428a8df069316060cef41948a',
+ ],
+ ],
+ [
+ 'name' => 'Name',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '',
+ ],
+ ],
+ [
+ 'name' => 'Value',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '{}',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'title' => 'ApiResult<WatermarkDTO>',
+ 'description' => 'ApiResult<WatermarkDTO>',
+ 'type' => 'object',
+ 'properties' => [
+ 'RequestId' => [
+ 'title' => 'requestId',
+ 'description' => 'requestId',
+ 'type' => 'string',
+ 'example' => '84118BF0-56F7-54D2-8C1A-35BBBBD5016B',
+ ],
+ 'Code' => [
+ 'title' => 'code',
+ 'description' => 'code',
+ 'type' => 'string',
+ 'example' => 'OK',
+ ],
+ 'Message' => [
+ 'title' => '提示',
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '-',
+ ],
+ 'Data' => [
+ 'title' => '数据',
+ 'description' => '',
+ 'type' => 'object',
+ 'properties' => [
+ 'Id' => [
+ 'title' => '水印id',
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => 'f3bd31c0-0001-4b4b-977d-7cfa64b585f5',
+ ],
+ 'CreatedAt' => [
+ 'title' => '创建时间',
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '2020-07-14T14:01:41.000+08:00',
+ ],
+ 'Value' => [
+ 'title' => '水印信息',
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '{}',
+ ],
+ 'Name' => [
+ 'title' => '水印名称',
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '',
+ ],
+ ],
+ ],
+ 'Success' => [
+ 'title' => '给 pop 使用的',
+ 'description' => '',
+ 'type' => 'boolean',
+ 'example' => 'True',
+ ],
+ 'HttpCode' => [
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '200',
+ ],
+ 'Errors' => [
+ 'title' => '错误列表',
+ 'description' => '',
+ 'type' => 'array',
+ 'items' => [
+ 'description' => '-',
+ 'type' => 'object',
+ 'properties' => [
+ 'Field' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => 'A1899517-BB99-5D3E-A71B-97524DCB0942',
+ ],
+ 'Message' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '-',
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'errorCodes' => [
+ 400 => [
+ [
+ 'errorCode' => 'InvalidRequest',
+ 'errorMessage' => 'The request is invalid.',
+ ],
+ ],
+ [
+ [
+ 'errorCode' => 'Unauthorized',
+ 'errorMessage' => 'The request requires user authentication.',
+ ],
+ ],
+ 403 => [
+ [
+ 'errorCode' => 'Forbidden',
+ 'errorMessage' => 'Access to this resource on the server is denied.',
+ ],
+ ],
+ [
+ [
+ 'errorCode' => 'ResourceNotFound',
+ 'errorMessage' => 'The specified resource does not exist.',
+ ],
+ ],
+ 500 => [
+ [
+ 'errorCode' => 'InternalServerError',
+ 'errorMessage' => 'An internal server error occurred.',
+ ],
+ ],
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"84118BF0-56F7-54D2-8C1A-35BBBBD5016B\\",\\n \\"Code\\": \\"OK\\",\\n \\"Message\\": \\"-\\",\\n \\"Data\\": {\\n \\"Id\\": \\"f3bd31c0-0001-4b4b-977d-7cfa64b585f5\\",\\n \\"CreatedAt\\": \\"2020-07-14T14:01:41.000+08:00\\",\\n \\"Value\\": \\"{}\\",\\n \\"Name\\": \\"名称\\"\\n },\\n \\"Success\\": true,\\n \\"HttpCode\\": 200,\\n \\"Errors\\": [\\n {\\n \\"Field\\": \\"A1899517-BB99-5D3E-A71B-97524DCB0942\\",\\n \\"Message\\": \\"-\\"\\n }\\n ]\\n}","type":"json"}]',
+ ],
+ 'UploadReport' => [
+ 'summary' => '客户端上报',
+ 'methods' => [
+ 'post',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'operationType' => 'readAndWrite',
+ 'deprecated' => false,
+ 'systemTags' => [
+ 'operationType' => 'none',
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'DepartmentId',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '59b0bbfe-929b-4a8c-9833-3ce70b4bad38',
+ ],
+ ],
+ [
+ 'name' => 'UserId',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => ' 59b0bbfe-929b-4a8c-9833-3ce70b4bad34',
+ ],
+ ],
+ [
+ 'name' => 'AppId',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '90c2459a-4c73-4ab7-8a6b-e550d62fbd8c',
+ ],
+ ],
+ [
+ 'name' => 'DetectProcessId',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'iuhptk3w-2021122017',
+ ],
+ ],
+ [
+ 'name' => 'RoomId',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '6000028888875',
+ ],
+ ],
+ [
+ 'name' => 'VideoUrl',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'https://mogo-apps-sh.oss-cn-shanghai-internal.aliyuncs.com/tmp/d2720028b53d384c6d3fca32e45209d1_20_src.mp4',
+ ],
+ ],
+ [
+ 'name' => 'MetaUrl',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'http://abc.oss.aliyuncs.com/1/12_03_20_03_36toubaoren.mp4.meta',
+ ],
+ ],
+ [
+ 'name' => 'ResultUrl',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'http://abc.oss.aliyuncs.com/1/12_03_20_03_36toubaoren.mp4.json',
+ ],
+ ],
+ [
+ 'name' => 'RecordAt',
+ 'in' => 'query',
+ 'schema' => [
+ 'title' => 'yyyy-MM-dd hh:mm:ss',
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '2022-01-04T08%3A45%3A37Z',
+ ],
+ ],
+ [
+ 'name' => 'Duration',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'required' => false,
+ 'example' => '12',
+ ],
+ ],
+ [
+ 'name' => 'Type',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'LOCAL',
+ ],
+ ],
+ [
+ 'name' => 'ClientVersion',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '1.0.003',
+ ],
+ ],
+ [
+ 'name' => 'FeeId',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '6c94f2a7-632d-4ea0-aa06-a97800a9060f',
+ ],
+ ],
+ [
+ 'name' => 'ClientBaseParam',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '{"version":"1.0.0"}',
+ ],
+ ],
+ [
+ 'name' => 'RtcRecordId',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'record_6570315480571566****',
+ ],
+ ],
+ [
+ 'name' => 'OuterBusinessId',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'ads32efef43',
+ ],
+ ],
+ [
+ 'name' => 'Role',
+ 'in' => 'query',
+ 'schema' => [
+ 'type' => 'string',
+ ],
+ ],
+ [
+ 'name' => 'VideoType',
+ 'in' => 'query',
+ 'schema' => [
+ 'type' => 'string',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'title' => 'ApiResult<RecordDTO>',
+ 'description' => 'ApiResult<RecordDTO>',
+ 'type' => 'object',
+ 'properties' => [
+ 'RequestId' => [
+ 'title' => 'requestId',
+ 'description' => 'requestId',
+ 'type' => 'string',
+ 'example' => '84118BF0-56F7-54D2-8C1A-35BBBB*****',
+ ],
+ 'Code' => [
+ 'title' => 'code',
+ 'description' => 'code',
+ 'type' => 'string',
+ 'example' => 'OK',
+ ],
+ 'Message' => [
+ 'title' => '提示',
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '',
+ ],
+ 'Data' => [
+ 'title' => '数据',
+ 'description' => '',
+ 'type' => 'object',
+ 'properties' => [
+ 'Id' => [
+ 'title' => '双录记录id',
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '59b0bbfe-929b-4a8c-9833-3ce7****',
+ ],
+ 'CreatedAt' => [
+ 'title' => '创建时间',
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '2020-07-14T14:01:41.000+08:00',
+ ],
+ 'VideoUrl' => [
+ 'title' => '视频地址',
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => 'http://oss.aliyuncs.com/1.mp4',
+ ],
+ 'MetaUrl' => [
+ 'title' => 'meta地址',
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => 'http://oss.aliyuncs.com/1.mp4.meta',
+ ],
+ 'ResultUrl' => [
+ 'title' => '结果地址',
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => 'http://oss.aliyuncs.com/1.mp4.json',
+ ],
+ 'RecordAt' => [
+ 'title' => '录制时间',
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '2020-07-14T14:01:41.000+08:00',
+ ],
+ 'Duration' => [
+ 'title' => '时长',
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'example' => '12',
+ ],
+ 'RtcRecordId' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => 'record_6570315480571566****'."\n",
+ ],
+ 'OuterBusinessId' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => 'ads32efef43',
+ ],
+ ],
+ ],
+ 'Success' => [
+ 'title' => '给 pop 使用的',
+ 'description' => '',
+ 'type' => 'boolean',
+ 'example' => 'True',
+ ],
+ 'HttpCode' => [
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '200',
+ ],
+ 'Errors' => [
+ 'title' => '错误列表',
+ 'description' => '',
+ 'type' => 'array',
+ 'items' => [
+ 'description' => '',
+ 'type' => 'object',
+ 'properties' => [
+ 'Field' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '',
+ ],
+ 'Message' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '',
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'errorCodes' => [
+ 400 => [
+ [
+ 'errorCode' => 'InvalidRequest',
+ 'errorMessage' => 'The request is invalid.',
+ ],
+ ],
+ [
+ [
+ 'errorCode' => 'Unauthorized',
+ 'errorMessage' => 'The request requires user authentication.',
+ ],
+ ],
+ 403 => [
+ [
+ 'errorCode' => 'Forbidden',
+ 'errorMessage' => 'Access to this resource on the server is denied.',
+ ],
+ ],
+ [
+ [
+ 'errorCode' => 'ResourceNotFound',
+ 'errorMessage' => 'The specified resource does not exist.',
+ ],
+ ],
+ 500 => [
+ [
+ 'errorCode' => 'InternalServerError',
+ 'errorMessage' => 'An internal server error occurred.',
+ ],
+ ],
+ ],
+ 'responseDemo' => '[{"type":"json","example":"{\\n \\"RequestId\\": \\"84118BF0-56F7-54D2-8C1A-35BBBB*****\\",\\n \\"Code\\": \\"OK\\",\\n \\"Message\\": \\"无\\",\\n \\"Data\\": {\\n \\"Id\\": \\"59b0bbfe-929b-4a8c-9833-3ce7****\\",\\n \\"CreatedAt\\": \\"2020-07-14T14:01:41.000+08:00\\",\\n \\"VideoUrl\\": \\"http://oss.aliyuncs.com/1.mp4\\",\\n \\"MetaUrl\\": \\"http://oss.aliyuncs.com/1.mp4.meta\\",\\n \\"ResultUrl\\": \\"http://oss.aliyuncs.com/1.mp4.json\\",\\n \\"RecordAt\\": \\"2020-07-14T14:01:41.000+08:00\\",\\n \\"Duration\\": 12,\\n \\"RtcRecordId\\": \\"record_6570315480571566****\\\\n\\",\\n \\"OuterBusinessId\\": \\"ads32efef43\\"\\n },\\n \\"Success\\": true,\\n \\"HttpCode\\": 200,\\n \\"Errors\\": [\\n {\\n \\"Field\\": \\"无\\",\\n \\"Message\\": \\"无\\"\\n }\\n ]\\n}","errorExample":""},{"type":"xml","example":"<UploadReportResponse>\\n <RequestId>84118BF0-56F7-54D2-8C1A-35BBBB*****</RequestId>\\n <Code>OK</Code>\\n <Message>无</Message>\\n <Data>\\n <Id>59b0bbfe-929b-4a8c-9833-3ce7****</Id>\\n <CreatedAt>2020-07-14T14:01:41.000+08:00</CreatedAt>\\n <VideoUrl>http://oss.aliyuncs.com/1.mp4</VideoUrl>\\n <MetaUrl>http://oss.aliyuncs.com/1.mp4.meta</MetaUrl>\\n <ResultUrl>http://oss.aliyuncs.com/1.mp4.json</ResultUrl>\\n <RecordAt>2020-07-14T14:01:41.000+08:00</RecordAt>\\n <Duration>12</Duration>\\n <RtcRecordId>record_6570315480571566****\\n</RtcRecordId>\\n <OuterBusinessId>ads32efef43</OuterBusinessId>\\n </Data>\\n <Success>true</Success>\\n <HttpCode>200</HttpCode>\\n <Errors>\\n <Field>无</Field>\\n <Message>无</Message>\\n </Errors>\\n</UploadReportResponse>","errorExample":""}]',
+ ],
+ 'GetRecordsByFeeId' => [
+ 'summary' => '根据feeid查询上报结果信息接口',
+ 'methods' => [
+ 'post',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'operationType' => 'readAndWrite',
+ 'deprecated' => false,
+ 'systemTags' => [
+ 'operationType' => 'get',
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'FeeId',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '6c94f2a7-632d-4ea0-aa06-a97800a9060f',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'title' => 'ApiResult<List<Record>>',
+ 'description' => 'ApiResult<List<Record>>',
+ 'type' => 'object',
+ 'properties' => [
+ 'RequestId' => [
+ 'title' => 'requestId',
+ 'description' => 'requestId',
+ 'type' => 'string',
+ 'example' => '0B576AAB-A638-5029-9A54-A7C1DB5AC0B3',
+ ],
+ 'Code' => [
+ 'title' => 'code',
+ 'description' => 'code',
+ 'type' => 'string',
+ 'example' => 'OK',
+ ],
+ 'Message' => [
+ 'title' => '提示',
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '-',
+ ],
+ 'Data' => [
+ 'title' => '数据',
+ 'description' => '',
+ 'type' => 'array',
+ 'items' => [
+ 'description' => '',
+ 'type' => 'object',
+ 'properties' => [
+ 'Id' => [
+ 'title' => '双录记录id',
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '63bb629d-92bf-4cdc-ad0b-3032c926d23f',
+ ],
+ 'CreatedAt' => [
+ 'title' => '创建时间',
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '2020-07-14T14:01:41.000+08:00',
+ ],
+ 'DetectProcessName' => [
+ 'title' => '业务检测流程名',
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '',
+ ],
+ 'DepartmentName' => [
+ 'title' => '部门名',
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '',
+ ],
+ 'AppName' => [
+ 'title' => '应用名',
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '',
+ ],
+ 'VideoUrl' => [
+ 'title' => '视频地址',
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => 'http://oss.aliyuncs.com/1.mp4',
+ ],
+ 'MetaUrl' => [
+ 'title' => 'meta地址',
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => 'http://oss.aliyuncs.com/1.mp4.meta',
+ ],
+ 'ResultUrl' => [
+ 'title' => '结果地址',
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => 'http://oss.aliyuncs.com/1.mp4.json',
+ ],
+ 'RecordAt' => [
+ 'title' => '录制时间',
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '2020-07-14T14:01:41.000+08:00',
+ ],
+ 'Duration' => [
+ 'title' => '时长',
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'example' => '22',
+ ],
+ 'Status' => [
+ 'title' => '检测状态',
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => 'completed',
+ ],
+ 'RoomId' => [
+ 'title' => 'mrtc房间id',
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '654078150345590',
+ ],
+ 'RecordRoomList' => [
+ 'title' => '远程双录文件地址列表',
+ 'description' => '',
+ 'type' => 'array',
+ 'items' => [
+ 'description' => '',
+ 'type' => 'object',
+ 'properties' => [
+ 'Role' => [
+ 'title' => '角色',
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '21343',
+ ],
+ 'RecordType' => [
+ 'title' => '录制视频类型',
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => 'Mix',
+ ],
+ 'RoomVideoUrl' => [
+ 'title' => '视频地址',
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => 'http://oss.aliyuncs.com/1.mp4',
+ ],
+ 'RoomMetaUrl' => [
+ 'title' => 'meta地址',
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => 'http://oss.aliyuncs.com/1.mp4.meta',
+ ],
+ 'RoomResultUrl' => [
+ 'title' => '结果地址',
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => 'http://oss.aliyuncs.com/1.mp4.json',
+ ],
+ 'RoomRecordAt' => [
+ 'title' => '录制时间',
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '2020-07-14T14:01:41.000+08:00',
+ ],
+ 'RoomStatus' => [
+ 'title' => '检测状态',
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => 'runnable',
+ ],
+ 'RtcRecordId' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => 'record_65703154805715668342',
+ ],
+ 'OuterBusinessId' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => 'ads32efef43',
+ ],
+ ],
+ ],
+ ],
+ 'OuterBusinessId' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => 'ads32efef43',
+ ],
+ ],
+ ],
+ ],
+ 'Success' => [
+ 'title' => '给 pop 使用的',
+ 'description' => '',
+ 'type' => 'boolean',
+ 'example' => 'True',
+ ],
+ 'HttpCode' => [
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '200',
+ ],
+ 'Errors' => [
+ 'title' => '错误列表',
+ 'description' => '',
+ 'type' => 'array',
+ 'items' => [
+ 'description' => '',
+ 'type' => 'object',
+ 'properties' => [
+ 'Field' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => 'A1899517-BB99-5D3E-A71B-97524DCB0942',
+ ],
+ 'Message' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '-',
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'errorCodes' => [
+ 400 => [
+ [
+ 'errorCode' => 'InvalidRequest',
+ 'errorMessage' => 'The request is invalid.',
+ ],
+ ],
+ [
+ [
+ 'errorCode' => 'Unauthorized',
+ 'errorMessage' => 'The request requires user authentication.',
+ ],
+ ],
+ 403 => [
+ [
+ 'errorCode' => 'Forbidden',
+ 'errorMessage' => 'Access to this resource on the server is denied.',
+ ],
+ ],
+ [
+ [
+ 'errorCode' => 'ResourceNotFound',
+ 'errorMessage' => 'The specified resource does not exist.',
+ ],
+ ],
+ 500 => [
+ [
+ 'errorCode' => 'InternalServerError',
+ 'errorMessage' => 'An internal server error occurred.',
+ ],
+ ],
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"0B576AAB-A638-5029-9A54-A7C1DB5AC0B3\\",\\n \\"Code\\": \\"OK\\",\\n \\"Message\\": \\"-\\",\\n \\"Data\\": [\\n {\\n \\"Id\\": \\"63bb629d-92bf-4cdc-ad0b-3032c926d23f\\",\\n \\"CreatedAt\\": \\"2020-07-14T14:01:41.000+08:00\\",\\n \\"DetectProcessName\\": \\"XX流程\\",\\n \\"DepartmentName\\": \\"部门\\",\\n \\"AppName\\": \\"XX应用\\",\\n \\"VideoUrl\\": \\"http://oss.aliyuncs.com/1.mp4\\",\\n \\"MetaUrl\\": \\"http://oss.aliyuncs.com/1.mp4.meta\\",\\n \\"ResultUrl\\": \\"http://oss.aliyuncs.com/1.mp4.json\\",\\n \\"RecordAt\\": \\"2020-07-14T14:01:41.000+08:00\\",\\n \\"Duration\\": 22,\\n \\"Status\\": \\"completed\\",\\n \\"RoomId\\": \\"654078150345590\\",\\n \\"RecordRoomList\\": [\\n {\\n \\"Role\\": \\"21343\\",\\n \\"RecordType\\": \\"Mix\\",\\n \\"RoomVideoUrl\\": \\"http://oss.aliyuncs.com/1.mp4\\",\\n \\"RoomMetaUrl\\": \\"http://oss.aliyuncs.com/1.mp4.meta\\",\\n \\"RoomResultUrl\\": \\"http://oss.aliyuncs.com/1.mp4.json\\",\\n \\"RoomRecordAt\\": \\"2020-07-14T14:01:41.000+08:00\\",\\n \\"RoomStatus\\": \\"runnable\\",\\n \\"RtcRecordId\\": \\"record_65703154805715668342\\",\\n \\"OuterBusinessId\\": \\"ads32efef43\\"\\n }\\n ],\\n \\"OuterBusinessId\\": \\"ads32efef43\\"\\n }\\n ],\\n \\"Success\\": true,\\n \\"HttpCode\\": 200,\\n \\"Errors\\": [\\n {\\n \\"Field\\": \\"A1899517-BB99-5D3E-A71B-97524DCB0942\\",\\n \\"Message\\": \\"-\\"\\n }\\n ]\\n}","type":"json"}]',
+ ],
+ 'GetStatisticsRecordsByFeeId' => [
+ 'summary' => '根据feeid查询上报计量信息接口',
+ 'methods' => [
+ 'post',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'operationType' => 'readAndWrite',
+ 'deprecated' => false,
+ 'systemTags' => [
+ 'operationType' => 'get',
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'FeeId',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'ab7ce59f-a68a-4a6f-82a6-6460fadc9a70',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'title' => 'ApiResult<List<StatisticsRecord>>',
+ 'description' => 'ApiResult<List<StatisticsRecord>>',
+ 'type' => 'object',
+ 'properties' => [
+ 'RequestId' => [
+ 'title' => 'requestId',
+ 'description' => 'requestId',
+ 'type' => 'string',
+ 'example' => 'CAD43A24-D34C-5848-BEB0-3D184F6687B1',
+ ],
+ 'Code' => [
+ 'title' => 'code',
+ 'description' => 'code',
+ 'type' => 'string',
+ 'example' => 'OK',
+ ],
+ 'Message' => [
+ 'title' => '提示',
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '-',
+ ],
+ 'Data' => [
+ 'title' => '数据',
+ 'description' => '',
+ 'type' => 'array',
+ 'items' => [
+ 'description' => '',
+ 'type' => 'object',
+ 'properties' => [
+ 'DeviceId' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '7f3dfb9aa0dd0261',
+ ],
+ 'TenantId' => [
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'example' => '1',
+ ],
+ 'AppId' => [
+ 'description' => 'appid',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'example' => '12',
+ ],
+ 'DepartmentId' => [
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'example' => '12',
+ ],
+ 'DeviceType' => [
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '0',
+ ],
+ 'CreatedAt' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '2020-07-14T14:01:41.000+08:00',
+ ],
+ 'UpdatedAt' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '2020-07-14T14:01:41.000+08:00',
+ ],
+ 'BeginAt' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '2022-05-23 10:33:12',
+ ],
+ 'EndAt' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '2022-03-24 11:39:46',
+ ],
+ 'Hour' => [
+ 'title' => '2020050811',
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '2020050811',
+ ],
+ 'DetectionDuration' => [
+ 'title' => '检测时长,s',
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '1200',
+ ],
+ 'ChargeDuration' => [
+ 'title' => '计费时长,min',
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '12',
+ ],
+ 'Type' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => 'REMOTE',
+ ],
+ 'FeeId' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => 'ff1d7783-e087-4d62-92df-3a163eca7c07',
+ ],
+ ],
+ ],
+ ],
+ 'Success' => [
+ 'title' => '给 pop 使用的',
+ 'description' => '',
+ 'type' => 'boolean',
+ 'example' => 'True',
+ ],
+ 'HttpCode' => [
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '200',
+ ],
+ 'Errors' => [
+ 'title' => '错误列表',
+ 'description' => '',
+ 'type' => 'array',
+ 'items' => [
+ 'description' => '',
+ 'type' => 'object',
+ 'properties' => [
+ 'Field' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '-',
+ ],
+ 'Message' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '-',
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'errorCodes' => [
+ 400 => [
+ [
+ 'errorCode' => 'InvalidRequest',
+ 'errorMessage' => 'The request is invalid.',
+ ],
+ ],
+ [
+ [
+ 'errorCode' => 'Unauthorized',
+ 'errorMessage' => 'The request requires user authentication.',
+ ],
+ ],
+ 403 => [
+ [
+ 'errorCode' => 'Forbidden',
+ 'errorMessage' => 'Access to this resource on the server is denied.',
+ ],
+ ],
+ [
+ [
+ 'errorCode' => 'ResourceNotFound',
+ 'errorMessage' => 'The specified resource does not exist.',
+ ],
+ ],
+ 500 => [
+ [
+ 'errorCode' => 'InternalServerError',
+ 'errorMessage' => 'An internal server error occurred.',
+ ],
+ ],
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"CAD43A24-D34C-5848-BEB0-3D184F6687B1\\",\\n \\"Code\\": \\"OK\\",\\n \\"Message\\": \\"-\\",\\n \\"Data\\": [\\n {\\n \\"DeviceId\\": \\"7f3dfb9aa0dd0261\\",\\n \\"TenantId\\": 1,\\n \\"AppId\\": 12,\\n \\"DepartmentId\\": 12,\\n \\"DeviceType\\": 0,\\n \\"CreatedAt\\": \\"2020-07-14T14:01:41.000+08:00\\",\\n \\"UpdatedAt\\": \\"2020-07-14T14:01:41.000+08:00\\",\\n \\"BeginAt\\": \\"2022-05-23 10:33:12\\",\\n \\"EndAt\\": \\"2022-03-24 11:39:46\\",\\n \\"Hour\\": 2020050811,\\n \\"DetectionDuration\\": 1200,\\n \\"ChargeDuration\\": 12,\\n \\"Type\\": \\"REMOTE\\",\\n \\"FeeId\\": \\"ff1d7783-e087-4d62-92df-3a163eca7c07\\"\\n }\\n ],\\n \\"Success\\": true,\\n \\"HttpCode\\": 200,\\n \\"Errors\\": [\\n {\\n \\"Field\\": \\"-\\",\\n \\"Message\\": \\"-\\"\\n }\\n ]\\n}","type":"json"}]',
+ ],
+ 'AsrSentence' => [
+ 'summary' => '一句话识别',
+ 'methods' => [
+ 'post',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'operationType' => 'readAndWrite',
+ 'deprecated' => false,
+ 'systemTags' => [
+ 'operationType' => 'none',
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'AsrRequest',
+ 'in' => 'formData',
+ 'style' => 'json',
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'object',
+ 'properties' => [
+ 'AppId' => [
+ 'title' => '应用信息',
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'd61be709-49d2-4cf1-b219-cd6181f72db8',
+ ],
+ 'FileUrl' => [
+ 'title' => '语音文件地址',
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'http://shuanglu-record-finance.oss-cn-shanghai.aliyuncs.com/record/4x5avhil/047730_30307_0/2022-02-12-10-20****',
+ ],
+ 'Format' => [
+ 'title' => '音频编码格式',
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'PCM',
+ ],
+ 'SampleRate' => [
+ 'title' => '音频采样率',
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'required' => false,
+ 'example' => '16000',
+ ],
+ 'EnablePunctuationPrediction' => [
+ 'title' => '是否在后处理中添加标点。取值:true、false。默认:false(不开启)。',
+ 'description' => '',
+ 'type' => 'boolean',
+ 'required' => false,
+ 'example' => 'false',
+ 'default' => 'false',
+ ],
+ 'EnableInverseTextNormalization' => [
+ 'title' => '是否在后处理中执行ITN。取值:true、false。默认:false(不开启)。',
+ 'description' => '',
+ 'type' => 'boolean',
+ 'required' => false,
+ 'example' => 'false',
+ 'default' => 'false',
+ ],
+ 'EnableVoiceDetection' => [
+ 'title' => '是否在后处理中执行ITN。取值:true、false。默认:false(不开启)。',
+ 'description' => '',
+ 'type' => 'boolean',
+ 'required' => false,
+ 'example' => 'false',
+ 'default' => 'false',
+ ],
+ ],
+ 'required' => false,
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'title' => 'ApiResult<AsrResponseDTO>',
+ 'description' => 'ApiResult<AsrResponseDTO>',
+ 'type' => 'object',
+ 'properties' => [
+ 'RequestId' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '59b0bbfe-929b-4a8c-9833-3ce70b4bad38',
+ ],
+ 'Code' => [
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => 'OK',
+ ],
+ 'Message' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '-',
+ ],
+ 'Data' => [
+ 'description' => '',
+ 'type' => 'object',
+ 'properties' => [
+ 'Id' => [
+ 'title' => '双录端处理asr任务ID',
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '59b0bbfe-929b-4a8c-9833-3ce70b4bad38',
+ ],
+ 'TaskId' => [
+ 'title' => '智能语音asr任务ID',
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '368cfa55-2364-4d79-aeb4-c0956c4a45cd',
+ ],
+ 'Name' => [
+ 'title' => '智能语音asr任务名称',
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '',
+ ],
+ 'Code' => [
+ 'title' => '智能语音asr任务code',
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '20000000',
+ ],
+ 'Message' => [
+ 'title' => '智能语音asr任务message',
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '-',
+ ],
+ 'Result' => [
+ 'title' => 'asr识别出的文本',
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '',
+ ],
+ ],
+ ],
+ 'Success' => [
+ 'title' => '给 pop 使用的',
+ 'description' => '',
+ 'type' => 'boolean',
+ 'example' => 'True',
+ ],
+ 'HttpCode' => [
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '200',
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'errorCodes' => [
+ 400 => [
+ [
+ 'errorCode' => 'InvalidRequest',
+ 'errorMessage' => 'The request is invalid.',
+ ],
+ ],
+ [
+ [
+ 'errorCode' => 'Unauthorized',
+ 'errorMessage' => 'The request requires user authentication.',
+ ],
+ ],
+ 403 => [
+ [
+ 'errorCode' => 'Forbidden',
+ 'errorMessage' => 'Access to this resource on the server is denied.',
+ ],
+ ],
+ [
+ [
+ 'errorCode' => 'ResourceNotFound',
+ 'errorMessage' => 'The specified resource does not exist.',
+ ],
+ ],
+ 500 => [
+ [
+ 'errorCode' => 'InternalServerError',
+ 'errorMessage' => 'An internal server error occurred.',
+ ],
+ ],
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"59b0bbfe-929b-4a8c-9833-3ce70b4bad38\\",\\n \\"Code\\": 0,\\n \\"Message\\": \\"-\\",\\n \\"Data\\": {\\n \\"Id\\": \\"59b0bbfe-929b-4a8c-9833-3ce70b4bad38\\",\\n \\"TaskId\\": \\"368cfa55-2364-4d79-aeb4-c0956c4a45cd\\",\\n \\"Name\\": \\"任务1\\",\\n \\"Code\\": 20000000,\\n \\"Message\\": \\"-\\",\\n \\"Result\\": \\"北京的天气\\"\\n },\\n \\"Success\\": true,\\n \\"HttpCode\\": 200\\n}","type":"json"}]',
+ ],
+ 'FaceCompare' => [
+ 'summary' => '人脸对比',
+ 'methods' => [
+ 'post',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'operationType' => 'readAndWrite',
+ 'deprecated' => false,
+ 'systemTags' => [
+ 'operationType' => 'none',
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'FaceRequest',
+ 'in' => 'formData',
+ 'style' => 'json',
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'object',
+ 'properties' => [
+ 'AppId' => [
+ 'title' => '应用信息',
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'd61be709-49d2-4cf1-b219-cd6181f72***',
+ ],
+ 'SourceImage' => [
+ 'title' => '人脸照片 base64',
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '/9j/4AAQSkZJRgABAQAASxxxxxxx',
+ ],
+ 'TargetImage' => [
+ 'title' => '底库照片 base64',
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '/9j/4AAQSkZJRgABAQAASxxxxxxx',
+ ],
+ ],
+ 'required' => false,
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'title' => 'ApiResult<FaceResponseDTO>',
+ 'description' => 'ApiResult<FaceResponseDTO>',
+ 'type' => 'object',
+ 'properties' => [
+ 'RequestId' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '59b0bbfe-929b-4a8c-9833-3ce70b4ba***',
+ ],
+ 'Code' => [
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => 'OK',
+ ],
+ 'Message' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '-',
+ ],
+ 'Data' => [
+ 'description' => '',
+ 'type' => 'object',
+ 'properties' => [
+ 'Id' => [
+ 'description' => 'ID',
+ 'type' => 'string',
+ 'example' => '59b0bbfe-929b-4a8c-9833-3ce70b4bad38',
+ ],
+ 'RequestId' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '59b0bbfe-929b-4a8c-9833-3ce70b4bad38',
+ ],
+ 'Code' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '200',
+ ],
+ 'Message' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '-',
+ ],
+ 'Passed' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => 'T',
+ ],
+ 'VerifyScore' => [
+ 'description' => '',
+ 'type' => 'number',
+ 'format' => 'float',
+ 'example' => '60.86',
+ ],
+ 'Status' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => 'completed',
+ ],
+ ],
+ ],
+ 'Success' => [
+ 'title' => '给 pop 使用的',
+ 'description' => '',
+ 'type' => 'boolean',
+ 'example' => 'True',
+ ],
+ 'HttpCode' => [
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '200',
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'errorCodes' => [
+ 400 => [
+ [
+ 'errorCode' => 'InvalidRequest',
+ 'errorMessage' => 'The request is invalid.',
+ ],
+ ],
+ [
+ [
+ 'errorCode' => 'Unauthorized',
+ 'errorMessage' => 'The request requires user authentication.',
+ ],
+ ],
+ 403 => [
+ [
+ 'errorCode' => 'Forbidden',
+ 'errorMessage' => 'Access to this resource on the server is denied.',
+ ],
+ ],
+ [
+ [
+ 'errorCode' => 'ResourceNotFound',
+ 'errorMessage' => 'The specified resource does not exist.',
+ ],
+ ],
+ 500 => [
+ [
+ 'errorCode' => 'InternalServerError',
+ 'errorMessage' => 'An internal server error occurred.',
+ ],
+ ],
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"59b0bbfe-929b-4a8c-9833-3ce70b4ba***\\",\\n \\"Code\\": 0,\\n \\"Message\\": \\"-\\",\\n \\"Data\\": {\\n \\"Id\\": \\"59b0bbfe-929b-4a8c-9833-3ce70b4bad38\\",\\n \\"RequestId\\": \\"59b0bbfe-929b-4a8c-9833-3ce70b4bad38\\",\\n \\"Code\\": \\"200\\",\\n \\"Message\\": \\"-\\",\\n \\"Passed\\": \\"T\\",\\n \\"VerifyScore\\": 60.86,\\n \\"Status\\": \\"completed\\"\\n },\\n \\"Success\\": true,\\n \\"HttpCode\\": 200\\n}","type":"json"}]',
+ ],
+ 'TtsCommon' => [
+ 'summary' => '语音合成',
+ 'methods' => [
+ 'post',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'operationType' => 'readAndWrite',
+ 'deprecated' => false,
+ 'systemTags' => [
+ 'operationType' => 'none',
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'TtsRequest',
+ 'in' => 'formData',
+ 'style' => 'json',
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'object',
+ 'properties' => [
+ 'AppId' => [
+ 'title' => 'appid',
+ 'description' => 'appid',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'd61be709-49d2-4cf1-b219-cd6181f72***',
+ ],
+ 'Text' => [
+ 'title' => '文本',
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '',
+ ],
+ 'Voice' => [
+ 'title' => '发音人',
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'Xiaoyun',
+ ],
+ 'Format' => [
+ 'title' => '音频编码格式',
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'WAV',
+ ],
+ 'Volume' => [
+ 'title' => '音量',
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'required' => false,
+ 'example' => '50',
+ ],
+ 'SampleRate' => [
+ 'title' => '音频采样率',
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'required' => false,
+ 'example' => '16000',
+ ],
+ 'SpeechRate' => [
+ 'title' => '语速',
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'required' => false,
+ 'example' => '50',
+ ],
+ 'PitchRate' => [
+ 'title' => '语调',
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'required' => false,
+ 'example' => '50',
+ ],
+ ],
+ 'required' => false,
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'title' => 'ApiResult<TtsResponseDTO>',
+ 'description' => 'ApiResult<TtsResponseDTO>',
+ 'type' => 'object',
+ 'properties' => [
+ 'RequestId' => [
+ 'description' => 'requestId',
+ 'type' => 'string',
+ 'example' => 'c761f0ec-107c-43dc-8565-45330e10e11b',
+ ],
+ 'Code' => [
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => 'OK',
+ ],
+ 'Message' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '-',
+ ],
+ 'Data' => [
+ 'description' => '',
+ 'type' => 'object',
+ 'properties' => [
+ 'Id' => [
+ 'title' => '双录端处理tts任务ID',
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '63bb629d-92bf-4cdc-ad0b-3032c926****',
+ ],
+ 'TaskId' => [
+ 'title' => '智能语音tts任务ID',
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '368cfa55-2364-4d79-aeb4-c0956c4a****',
+ ],
+ 'Name' => [
+ 'title' => '智能语音tts任务名称',
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '',
+ ],
+ 'Code' => [
+ 'title' => '智能语音tts任务code',
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '20000000',
+ ],
+ 'Message' => [
+ 'title' => '智能语音tts任务message',
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '-',
+ ],
+ 'PublicUrl' => [
+ 'title' => '双录端语音合成结果可公网下载地址',
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => 'http://idrs-daily.oss-cn-beijing.aliyuncs.com/mode/android/model.zip?Expires=1607004612&OSSAccessKeyId=LTAI4FcsdDhFc7h78gqB****&Signature=XXXXX',
+ ],
+ ],
+ ],
+ 'Success' => [
+ 'title' => '给 pop 使用的',
+ 'description' => '',
+ 'type' => 'boolean',
+ 'example' => 'True',
+ ],
+ 'HttpCode' => [
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '200',
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'errorCodes' => [
+ 400 => [
+ [
+ 'errorCode' => 'InvalidRequest',
+ 'errorMessage' => 'The request is invalid.',
+ ],
+ ],
+ [
+ [
+ 'errorCode' => 'Unauthorized',
+ 'errorMessage' => 'The request requires user authentication.',
+ ],
+ ],
+ 403 => [
+ [
+ 'errorCode' => 'Forbidden',
+ 'errorMessage' => 'Access to this resource on the server is denied.',
+ ],
+ ],
+ [
+ [
+ 'errorCode' => 'ResourceNotFound',
+ 'errorMessage' => 'The specified resource does not exist.',
+ ],
+ ],
+ 500 => [
+ [
+ 'errorCode' => 'InternalServerError',
+ 'errorMessage' => 'An internal server error occurred.',
+ ],
+ ],
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"c761f0ec-107c-43dc-8565-45330e10e11b\\",\\n \\"Code\\": 0,\\n \\"Message\\": \\"-\\",\\n \\"Data\\": {\\n \\"Id\\": \\"63bb629d-92bf-4cdc-ad0b-3032c926****\\",\\n \\"TaskId\\": \\"368cfa55-2364-4d79-aeb4-c0956c4a****\\",\\n \\"Name\\": \\"任务1\\",\\n \\"Code\\": 20000000,\\n \\"Message\\": \\"-\\",\\n \\"PublicUrl\\": \\"http://idrs-daily.oss-cn-beijing.aliyuncs.com/mode/android/model.zip?Expires=1607004612&OSSAccessKeyId=LTAI4FcsdDhFc7h78gqB****&Signature=XXXXX\\"\\n },\\n \\"Success\\": true,\\n \\"HttpCode\\": 200\\n}","type":"json"}]',
+ ],
+ 'TtsTask' => [
+ 'summary' => '单向视频双录-语音合成推送任务',
+ 'methods' => [
+ 'post',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'operationType' => 'readAndWrite',
+ 'deprecated' => false,
+ 'systemTags' => [
+ 'operationType' => 'none',
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'Request',
+ 'in' => 'formData',
+ 'style' => 'json',
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'object',
+ 'properties' => [
+ 'RoomId' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => true,
+ 'example' => '655259585579***',
+ ],
+ 'Key' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => true,
+ 'example' => 'd9ee5df9-20bf-47bf-987a-76b26984b***',
+ ],
+ 'Timestamp' => [
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'required' => false,
+ 'example' => '1662271315039',
+ ],
+ ],
+ 'required' => true,
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'title' => 'ApiResult<H5TtsResponseDTO>',
+ 'description' => 'ApiResult<H5TtsResponseDTO>',
+ 'type' => 'object',
+ 'properties' => [
+ 'RequestId' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '16A4A091-98BE-55F4-92D1-21590658***',
+ ],
+ 'Code' => [
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => 'OK',
+ ],
+ 'Message' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '-',
+ ],
+ 'Data' => [
+ 'description' => '',
+ 'type' => 'object',
+ 'properties' => [
+ 'Question' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '',
+ ],
+ 'Answer' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '',
+ ],
+ 'Duration' => [
+ 'description' => '',
+ 'type' => 'number',
+ 'format' => 'double',
+ 'example' => '727',
+ ],
+ 'SpeechRate' => [
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '64',
+ ],
+ ],
+ ],
+ 'Success' => [
+ 'title' => '给 pop 使用的',
+ 'description' => '',
+ 'type' => 'boolean',
+ 'example' => 'True',
+ ],
+ 'HttpCode' => [
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '200',
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'errorCodes' => [
+ 400 => [
+ [
+ 'errorCode' => 'InvalidRequest',
+ 'errorMessage' => 'The request is invalid.',
+ ],
+ ],
+ [
+ [
+ 'errorCode' => 'Unauthorized',
+ 'errorMessage' => 'The request requires user authentication.',
+ ],
+ ],
+ 403 => [
+ [
+ 'errorCode' => 'Forbidden',
+ 'errorMessage' => 'Access to this resource on the server is denied.',
+ ],
+ ],
+ [
+ [
+ 'errorCode' => 'ResourceNotFound',
+ 'errorMessage' => 'The specified resource does not exist.',
+ ],
+ ],
+ 500 => [
+ [
+ 'errorCode' => 'InternalServerError',
+ 'errorMessage' => 'An internal server error occurred.',
+ ],
+ ],
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"16A4A091-98BE-55F4-92D1-21590658***\\",\\n \\"Code\\": 0,\\n \\"Message\\": \\"-\\",\\n \\"Data\\": {\\n \\"Question\\": \\"北京的天气如何\\",\\n \\"Answer\\": \\"晴朗\\",\\n \\"Duration\\": 727,\\n \\"SpeechRate\\": 64\\n },\\n \\"Success\\": true,\\n \\"HttpCode\\": 200\\n}","type":"json"}]',
+ ],
+ 'LeaveRoom' => [
+ 'summary' => '单向视频双录-通知离开房间',
+ 'methods' => [
+ 'post',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'operationType' => 'readAndWrite',
+ 'deprecated' => false,
+ 'systemTags' => [
+ 'operationType' => 'none',
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'RoomId',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '661940620884***',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'title' => 'ApiResult<String>',
+ 'description' => 'ApiResult<String>',
+ 'type' => 'object',
+ 'properties' => [
+ 'RequestId' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '8F5F961D-07AA-5293-BFFE-32CDC251***',
+ ],
+ 'Code' => [
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => 'OK',
+ ],
+ 'Message' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '',
+ ],
+ 'Data' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '',
+ ],
+ 'Success' => [
+ 'title' => '给 pop 使用的',
+ 'description' => '',
+ 'type' => 'boolean',
+ 'example' => 'True',
+ ],
+ 'HttpCode' => [
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '200',
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'errorCodes' => [
+ 400 => [
+ [
+ 'errorCode' => 'InvalidRequest',
+ 'errorMessage' => 'The request is invalid.',
+ ],
+ ],
+ [
+ [
+ 'errorCode' => 'Unauthorized',
+ 'errorMessage' => 'The request requires user authentication.',
+ ],
+ ],
+ 403 => [
+ [
+ 'errorCode' => 'Forbidden',
+ 'errorMessage' => 'Access to this resource on the server is denied.',
+ ],
+ ],
+ [
+ [
+ 'errorCode' => 'ResourceNotFound',
+ 'errorMessage' => 'The specified resource does not exist.',
+ ],
+ ],
+ 500 => [
+ [
+ 'errorCode' => 'InternalServerError',
+ 'errorMessage' => 'An internal server error occurred.',
+ ],
+ ],
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"8F5F961D-07AA-5293-BFFE-32CDC251***\\",\\n \\"Code\\": 0,\\n \\"Message\\": \\"无\\",\\n \\"Data\\": \\"无\\",\\n \\"Success\\": true,\\n \\"HttpCode\\": 200\\n}","type":"json"}]',
+ ],
+ 'FaceRecognize' => [
+ 'summary' => '单向视频双录-人脸识别静默活体',
+ 'methods' => [
+ 'post',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'operationType' => 'readAndWrite',
+ 'deprecated' => false,
+ 'systemTags' => [
+ 'operationType' => 'none',
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'FaceRequest',
+ 'in' => 'formData',
+ 'style' => 'json',
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'object',
+ 'properties' => [
+ 'AppId' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => true,
+ 'example' => 'd61be709-49d2-4cf1-b219-cd6181f72***',
+ ],
+ 'SourceImage' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => true,
+ 'example' => '/9j/4AAQSkZJRgABAQAASxxxxxxx',
+ ],
+ 'TargetImage' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => true,
+ 'example' => '/9j/4AAQSkZJRgABAQAASxxxxxxx',
+ ],
+ 'Liveness' => [
+ 'description' => '',
+ 'type' => 'boolean',
+ 'required' => false,
+ 'example' => 'true',
+ ],
+ ],
+ 'required' => true,
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'title' => 'ApiResult<FaceRecognizeResponseDTO>',
+ 'description' => 'ApiResult<FaceRecognizeResponseDTO>',
+ 'type' => 'object',
+ 'properties' => [
+ 'RequestId' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '59b0bbfe-929b-4a8c-9833-3ce70b4ba***',
+ ],
+ 'Code' => [
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => 'OK',
+ ],
+ 'Message' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '-',
+ ],
+ 'Data' => [
+ 'description' => '',
+ 'type' => 'object',
+ 'properties' => [
+ 'ComparePassed' => [
+ 'title' => '识别是否通过',
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => 'T ',
+ ],
+ 'CompareScore' => [
+ 'title' => '分值',
+ 'description' => '',
+ 'type' => 'number',
+ 'format' => 'float',
+ 'example' => '32.435',
+ ],
+ 'LivenessPassed' => [
+ 'title' => '识别是否通过',
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => 'T',
+ ],
+ 'LivenessScore' => [
+ 'title' => '分值',
+ 'description' => '',
+ 'type' => 'number',
+ 'format' => 'float',
+ 'example' => '56.34',
+ ],
+ ],
+ ],
+ 'Success' => [
+ 'title' => '给 pop 使用的',
+ 'description' => '',
+ 'type' => 'boolean',
+ 'example' => 'True',
+ ],
+ 'HttpCode' => [
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '200',
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'errorCodes' => [
+ 400 => [
+ [
+ 'errorCode' => 'InvalidRequest',
+ 'errorMessage' => 'The request is invalid.',
+ ],
+ ],
+ [
+ [
+ 'errorCode' => 'Unauthorized',
+ 'errorMessage' => 'The request requires user authentication.',
+ ],
+ ],
+ 403 => [
+ [
+ 'errorCode' => 'Forbidden',
+ 'errorMessage' => 'Access to this resource on the server is denied.',
+ ],
+ ],
+ [
+ [
+ 'errorCode' => 'ResourceNotFound',
+ 'errorMessage' => 'The specified resource does not exist.',
+ ],
+ ],
+ 500 => [
+ [
+ 'errorCode' => 'InternalServerError',
+ 'errorMessage' => 'An internal server error occurred.',
+ ],
+ ],
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"59b0bbfe-929b-4a8c-9833-3ce70b4ba***\\",\\n \\"Code\\": 0,\\n \\"Message\\": \\"-\\",\\n \\"Data\\": {\\n \\"ComparePassed\\": \\"T \\",\\n \\"CompareScore\\": 32.435,\\n \\"LivenessPassed\\": \\"T\\",\\n \\"LivenessScore\\": 56.34\\n },\\n \\"Success\\": true,\\n \\"HttpCode\\": 200\\n}","type":"json"}]',
+ ],
+ 'FaceLiveness' => [
+ 'summary' => '单向视频双录-静默活体',
+ 'methods' => [
+ 'post',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'operationType' => 'readAndWrite',
+ 'deprecated' => false,
+ 'systemTags' => [
+ 'operationType' => 'none',
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'FaceRequest',
+ 'in' => 'formData',
+ 'style' => 'json',
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'object',
+ 'properties' => [
+ 'AppId' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => true,
+ 'example' => 'd61be709-49d2-4cf1-b219-cd6181f72***',
+ ],
+ 'SourceImage' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => true,
+ 'example' => '/9j/4AAQSkZJRgABAQAASxxxxxxx',
+ ],
+ ],
+ 'required' => true,
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'title' => 'ApiResult<FaceLivenessResponseDTO>',
+ 'description' => 'ApiResult<FaceLivenessResponseDTO>',
+ 'type' => 'object',
+ 'properties' => [
+ 'RequestId' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '7AC54DAF-38F8-58C7-8383-3131FEDDA***',
+ ],
+ 'Code' => [
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => 'OK',
+ ],
+ 'Message' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '-',
+ ],
+ 'Data' => [
+ 'description' => '',
+ 'type' => 'object',
+ 'properties' => [
+ 'PublicId' => [
+ 'title' => '人脸任务ID',
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => 'd61be709-49d2-4cf1-b219-cd6181f72***'."\n",
+ ],
+ 'Code' => [
+ 'title' => '人脸接口返回的code',
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '2000000',
+ ],
+ 'Message' => [
+ 'title' => '人脸接口返回的错误信息',
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => 'success',
+ ],
+ 'Passed' => [
+ 'title' => '识别是否通过',
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => 'T',
+ ],
+ 'Score' => [
+ 'title' => '分值',
+ 'description' => '',
+ 'type' => 'number',
+ 'format' => 'float',
+ 'example' => '3.24324324324',
+ ],
+ 'Status' => [
+ 'title' => '任务状态',
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => 'COMPLETED',
+ ],
+ ],
+ ],
+ 'Success' => [
+ 'title' => '给 pop 使用的',
+ 'description' => '',
+ 'type' => 'boolean',
+ 'example' => 'True',
+ ],
+ 'HttpCode' => [
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '200',
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'errorCodes' => [
+ 400 => [
+ [
+ 'errorCode' => 'InvalidRequest',
+ 'errorMessage' => 'The request is invalid.',
+ ],
+ ],
+ [
+ [
+ 'errorCode' => 'Unauthorized',
+ 'errorMessage' => 'The request requires user authentication.',
+ ],
+ ],
+ 403 => [
+ [
+ 'errorCode' => 'Forbidden',
+ 'errorMessage' => 'Access to this resource on the server is denied.',
+ ],
+ ],
+ [
+ [
+ 'errorCode' => 'ResourceNotFound',
+ 'errorMessage' => 'The specified resource does not exist.',
+ ],
+ ],
+ 500 => [
+ [
+ 'errorCode' => 'InternalServerError',
+ 'errorMessage' => 'An internal server error occurred.',
+ ],
+ ],
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"7AC54DAF-38F8-58C7-8383-3131FEDDA***\\",\\n \\"Code\\": 0,\\n \\"Message\\": \\"-\\",\\n \\"Data\\": {\\n \\"PublicId\\": \\"d61be709-49d2-4cf1-b219-cd6181f72***\\\\n\\",\\n \\"Code\\": \\"2000000\\",\\n \\"Message\\": \\"success\\",\\n \\"Passed\\": \\"T\\",\\n \\"Score\\": 3.24324324324,\\n \\"Status\\": \\"COMPLETED\\"\\n },\\n \\"Success\\": true,\\n \\"HttpCode\\": 200\\n}","type":"json"}]',
+ ],
+ 'CreateTtsQuestionGroup' => [
+ 'summary' => '单向视频双录-创建TTS问题组',
+ 'methods' => [
+ 'post',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'operationType' => 'readAndWrite',
+ 'deprecated' => false,
+ 'systemTags' => [
+ 'operationType' => 'create',
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'Request',
+ 'in' => 'formData',
+ 'style' => 'json',
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'object',
+ 'properties' => [
+ 'Voice' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'xiaoyun',
+ ],
+ 'Format' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'PCM',
+ ],
+ 'Volume' => [
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'required' => false,
+ 'example' => '50',
+ ],
+ 'SampleRate' => [
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'required' => false,
+ 'example' => '16000',
+ ],
+ 'SpeechRate' => [
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'required' => false,
+ 'example' => '50',
+ ],
+ 'PitchRate' => [
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'required' => false,
+ 'example' => '50',
+ ],
+ ],
+ 'required' => true,
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'title' => 'ApiResult<IdResponseDTO>',
+ 'description' => 'ApiResult<IdResponseDTO>',
+ 'type' => 'object',
+ 'properties' => [
+ 'RequestId' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => 'B2AADC9E-2A58-5918-AE4E-FF59E19D7***',
+ ],
+ 'Code' => [
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => 'OK',
+ ],
+ 'Message' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '-',
+ ],
+ 'Data' => [
+ 'description' => '',
+ 'type' => 'object',
+ 'properties' => [
+ 'Id' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '63bb629d-92bf-4cdc-ad0b-3032c926d***',
+ ],
+ ],
+ ],
+ 'Success' => [
+ 'title' => '给 pop 使用的',
+ 'description' => '',
+ 'type' => 'boolean',
+ 'example' => 'True',
+ ],
+ 'HttpCode' => [
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '200',
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'errorCodes' => [
+ 400 => [
+ [
+ 'errorCode' => 'InvalidRequest',
+ 'errorMessage' => 'The request is invalid.',
+ ],
+ ],
+ [
+ [
+ 'errorCode' => 'Unauthorized',
+ 'errorMessage' => 'The request requires user authentication.',
+ ],
+ ],
+ 403 => [
+ [
+ 'errorCode' => 'Forbidden',
+ 'errorMessage' => 'Access to this resource on the server is denied.',
+ ],
+ ],
+ [
+ [
+ 'errorCode' => 'ResourceNotFound',
+ 'errorMessage' => 'The specified resource does not exist.',
+ ],
+ ],
+ 500 => [
+ [
+ 'errorCode' => 'InternalServerError',
+ 'errorMessage' => 'An internal server error occurred.',
+ ],
+ ],
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"B2AADC9E-2A58-5918-AE4E-FF59E19D7***\\",\\n \\"Code\\": 0,\\n \\"Message\\": \\"-\\",\\n \\"Data\\": {\\n \\"Id\\": \\"63bb629d-92bf-4cdc-ad0b-3032c926d***\\"\\n },\\n \\"Success\\": true,\\n \\"HttpCode\\": 200\\n}","type":"json"}]',
+ ],
+ 'GetAsrResult' => [
+ 'summary' => '单向视频双录-获取语音识别结果',
+ 'methods' => [
+ 'post',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'operationType' => 'readAndWrite',
+ 'deprecated' => false,
+ 'systemTags' => [
+ 'operationType' => 'get',
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'AsrTaskId',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => true,
+ 'example' => 'B2AADC9E-2A58-5918-AE4E-FF59E19D7***',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'title' => 'ApiResult<ResultResponseDTO>',
+ 'description' => 'ApiResult<ResultResponseDTO>',
+ 'type' => 'object',
+ 'properties' => [
+ 'RequestId' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => 'C14ED32C-B9E4-54E7-BA85-C2B562C5B***',
+ ],
+ 'Code' => [
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => 'OK',
+ ],
+ 'Message' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '-',
+ ],
+ 'Data' => [
+ 'description' => '',
+ 'type' => 'object',
+ 'properties' => [
+ 'Result' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '',
+ ],
+ ],
+ ],
+ 'Success' => [
+ 'title' => '给 pop 使用的',
+ 'description' => '',
+ 'type' => 'boolean',
+ 'example' => 'True',
+ ],
+ 'HttpCode' => [
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '200',
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'errorCodes' => [
+ 400 => [
+ [
+ 'errorCode' => 'InvalidRequest',
+ 'errorMessage' => 'The request is invalid.',
+ ],
+ ],
+ [
+ [
+ 'errorCode' => 'Unauthorized',
+ 'errorMessage' => 'The request requires user authentication.',
+ ],
+ ],
+ 403 => [
+ [
+ 'errorCode' => 'Forbidden',
+ 'errorMessage' => 'Access to this resource on the server is denied.',
+ ],
+ ],
+ [
+ [
+ 'errorCode' => 'ResourceNotFound',
+ 'errorMessage' => 'The specified resource does not exist.',
+ ],
+ ],
+ 500 => [
+ [
+ 'errorCode' => 'InternalServerError',
+ 'errorMessage' => 'An internal server error occurred.',
+ ],
+ ],
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"C14ED32C-B9E4-54E7-BA85-C2B562C5B***\\",\\n \\"Code\\": 0,\\n \\"Message\\": \\"-\\",\\n \\"Data\\": {\\n \\"Result\\": \\"北京的天气\\"\\n },\\n \\"Success\\": true,\\n \\"HttpCode\\": 200\\n}","type":"json"}]',
+ ],
+ 'JoinRoom' => [
+ 'summary' => '单向视频双录-通知加入房间',
+ 'methods' => [
+ 'post',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'operationType' => 'readAndWrite',
+ 'deprecated' => false,
+ 'systemTags' => [
+ 'operationType' => 'none',
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'AppId',
+ 'in' => 'query',
+ 'allowEmptyValue' => false,
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => true,
+ 'example' => '4a29b426-742f-4078-8386-79b440b***',
+ ],
+ ],
+ [
+ 'name' => 'RoomId',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => true,
+ 'example' => '66194***681868',
+ ],
+ ],
+ [
+ 'name' => 'StreamId',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '12312***2412',
+ ],
+ ],
+ [
+ 'name' => 'RoomToken',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '006f4***b269',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'title' => 'ApiResult<JoinRoomResponseDTO>',
+ 'description' => 'ApiResult<JoinRoomResponseDTO>',
+ 'type' => 'object',
+ 'properties' => [
+ 'RequestId' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => 'D15744FC-97D2-5D61-A18C-8CC4FA0A3***',
+ ],
+ 'Code' => [
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => 'OK',
+ ],
+ 'Message' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '-',
+ ],
+ 'Data' => [
+ 'description' => '',
+ 'type' => 'object',
+ 'properties' => [
+ 'RoomId' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '641981583353***',
+ ],
+ 'StreamId' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '12312***412',
+ ],
+ ],
+ ],
+ 'Success' => [
+ 'title' => '给 pop 使用的',
+ 'description' => '',
+ 'type' => 'boolean',
+ 'example' => 'True',
+ ],
+ 'HttpCode' => [
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '200',
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'errorCodes' => [
+ 400 => [
+ [
+ 'errorCode' => 'InvalidRequest',
+ 'errorMessage' => 'The request is invalid.',
+ ],
+ ],
+ [
+ [
+ 'errorCode' => 'Unauthorized',
+ 'errorMessage' => 'The request requires user authentication.',
+ ],
+ ],
+ 403 => [
+ [
+ 'errorCode' => 'Forbidden',
+ 'errorMessage' => 'Access to this resource on the server is denied.',
+ ],
+ ],
+ [
+ [
+ 'errorCode' => 'ResourceNotFound',
+ 'errorMessage' => 'The specified resource does not exist.',
+ ],
+ ],
+ 500 => [
+ [
+ 'errorCode' => 'InternalServerError',
+ 'errorMessage' => 'An internal server error occurred.',
+ ],
+ ],
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"D15744FC-97D2-5D61-A18C-8CC4FA0A3***\\",\\n \\"Code\\": 0,\\n \\"Message\\": \\"-\\",\\n \\"Data\\": {\\n \\"RoomId\\": \\"641981583353***\\",\\n \\"StreamId\\": \\"12312***412\\"\\n },\\n \\"Success\\": true,\\n \\"HttpCode\\": 200\\n}","type":"json"}]',
+ ],
+ 'CreateTtsQuestion' => [
+ 'summary' => '单向视频双录-创建TTS问题',
+ 'methods' => [
+ 'post',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'operationType' => 'readAndWrite',
+ 'deprecated' => false,
+ 'systemTags' => [
+ 'operationType' => 'create',
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'Request',
+ 'in' => 'formData',
+ 'style' => 'json',
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'object',
+ 'properties' => [
+ 'QuestionGroupId' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => true,
+ 'example' => '47584ba4-9781-496b-8e6f-c8525a213***'."\n",
+ ],
+ 'Question' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => true,
+ 'example' => '',
+ ],
+ 'Answer' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => true,
+ 'example' => '',
+ ],
+ ],
+ 'required' => true,
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'title' => 'ApiResult<IdResponseDTO>',
+ 'description' => 'ApiResult<IdResponseDTO>',
+ 'type' => 'object',
+ 'properties' => [
+ 'RequestId' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => 'D9AA9055-F73D-592C-832B-5AEECB093***',
+ ],
+ 'Code' => [
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => 'OK',
+ ],
+ 'Message' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '-',
+ ],
+ 'Data' => [
+ 'description' => '',
+ 'type' => 'object',
+ 'properties' => [
+ 'Id' => [
+ 'description' => 'ID',
+ 'type' => 'string',
+ 'example' => '59b0bbfe-929b-4a8c-9833-3ce70b4ba***',
+ ],
+ ],
+ ],
+ 'Success' => [
+ 'title' => '给 pop 使用的',
+ 'description' => '',
+ 'type' => 'boolean',
+ 'example' => 'True',
+ ],
+ 'HttpCode' => [
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '200',
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'errorCodes' => [
+ 400 => [
+ [
+ 'errorCode' => 'InvalidRequest',
+ 'errorMessage' => 'The request is invalid.',
+ ],
+ ],
+ [
+ [
+ 'errorCode' => 'Unauthorized',
+ 'errorMessage' => 'The request requires user authentication.',
+ ],
+ ],
+ 403 => [
+ [
+ 'errorCode' => 'Forbidden',
+ 'errorMessage' => 'Access to this resource on the server is denied.',
+ ],
+ ],
+ [
+ [
+ 'errorCode' => 'ResourceNotFound',
+ 'errorMessage' => 'The specified resource does not exist.',
+ ],
+ ],
+ 500 => [
+ [
+ 'errorCode' => 'InternalServerError',
+ 'errorMessage' => 'An internal server error occurred.',
+ ],
+ ],
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"D9AA9055-F73D-592C-832B-5AEECB093***\\",\\n \\"Code\\": 0,\\n \\"Message\\": \\"-\\",\\n \\"Data\\": {\\n \\"Id\\": \\"59b0bbfe-929b-4a8c-9833-3ce70b4ba***\\"\\n },\\n \\"Success\\": true,\\n \\"HttpCode\\": 200\\n}","type":"json"}]',
+ ],
+ 'AsrTask' => [
+ 'summary' => '单向视频双录-语音识别任务',
+ 'methods' => [
+ 'post',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'operationType' => 'readAndWrite',
+ 'deprecated' => false,
+ 'systemTags' => [
+ 'operationType' => 'none',
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'Request',
+ 'in' => 'formData',
+ 'style' => 'json',
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'object',
+ 'properties' => [
+ 'AppId' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => true,
+ 'example' => 'd9ee5df9-20bf-47bf-987a-76b26984b***',
+ ],
+ 'RoomId' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => true,
+ 'example' => '662027426755***',
+ ],
+ 'Timestamp' => [
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'required' => false,
+ 'example' => '1656388156399',
+ ],
+ 'Event' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => true,
+ 'example' => 'START',
+ ],
+ 'AsrTaskId' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'd9ee5df9-20bf-47bf-987a-76b26984b***'."\n",
+ ],
+ ],
+ 'required' => false,
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'title' => 'ApiResult<IdResponseDTO>',
+ 'description' => 'ApiResult<IdResponseDTO>',
+ 'type' => 'object',
+ 'properties' => [
+ 'RequestId' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => 'DF4B0162-A5E0-5F85-BEFD-CAC36E876***',
+ ],
+ 'Code' => [
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => 'OK',
+ ],
+ 'Message' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '-',
+ ],
+ 'Data' => [
+ 'description' => '',
+ 'type' => 'object',
+ 'properties' => [
+ 'Result' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '',
+ ],
+ ],
+ ],
+ 'Success' => [
+ 'title' => '给 pop 使用的',
+ 'description' => '',
+ 'type' => 'boolean',
+ 'example' => 'True',
+ ],
+ 'HttpCode' => [
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '200',
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'errorCodes' => [
+ 400 => [
+ [
+ 'errorCode' => 'InvalidRequest',
+ 'errorMessage' => 'The request is invalid.',
+ ],
+ ],
+ [
+ [
+ 'errorCode' => 'Unauthorized',
+ 'errorMessage' => 'The request requires user authentication.',
+ ],
+ ],
+ 403 => [
+ [
+ 'errorCode' => 'Forbidden',
+ 'errorMessage' => 'Access to this resource on the server is denied.',
+ ],
+ ],
+ [
+ [
+ 'errorCode' => 'ResourceNotFound',
+ 'errorMessage' => 'The specified resource does not exist.',
+ ],
+ ],
+ 500 => [
+ [
+ 'errorCode' => 'InternalServerError',
+ 'errorMessage' => 'An internal server error occurred.',
+ ],
+ ],
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"DF4B0162-A5E0-5F85-BEFD-CAC36E876***\\",\\n \\"Code\\": 0,\\n \\"Message\\": \\"-\\",\\n \\"Data\\": {\\n \\"Result\\": \\"北京的天气\\"\\n },\\n \\"Success\\": true,\\n \\"HttpCode\\": 200\\n}","type":"json"}]',
+ ],
+ 'GetTtsQuestionByGroupId' => [
+ 'summary' => '根据TTS问题组ID获取TTS问题信息',
+ 'methods' => [
+ 'post',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'operationType' => 'readAndWrite',
+ 'deprecated' => false,
+ 'systemTags' => [
+ 'operationType' => 'get',
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'GroupId',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => true,
+ 'example' => '47584ba4-9781-496b-8e6f-c8525a213***',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'title' => 'ApiResult<GetQuestionsDTO>',
+ 'description' => 'ApiResult<GetQuestionsDTO>',
+ 'type' => 'object',
+ 'properties' => [
+ 'RequestId' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => 'D2DFCDC3-1ECF-599D-8EDA-8F598E5A9***',
+ ],
+ 'Code' => [
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => 'OK',
+ ],
+ 'Message' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '-',
+ ],
+ 'Data' => [
+ 'description' => '',
+ 'type' => 'object',
+ 'properties' => [
+ 'GroupId' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '47584ba4-9781-496b-8e6f-c8525a213***',
+ ],
+ 'Questions' => [
+ 'description' => '',
+ 'type' => 'array',
+ 'items' => [
+ 'description' => '',
+ 'type' => 'object',
+ 'properties' => [
+ 'Id' => [
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'example' => '1',
+ ],
+ 'TenantId' => [
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'example' => '2',
+ ],
+ 'QuestionGroupId' => [
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'example' => '47584ba4-9781-496b-8e6f-c8525a213***',
+ ],
+ 'QuestionKey' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '47584ba4-9781-496b-8e6f-c8525a213***',
+ ],
+ 'Question' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '',
+ ],
+ 'Answer' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '',
+ ],
+ 'Duration' => [
+ 'description' => '',
+ 'type' => 'number',
+ 'format' => 'double',
+ 'example' => '674',
+ ],
+ 'OssUrl' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => 'https://pts-data-f***.pcm',
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'Success' => [
+ 'title' => '给 pop 使用的',
+ 'description' => '',
+ 'type' => 'boolean',
+ 'example' => 'True',
+ ],
+ 'HttpCode' => [
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '200',
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'errorCodes' => [
+ 400 => [
+ [
+ 'errorCode' => 'InvalidRequest',
+ 'errorMessage' => 'The request is invalid.',
+ ],
+ ],
+ [
+ [
+ 'errorCode' => 'Unauthorized',
+ 'errorMessage' => 'The request requires user authentication.',
+ ],
+ ],
+ 403 => [
+ [
+ 'errorCode' => 'Forbidden',
+ 'errorMessage' => 'Access to this resource on the server is denied.',
+ ],
+ ],
+ [
+ [
+ 'errorCode' => 'ResourceNotFound',
+ 'errorMessage' => 'The specified resource does not exist.',
+ ],
+ ],
+ 500 => [
+ [
+ 'errorCode' => 'InternalServerError',
+ 'errorMessage' => 'An internal server error occurred.',
+ ],
+ ],
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"D2DFCDC3-1ECF-599D-8EDA-8F598E5A9***\\",\\n \\"Code\\": 0,\\n \\"Message\\": \\"-\\",\\n \\"Data\\": {\\n \\"GroupId\\": \\"47584ba4-9781-496b-8e6f-c8525a213***\\",\\n \\"Questions\\": [\\n {\\n \\"Id\\": 1,\\n \\"TenantId\\": 2,\\n \\"QuestionGroupId\\": 0,\\n \\"QuestionKey\\": \\"47584ba4-9781-496b-8e6f-c8525a213***\\",\\n \\"Question\\": \\"北京的天气如何\\",\\n \\"Answer\\": \\"晴朗\\",\\n \\"Duration\\": 674,\\n \\"OssUrl\\": \\"https://pts-data-f***.pcm\\"\\n }\\n ]\\n },\\n \\"Success\\": true,\\n \\"HttpCode\\": 200\\n}","type":"json"}]',
+ ],
+ 'GetRecordsByOuterBusinessId' => [
+ 'summary' => '根据OuterBusinessId查询上报结果信息接口',
+ 'methods' => [
+ 'post',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'operationType' => 'readAndWrite',
+ 'deprecated' => false,
+ 'systemTags' => [
+ 'operationType' => 'get',
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'OuterBusinessId',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => true,
+ 'example' => 'ads32efef43',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'title' => 'ApiResult<List<Record>>',
+ 'description' => 'ApiResult<List<Record>>',
+ 'type' => 'object',
+ 'properties' => [
+ 'RequestId' => [
+ 'title' => 'requestId',
+ 'description' => 'requestId',
+ 'type' => 'string',
+ 'example' => '0f1c45cd-3eee-4e60-b505-2e330b875***',
+ ],
+ 'Code' => [
+ 'title' => 'code',
+ 'description' => 'code',
+ 'type' => 'string',
+ 'example' => 'OK',
+ ],
+ 'Message' => [
+ 'title' => '提示',
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '-',
+ ],
+ 'Data' => [
+ 'title' => '数据',
+ 'description' => '',
+ 'type' => 'array',
+ 'items' => [
+ 'description' => '',
+ 'type' => 'object',
+ 'properties' => [
+ 'Id' => [
+ 'title' => '双录记录id',
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '0f1c45cd-3eee-4e60-b505-2e330b875***',
+ ],
+ 'CreatedAt' => [
+ 'title' => '创建时间',
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '2020-07-14T14:01:41.000+08:00',
+ ],
+ 'DetectProcessName' => [
+ 'title' => '业务检测流程名',
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '',
+ ],
+ 'DepartmentName' => [
+ 'title' => '部门名',
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '',
+ ],
+ 'AppName' => [
+ 'title' => '应用名',
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '',
+ ],
+ 'VideoUrl' => [
+ 'title' => '视频地址',
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => 'http://oss.aliyuncs.com/1.mp4',
+ ],
+ 'MetaUrl' => [
+ 'title' => 'meta地址',
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => 'http://oss.aliyuncs.com/1.mp4.meta',
+ ],
+ 'ResultUrl' => [
+ 'title' => '结果地址',
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => 'http://oss.aliyuncs.com/1.mp4.json',
+ ],
+ 'RecordAt' => [
+ 'title' => '录制时间',
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '2020-07-14T14:01:41.000+08:00',
+ ],
+ 'Duration' => [
+ 'title' => '时长',
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'example' => '22',
+ ],
+ 'Status' => [
+ 'title' => '检测状态',
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => 'COMPLETED',
+ ],
+ 'RoomId' => [
+ 'title' => 'mrtc房间id',
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '641981583353***',
+ ],
+ 'RecordRoomList' => [
+ 'title' => '远程双录文件地址列表',
+ 'description' => '',
+ 'type' => 'array',
+ 'items' => [
+ 'description' => '',
+ 'type' => 'object',
+ 'properties' => [
+ 'Role' => [
+ 'title' => '角色',
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => 'user',
+ ],
+ 'RecordType' => [
+ 'title' => '录制视频类型',
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => 'Mix',
+ ],
+ 'RoomVideoUrl' => [
+ 'title' => '视频地址',
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => 'http://oss.aliyuncs.com/1.mp4',
+ ],
+ 'RoomMetaUrl' => [
+ 'title' => 'meta地址',
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => 'http://oss.aliyuncs.com/1.mp4.meta',
+ ],
+ 'RoomResultUrl' => [
+ 'title' => '结果地址',
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => 'http://oss.aliyuncs.com/1.mp4.json',
+ ],
+ 'RoomRecordAt' => [
+ 'title' => '录制时间',
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '2020-07-14T14:01:41.000+08:00',
+ ],
+ 'RoomStatus' => [
+ 'title' => '检测状态',
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '1',
+ ],
+ 'RtcRecordId' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => 'record_65703154805715668342',
+ ],
+ 'OuterBusinessId' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => 'ads32efef43',
+ ],
+ ],
+ ],
+ ],
+ 'OuterBusinessId' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => 'ads32efef43',
+ ],
+ ],
+ ],
+ ],
+ 'Success' => [
+ 'title' => '给 pop 使用的',
+ 'description' => '',
+ 'type' => 'boolean',
+ 'example' => 'True',
+ ],
+ 'HttpCode' => [
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '200',
+ ],
+ 'Errors' => [
+ 'title' => '错误列表',
+ 'description' => '',
+ 'type' => 'array',
+ 'items' => [
+ 'description' => '',
+ 'type' => 'object',
+ 'properties' => [
+ 'Field' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => 'A1899517-BB99-5D3E-A71B-97524DCB0***',
+ ],
+ 'Message' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '-',
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'errorCodes' => [
+ 400 => [
+ [
+ 'errorCode' => 'InvalidRequest',
+ 'errorMessage' => 'The request is invalid.',
+ ],
+ ],
+ [
+ [
+ 'errorCode' => 'Unauthorized',
+ 'errorMessage' => 'The request requires user authentication.',
+ ],
+ ],
+ 403 => [
+ [
+ 'errorCode' => 'Forbidden',
+ 'errorMessage' => 'Access to this resource on the server is denied.',
+ ],
+ ],
+ [
+ [
+ 'errorCode' => 'ResourceNotFound',
+ 'errorMessage' => 'The specified resource does not exist.',
+ ],
+ ],
+ 500 => [
+ [
+ 'errorCode' => 'InternalServerError',
+ 'errorMessage' => 'An internal server error occurred.',
+ ],
+ ],
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"0f1c45cd-3eee-4e60-b505-2e330b875***\\",\\n \\"Code\\": \\"OK\\",\\n \\"Message\\": \\"-\\",\\n \\"Data\\": [\\n {\\n \\"Id\\": \\"0f1c45cd-3eee-4e60-b505-2e330b875***\\",\\n \\"CreatedAt\\": \\"2020-07-14T14:01:41.000+08:00\\",\\n \\"DetectProcessName\\": \\"XX流程\\",\\n \\"DepartmentName\\": \\"XX部门\\",\\n \\"AppName\\": \\"XX应用\\",\\n \\"VideoUrl\\": \\"http://oss.aliyuncs.com/1.mp4\\",\\n \\"MetaUrl\\": \\"http://oss.aliyuncs.com/1.mp4.meta\\",\\n \\"ResultUrl\\": \\"http://oss.aliyuncs.com/1.mp4.json\\",\\n \\"RecordAt\\": \\"2020-07-14T14:01:41.000+08:00\\",\\n \\"Duration\\": 22,\\n \\"Status\\": \\"COMPLETED\\",\\n \\"RoomId\\": \\"641981583353***\\",\\n \\"RecordRoomList\\": [\\n {\\n \\"Role\\": \\"user\\",\\n \\"RecordType\\": \\"Mix\\",\\n \\"RoomVideoUrl\\": \\"http://oss.aliyuncs.com/1.mp4\\",\\n \\"RoomMetaUrl\\": \\"http://oss.aliyuncs.com/1.mp4.meta\\",\\n \\"RoomResultUrl\\": \\"http://oss.aliyuncs.com/1.mp4.json\\",\\n \\"RoomRecordAt\\": \\"2020-07-14T14:01:41.000+08:00\\",\\n \\"RoomStatus\\": \\"1\\",\\n \\"RtcRecordId\\": \\"record_65703154805715668342\\",\\n \\"OuterBusinessId\\": \\"ads32efef43\\"\\n }\\n ],\\n \\"OuterBusinessId\\": \\"ads32efef43\\"\\n }\\n ],\\n \\"Success\\": true,\\n \\"HttpCode\\": 200,\\n \\"Errors\\": [\\n {\\n \\"Field\\": \\"A1899517-BB99-5D3E-A71B-97524DCB0***\\",\\n \\"Message\\": \\"-\\"\\n }\\n ]\\n}","type":"json"}]',
+ ],
+ ],
+ 'endpoints' => [
+ [
+ 'regionId' => 'ap-northeast-1',
+ 'endpoint' => 'idrsservice.aliyuncs.com',
+ ],
+ [
+ 'regionId' => 'ap-northeast-2-pop',
+ 'endpoint' => 'idrsservice.aliyuncs.com',
+ ],
+ [
+ 'regionId' => 'ap-south-1',
+ 'endpoint' => 'idrsservice.aliyuncs.com',
+ ],
+ [
+ 'regionId' => 'ap-southeast-1',
+ 'endpoint' => 'idrsservice.aliyuncs.com',
+ ],
+ [
+ 'regionId' => 'ap-southeast-2',
+ 'endpoint' => 'idrsservice.aliyuncs.com',
+ ],
+ [
+ 'regionId' => 'ap-southeast-3',
+ 'endpoint' => 'idrsservice.aliyuncs.com',
+ ],
+ [
+ 'regionId' => 'ap-southeast-5',
+ 'endpoint' => 'idrsservice.aliyuncs.com',
+ ],
+ [
+ 'regionId' => 'cn-beijing',
+ 'endpoint' => 'idrsservice.aliyuncs.com',
+ ],
+ [
+ 'regionId' => 'cn-beijing-finance-1',
+ 'endpoint' => 'idrsservice.aliyuncs.com',
+ ],
+ [
+ 'regionId' => 'cn-beijing-finance-pop',
+ 'endpoint' => 'idrsservice.aliyuncs.com',
+ ],
+ [
+ 'regionId' => 'cn-beijing-gov-1',
+ 'endpoint' => 'idrsservice.aliyuncs.com',
+ ],
+ [
+ 'regionId' => 'cn-beijing-nu16-b01',
+ 'endpoint' => 'idrsservice.aliyuncs.com',
+ ],
+ [
+ 'regionId' => 'cn-chengdu',
+ 'endpoint' => 'idrsservice.aliyuncs.com',
+ ],
+ [
+ 'regionId' => 'cn-edge-1',
+ 'endpoint' => 'idrsservice.aliyuncs.com',
+ ],
+ [
+ 'regionId' => 'cn-fujian',
+ 'endpoint' => 'idrsservice.aliyuncs.com',
+ ],
+ [
+ 'regionId' => 'cn-haidian-cm12-c01',
+ 'endpoint' => 'idrsservice.aliyuncs.com',
+ ],
+ [
+ 'regionId' => 'cn-hangzhou-bj-b01',
+ 'endpoint' => 'idrsservice.aliyuncs.com',
+ ],
+ [
+ 'regionId' => 'cn-hangzhou-finance',
+ 'endpoint' => 'idrsservice.aliyuncs.com',
+ ],
+ [
+ 'regionId' => 'cn-hangzhou-internal-prod-1',
+ 'endpoint' => 'idrsservice.aliyuncs.com',
+ ],
+ [
+ 'regionId' => 'cn-hangzhou-internal-test-1',
+ 'endpoint' => 'idrsservice.aliyuncs.com',
+ ],
+ [
+ 'regionId' => 'cn-hangzhou-internal-test-2',
+ 'endpoint' => 'idrsservice.aliyuncs.com',
+ ],
+ [
+ 'regionId' => 'cn-hangzhou-internal-test-3',
+ 'endpoint' => 'idrsservice.aliyuncs.com',
+ ],
+ [
+ 'regionId' => 'cn-hangzhou-test-306',
+ 'endpoint' => 'idrsservice.aliyuncs.com',
+ ],
+ [
+ 'regionId' => 'cn-hongkong',
+ 'endpoint' => 'idrsservice.aliyuncs.com',
+ ],
+ [
+ 'regionId' => 'cn-hongkong-finance-pop',
+ 'endpoint' => 'idrsservice.aliyuncs.com',
+ ],
+ [
+ 'regionId' => 'cn-huhehaote',
+ 'endpoint' => 'idrsservice.aliyuncs.com',
+ ],
+ [
+ 'regionId' => 'cn-huhehaote-nebula-1',
+ 'endpoint' => 'idrsservice.aliyuncs.com',
+ ],
+ [
+ 'regionId' => 'cn-north-2-gov-1',
+ 'endpoint' => 'idrsservice.aliyuncs.com',
+ ],
+ [
+ 'regionId' => 'cn-qingdao',
+ 'endpoint' => 'idrsservice.aliyuncs.com',
+ ],
+ [
+ 'regionId' => 'cn-qingdao-nebula',
+ 'endpoint' => 'idrsservice.aliyuncs.com',
+ ],
+ [
+ 'regionId' => 'cn-shanghai',
+ 'endpoint' => 'idrsservice.aliyuncs.com',
+ ],
+ [
+ 'regionId' => 'cn-shanghai-et15-b01',
+ 'endpoint' => 'idrsservice.aliyuncs.com',
+ ],
+ [
+ 'regionId' => 'cn-shanghai-et2-b01',
+ 'endpoint' => 'idrsservice.aliyuncs.com',
+ ],
+ [
+ 'regionId' => 'cn-shanghai-inner',
+ 'endpoint' => 'idrsservice.aliyuncs.com',
+ ],
+ [
+ 'regionId' => 'cn-shanghai-internal-test-1',
+ 'endpoint' => 'idrsservice.aliyuncs.com',
+ ],
+ [
+ 'regionId' => 'cn-shenzhen',
+ 'endpoint' => 'idrsservice.aliyuncs.com',
+ ],
+ [
+ 'regionId' => 'cn-shenzhen-finance-1',
+ 'endpoint' => 'idrsservice.aliyuncs.com',
+ ],
+ [
+ 'regionId' => 'cn-shenzhen-inner',
+ 'endpoint' => 'idrsservice.aliyuncs.com',
+ ],
+ [
+ 'regionId' => 'cn-shenzhen-st4-d01',
+ 'endpoint' => 'idrsservice.aliyuncs.com',
+ ],
+ [
+ 'regionId' => 'cn-shenzhen-su18-b01',
+ 'endpoint' => 'idrsservice.aliyuncs.com',
+ ],
+ [
+ 'regionId' => 'cn-wuhan',
+ 'endpoint' => 'idrsservice.aliyuncs.com',
+ ],
+ [
+ 'regionId' => 'cn-wulanchabu',
+ 'endpoint' => 'idrsservice.aliyuncs.com',
+ ],
+ [
+ 'regionId' => 'cn-yushanfang',
+ 'endpoint' => 'idrsservice.aliyuncs.com',
+ ],
+ [
+ 'regionId' => 'cn-zhangbei-na61-b01',
+ 'endpoint' => 'idrsservice.aliyuncs.com',
+ ],
+ [
+ 'regionId' => 'cn-zhangjiakou',
+ 'endpoint' => 'idrsservice.aliyuncs.com',
+ ],
+ [
+ 'regionId' => 'cn-zhangjiakou-na62-a01',
+ 'endpoint' => 'idrsservice.aliyuncs.com',
+ ],
+ [
+ 'regionId' => 'cn-zhengzhou-nebula-1',
+ 'endpoint' => 'idrsservice.aliyuncs.com',
+ ],
+ [
+ 'regionId' => 'eu-central-1',
+ 'endpoint' => 'idrsservice.aliyuncs.com',
+ ],
+ [
+ 'regionId' => 'eu-west-1',
+ 'endpoint' => 'idrsservice.aliyuncs.com',
+ ],
+ [
+ 'regionId' => 'eu-west-1-oxs',
+ 'endpoint' => 'idrsservice.aliyuncs.com',
+ ],
+ [
+ 'regionId' => 'me-east-1',
+ 'endpoint' => 'idrsservice.aliyuncs.com',
+ ],
+ [
+ 'regionId' => 'rus-west-1-pop',
+ 'endpoint' => 'idrsservice.aliyuncs.com',
+ ],
+ [
+ 'regionId' => 'us-east-1',
+ 'endpoint' => 'idrsservice.aliyuncs.com',
+ ],
+ [
+ 'regionId' => 'us-west-1',
+ 'endpoint' => 'idrsservice.aliyuncs.com',
+ ],
+ [
+ 'regionId' => 'cn-hangzhou',
+ 'endpoint' => 'idrsservice.cn-hangzhou.aliyuncs.com',
+ ],
+ [
+ 'regionId' => 'cn-shanghai-finance-1',
+ 'endpoint' => 'idrsservice.cn-shanghai-finance-1.aliyuncs.com',
+ ],
+ ],
+];