summaryrefslogtreecommitdiff
path: root/data/en_us/emas-appmonitor/2019-06-11/api-docs.php
diff options
context:
space:
mode:
Diffstat (limited to 'data/en_us/emas-appmonitor/2019-06-11/api-docs.php')
-rw-r--r--data/en_us/emas-appmonitor/2019-06-11/api-docs.php3601
1 files changed, 3601 insertions, 0 deletions
diff --git a/data/en_us/emas-appmonitor/2019-06-11/api-docs.php b/data/en_us/emas-appmonitor/2019-06-11/api-docs.php
new file mode 100644
index 0000000..dbaf7f1
--- /dev/null
+++ b/data/en_us/emas-appmonitor/2019-06-11/api-docs.php
@@ -0,0 +1,3601 @@
+<?php return [
+ 'version' => '1.0',
+ 'info' => [
+ 'style' => 'RPC',
+ 'product' => 'emas-appmonitor',
+ 'version' => '2019-06-11',
+ ],
+ 'directories' => [
+ [
+ 'id' => 204391,
+ 'title' => null,
+ 'type' => 'directory',
+ 'children' => [
+ 'RequestUploadToken',
+ 'SubmitSymbolic',
+ 'GetSymbolicFiles',
+ ],
+ ],
+ [
+ 'id' => 203192,
+ 'title' => null,
+ 'type' => 'directory',
+ 'children' => [
+ 'GetIssue',
+ 'GetIssues',
+ ],
+ ],
+ [
+ 'id' => 203194,
+ 'title' => null,
+ 'type' => 'directory',
+ 'children' => [
+ 'GetErrors',
+ 'GetError',
+ ],
+ ],
+ ],
+ 'components' => [
+ 'schemas' => [
+ 'ConditionalRule' => [
+ 'title' => 'A short description of struct',
+ 'description' => 'ConditionalRule',
+ 'visibility' => 'Public',
+ 'type' => 'object',
+ 'properties' => [
+ 'SampleRate' => [
+ 'title' => '',
+ 'description' => '',
+ 'visibility' => 'Public',
+ 'type' => 'number',
+ 'format' => 'float',
+ 'example' => '1',
+ 'backendName' => 'sampleRate',
+ ],
+ 'Name' => [
+ 'title' => '',
+ 'description' => '',
+ 'visibility' => 'Public',
+ 'type' => 'string',
+ 'example' => 'test',
+ 'backendName' => 'name',
+ ],
+ 'Filter' => [
+ 'description' => '',
+ 'visibility' => 'Public',
+ 'backendName' => 'filter',
+ '$ref' => '#/components/schemas/EventFilter',
+ ],
+ 'Operator' => [
+ 'title' => '',
+ 'description' => '',
+ 'visibility' => 'Public',
+ 'type' => 'string',
+ 'example' => 'user',
+ 'backendName' => 'operator',
+ ],
+ 'ModifyTime' => [
+ 'title' => '',
+ 'description' => '',
+ 'visibility' => 'Public',
+ 'type' => 'string',
+ 'example' => '1205-02-01 12:00:00',
+ 'backendName' => 'modifyTime',
+ ],
+ ],
+ 'backendName' => 'conditional',
+ ],
+ 'EventFilter' => [
+ 'title' => 'A short description of struct',
+ 'description' => 'event filter',
+ 'visibility' => 'Public',
+ 'type' => 'object',
+ 'properties' => [
+ 'Key' => [
+ 'title' => 'key',
+ 'description' => 'key',
+ 'visibility' => 'Public',
+ 'type' => 'string',
+ 'example' => 'startTime',
+ 'backendName' => 'key',
+ ],
+ 'Op' => [
+ 'title' => 'op',
+ 'description' => 'op',
+ 'visibility' => 'Public',
+ 'type' => 'string',
+ 'required' => true,
+ 'example' => '>',
+ 'backendName' => 'op',
+ ],
+ 'Values' => [
+ 'title' => 'values',
+ 'description' => 'values',
+ 'visibility' => 'Public',
+ 'type' => 'array',
+ 'items' => [
+ 'description' => '',
+ 'visibility' => 'Public',
+ 'type' => 'string',
+ 'example' => '12000000',
+ 'extendType' => 'true',
+ ],
+ 'backendName' => 'values',
+ 'itemName' => 'items',
+ ],
+ 'SubFilters' => [
+ 'title' => 'filters',
+ 'description' => 'filters',
+ 'visibility' => 'Public',
+ 'type' => 'array',
+ 'items' => [
+ 'description' => '',
+ 'visibility' => 'Public',
+ 'extendType' => 'true',
+ '$ref' => '#/components/schemas/EventFilter',
+ ],
+ 'backendName' => 'filters',
+ 'itemName' => 'items',
+ ],
+ ],
+ ],
+ 'EventRule' => [
+ 'title' => 'A short description of struct',
+ 'description' => 'EventRule',
+ 'visibility' => 'Public',
+ 'type' => 'object',
+ 'properties' => [
+ 'Enable' => [
+ 'title' => '',
+ 'description' => '',
+ 'visibility' => 'Public',
+ 'type' => 'boolean',
+ 'example' => 'true',
+ 'backendName' => 'enable',
+ ],
+ 'EventId' => [
+ 'title' => '',
+ 'description' => '',
+ 'visibility' => 'Public',
+ 'type' => 'string',
+ 'example' => 'crash',
+ 'backendName' => 'eventId',
+ ],
+ 'SampleRate' => [
+ 'title' => '',
+ 'description' => '',
+ 'visibility' => 'Public',
+ 'type' => 'number',
+ 'format' => 'float',
+ 'example' => '1',
+ 'backendName' => 'sampleRate',
+ ],
+ 'Conditional' => [
+ 'title' => '',
+ 'description' => '',
+ 'visibility' => 'Public',
+ 'type' => 'array',
+ 'items' => [
+ 'description' => '',
+ 'visibility' => 'Public',
+ 'extendType' => 'true',
+ '$ref' => '#/components/schemas/ConditionalRule',
+ ],
+ 'backendName' => 'conditional',
+ ],
+ 'Operator' => [
+ 'title' => '',
+ 'description' => '',
+ 'visibility' => 'Public',
+ 'type' => 'string',
+ 'example' => 'user',
+ 'backendName' => 'operator',
+ ],
+ 'ModifyTime' => [
+ 'title' => '',
+ 'description' => '',
+ 'visibility' => 'Public',
+ 'type' => 'string',
+ 'dateFormat' => 'yyyy-MM-dd\'T\'HH:mm:ss\'Z\'',
+ 'example' => '2021-02-15 12:00:00',
+ 'backendName' => 'modifyTime',
+ 'backendParamType' => 'java.util.Date',
+ ],
+ ],
+ ],
+ 'Filter' => [
+ 'title' => 'A short description of struct',
+ 'description' => 'A short description of struct',
+ 'visibility' => 'Public',
+ 'type' => 'object',
+ 'properties' => [
+ 'Key' => [
+ 'title' => 'key',
+ 'description' => 'key',
+ 'visibility' => 'Public',
+ 'type' => 'string',
+ 'example' => '-',
+ 'backendName' => 'key',
+ ],
+ 'Operator' => [
+ 'title' => 'operator',
+ 'description' => 'operator',
+ 'visibility' => 'Public',
+ 'type' => 'string',
+ 'example' => '-',
+ 'backendName' => 'operator',
+ ],
+ 'SubFilters' => [
+ 'title' => 'subFillter',
+ 'description' => 'subFillter',
+ 'visibility' => 'Public',
+ 'type' => 'array',
+ 'items' => [
+ 'description' => '',
+ 'visibility' => 'Public',
+ 'extendType' => 'true',
+ '$ref' => '#/components/schemas/Filter',
+ ],
+ 'backendName' => 'subFilters',
+ ],
+ 'Values' => [
+ 'title' => 'values',
+ 'description' => 'values',
+ 'visibility' => 'Public',
+ 'type' => 'any',
+ 'example' => '1,2,3',
+ 'backendName' => 'values',
+ ],
+ ],
+ ],
+ 'FullSampleItem' => [
+ 'title' => 'A short description of struct',
+ 'description' => 'FullSampleItem',
+ 'visibility' => 'Public',
+ 'type' => 'object',
+ 'properties' => [
+ 'Id' => [
+ 'title' => '',
+ 'description' => '',
+ 'visibility' => 'Public',
+ 'type' => 'string',
+ 'example' => 'id',
+ 'backendName' => 'id',
+ ],
+ 'Operator' => [
+ 'title' => '',
+ 'description' => '',
+ 'visibility' => 'Public',
+ 'type' => 'string',
+ 'example' => 'testUser',
+ 'backendName' => 'operator',
+ ],
+ 'ModifyTime' => [
+ 'title' => '',
+ 'description' => '',
+ 'visibility' => 'Public',
+ 'type' => 'string',
+ 'example' => '1740489688615',
+ 'backendName' => 'modifyTime',
+ 'parseType' => 'struct',
+ ],
+ ],
+ ],
+ 'SampleBase' => [
+ 'title' => 'A short description of struct',
+ 'description' => 'A short description of struct',
+ 'visibility' => 'Public',
+ 'type' => 'object',
+ 'properties' => [
+ 'SampleMethod' => [
+ 'title' => '',
+ 'description' => '',
+ 'visibility' => 'Public',
+ 'type' => 'string',
+ 'example' => 'event',
+ 'backendName' => 'sampleMethod',
+ ],
+ 'SampleRate' => [
+ 'title' => '',
+ 'description' => '',
+ 'visibility' => 'Public',
+ 'type' => 'number',
+ 'format' => 'float',
+ 'example' => '1',
+ 'backendName' => 'sampleRate',
+ 'parseType' => 'struct',
+ ],
+ 'FullSampleDeviceIds' => [
+ 'title' => '',
+ 'description' => '',
+ 'visibility' => 'Public',
+ 'type' => 'array',
+ 'items' => [
+ 'description' => '',
+ 'visibility' => 'Public',
+ 'extendType' => 'true',
+ '$ref' => '#/components/schemas/FullSampleItem',
+ ],
+ 'backendName' => 'fullSampleDeviceIds',
+ 'itemName' => 'items',
+ ],
+ 'FullSampleUsers' => [
+ 'title' => '',
+ 'description' => '',
+ 'visibility' => 'Public',
+ 'type' => 'array',
+ 'items' => [
+ 'description' => '',
+ 'visibility' => 'Public',
+ 'extendType' => 'true',
+ '$ref' => '#/components/schemas/FullSampleItem',
+ ],
+ 'backendName' => 'fullSampleUsers',
+ 'itemName' => 'items',
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'apis' => [
+ 'RequestUploadToken' => [
+ 'summary' => 'RequestUploadToken',
+ 'methods' => [
+ 'post',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'operationType' => 'read',
+ 'deprecated' => false,
+ 'systemTags' => [
+ 'operationType' => 'get',
+ 'riskType' => 'none',
+ 'chargeType' => 'free',
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'AppKey',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => 'appKey',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'required' => true,
+ 'example' => '24780725',
+ ],
+ ],
+ [
+ 'name' => 'Os',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => true,
+ 'enumValueTitles' => [
+ 'harmony' => '',
+ 'iphonesos' => '',
+ 'android' => '',
+ ],
+ 'example' => 'android',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'title' => 'WebResult<UploadToken>',
+ 'description' => 'WebResult<UploadToken>',
+ 'type' => 'object',
+ 'properties' => [
+ 'Success' => [
+ 'description' => '',
+ 'type' => 'boolean',
+ 'example' => 'True',
+ ],
+ 'ErrorCode' => [
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '200',
+ ],
+ 'Message' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => 'Successful',
+ ],
+ 'Args' => [
+ 'description' => 'Args',
+ 'type' => 'object',
+ 'additionalProperties' => [
+ 'type' => 'any',
+ 'example' => '{}',
+ 'description' => 'args',
+ ],
+ ],
+ 'Model' => [
+ 'description' => '',
+ 'type' => 'object',
+ 'properties' => [
+ 'Endpoint' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => 'oss-cn-shanghai.aliyuncs.com',
+ ],
+ 'AccessKeyId' => [
+ 'description' => 'OSS AccessKeyId',
+ 'type' => 'string',
+ 'example' => 'STS.NXEGHKdjkdnINNgLiDE',
+ ],
+ 'AccessKeySecret' => [
+ 'description' => 'OSS AccessKeySecret',
+ 'type' => 'string',
+ 'example' => 'ikKgkNDGedInGEIngL',
+ ],
+ 'SecurityToken' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => 'Szi9v92mHNikdknfe',
+ ],
+ 'UploadBucket' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => 'symbolic-prod',
+ ],
+ 'UploadDir' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '/335374903@iphoneos/',
+ ],
+ ],
+ ],
+ 'RequestId' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => 'AB8AB5EC-9636-421D-AE7C-BB227DFC95B0',
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'errorCodes' => [
+ 400 => [
+ [
+ 'errorCode' => 'InvalidAppId',
+ 'errorMessage' => 'The AppId you provided is invalid.',
+ ],
+ [
+ 'errorCode' => 'InvalidParameters',
+ 'errorMessage' => 'The specified parameter is invalid.',
+ ],
+ [
+ 'errorCode' => 'InvalidRequest',
+ 'errorMessage' => 'The request is invalid.',
+ ],
+ ],
+ 403 => [
+ [
+ 'errorCode' => 'Forbidden.NoPermission',
+ 'errorMessage' => 'You are not authorized to access data related to the specified AppId.',
+ ],
+ [
+ 'errorCode' => 'Forbidden.NoRAMPermission',
+ 'errorMessage' => 'Your RAM account is not authorized to access the data of the specified AppId.',
+ ],
+ ],
+ 406 => [
+ [
+ 'errorCode' => 'UnexpectedAppStatus',
+ 'errorMessage' => 'The status of App is invalid.',
+ ],
+ ],
+ 500 => [
+ [
+ 'errorCode' => 'InternalError',
+ 'errorMessage' => 'An error occurred while processing your request.',
+ ],
+ ],
+ ],
+ 'staticInfo' => [
+ 'returnType' => 'synchronous',
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"Success\\": true,\\n \\"ErrorCode\\": 200,\\n \\"Message\\": \\"Successful\\",\\n \\"Args\\": {\\n \\"key\\": \\"{}\\"\\n },\\n \\"Model\\": {\\n \\"Endpoint\\": \\"oss-cn-shanghai.aliyuncs.com\\",\\n \\"AccessKeyId\\": \\"STS.NXEGHKdjkdnINNgLiDE\\",\\n \\"AccessKeySecret\\": \\"ikKgkNDGedInGEIngL\\",\\n \\"SecurityToken\\": \\"Szi9v92mHNikdknfe\\",\\n \\"UploadBucket\\": \\"symbolic-prod\\",\\n \\"UploadDir\\": \\"/335374903@iphoneos/\\"\\n },\\n \\"RequestId\\": \\"AB8AB5EC-9636-421D-AE7C-BB227DFC95B0\\"\\n}","type":"json"}]',
+ ],
+ 'SubmitSymbolic' => [
+ 'summary' => 'SubmitSymbolic',
+ 'methods' => [
+ 'post',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'operationType' => 'write',
+ 'deprecated' => false,
+ 'systemTags' => [
+ 'operationType' => 'create',
+ 'riskType' => 'none',
+ 'chargeType' => 'free',
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'AppVersion',
+ 'in' => 'formData',
+ 'schema' => [
+ 'title' => '应用版本',
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '1.0',
+ ],
+ ],
+ [
+ 'name' => 'FileType',
+ 'in' => 'formData',
+ 'schema' => [
+ 'title' => '应用类型',
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => true,
+ 'enumValueTitles' => [
+ 'ARK_TS_MAPPING' => '',
+ 'APP_SO' => '',
+ 'JS_MAPPING' => '',
+ 'SYSTEM_SO' => '',
+ 'APP_DSYM' => '',
+ 'SYSTEM_DSYM' => '',
+ 'IOS_DYNAMIC_DSYM' => '',
+ 'APP_MAPPING' => '',
+ ],
+ 'example' => 'APP_SO',
+ ],
+ ],
+ [
+ 'name' => 'FilePath',
+ 'in' => 'formData',
+ 'schema' => [
+ 'title' => '存储路径',
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => true,
+ 'example' => '24781204@android/1743506690915-app_so.zip',
+ ],
+ ],
+ [
+ 'name' => 'FileName',
+ 'in' => 'formData',
+ 'schema' => [
+ 'title' => '存储名称',
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => true,
+ 'example' => 'app_so.zip',
+ ],
+ ],
+ [
+ 'name' => 'Uuid',
+ 'in' => 'formData',
+ 'schema' => [
+ 'title' => 'uuid',
+ 'description' => 'uuid',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'abcf4a4b-158c-4a0b-b81c-262785d84c4f',
+ ],
+ ],
+ [
+ 'name' => 'BuildId',
+ 'in' => 'formData',
+ 'schema' => [
+ 'title' => 'APP SO文件buildId,唯一键',
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'ab6b81d800968f2',
+ ],
+ ],
+ [
+ 'name' => 'AppKey',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => 'appKey',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'required' => true,
+ 'example' => '24781204',
+ ],
+ ],
+ [
+ 'name' => 'Os',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => true,
+ 'enumValueTitles' => [
+ 'harmony' => '',
+ 'iphoneos' => '',
+ 'android' => '',
+ ],
+ 'example' => 'android',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'title' => 'WebResult<Void>',
+ 'description' => 'WebResult<Void>',
+ 'type' => 'object',
+ 'properties' => [
+ 'Success' => [
+ 'description' => '',
+ 'type' => 'boolean',
+ 'example' => 'True',
+ ],
+ 'ErrorCode' => [
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '500',
+ ],
+ 'Message' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => 'Successful',
+ ],
+ 'Args' => [
+ 'description' => 'args',
+ 'type' => 'object',
+ 'additionalProperties' => [
+ 'type' => 'any',
+ 'example' => '{}',
+ 'description' => 'args',
+ ],
+ ],
+ 'RequestId' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => 'B3AD0FE4-36EF-1641-90B1-77618166F2ff',
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'errorCodes' => [
+ 400 => [
+ [
+ 'errorCode' => 'InvalidAppId',
+ 'errorMessage' => 'The AppId you provided is invalid.',
+ ],
+ [
+ 'errorCode' => 'InvalidParameters',
+ 'errorMessage' => 'The specified parameter is invalid.',
+ ],
+ [
+ 'errorCode' => 'InvalidRequest',
+ 'errorMessage' => 'The request is invalid.',
+ ],
+ ],
+ 403 => [
+ [
+ 'errorCode' => 'Forbidden.NoPermission',
+ 'errorMessage' => 'You are not authorized to access data related to the specified AppId.',
+ ],
+ [
+ 'errorCode' => 'Forbidden.NoRAMPermission',
+ 'errorMessage' => 'Your RAM account is not authorized to access the data of the specified AppId.',
+ ],
+ ],
+ 406 => [
+ [
+ 'errorCode' => 'UnexpectedAppStatus',
+ 'errorMessage' => 'The status of App is invalid.',
+ ],
+ ],
+ 500 => [
+ [
+ 'errorCode' => 'InternalError',
+ 'errorMessage' => 'An error occurred while processing your request.',
+ ],
+ ],
+ ],
+ 'staticInfo' => [
+ 'returnType' => 'synchronous',
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"Success\\": true,\\n \\"ErrorCode\\": 500,\\n \\"Message\\": \\"Successful\\",\\n \\"Args\\": {\\n \\"key\\": \\"{}\\"\\n },\\n \\"RequestId\\": \\"B3AD0FE4-36EF-1641-90B1-77618166F2ff\\"\\n}","type":"json"}]',
+ ],
+ 'GetSymbolicFiles' => [
+ 'summary' => '获取符号表文件列表',
+ 'methods' => [
+ 'post',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'operationType' => 'read',
+ 'deprecated' => false,
+ 'systemTags' => [
+ 'operationType' => 'get',
+ 'riskType' => 'none',
+ 'chargeType' => 'free',
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'StartTime',
+ 'in' => 'formData',
+ 'schema' => [
+ 'title' => '开始时间',
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'required' => false,
+ 'example' => '1742918400000',
+ ],
+ ],
+ [
+ 'name' => 'EndTime',
+ 'in' => 'formData',
+ 'schema' => [
+ 'title' => '结束时间',
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'required' => false,
+ 'example' => '1743523199999',
+ ],
+ ],
+ [
+ 'name' => 'AppVersion',
+ 'in' => 'formData',
+ 'schema' => [
+ 'title' => '应用版本',
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '1.0',
+ ],
+ ],
+ [
+ 'name' => 'FileType',
+ 'in' => 'formData',
+ 'schema' => [
+ 'title' => '应用类型',
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => true,
+ 'enumValueTitles' => [
+ 'ARK_TS_MAPPING' => '',
+ 'APP_SO' => '',
+ 'JS_MAPPING' => '',
+ 'SYSTEM_SO' => '',
+ 'APP_DSYM' => '',
+ 'SYSTEM_DSYM' => '',
+ 'IOS_DYNAMIC_DSYM' => '',
+ 'APP_MAPPING' => '',
+ ],
+ 'example' => 'APP_SO',
+ ],
+ ],
+ [
+ 'name' => 'FileName',
+ 'in' => 'formData',
+ 'schema' => [
+ 'title' => '存储名称',
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'app_so.zip',
+ ],
+ ],
+ [
+ 'name' => 'Uuid',
+ 'in' => 'formData',
+ 'schema' => [
+ 'title' => 'uuid',
+ 'description' => 'uuid',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'abcf4a4b-158c-4a0b-b81c-262785d84c4f',
+ ],
+ ],
+ [
+ 'name' => 'ExportStatus',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => false,
+ 'enumValueTitles' => [
+ 'EXPORT_FAILED' => '',
+ 'EXPORTING' => '',
+ 'EXPORT_SUCCESS' => '',
+ ],
+ 'example' => 'NORMAL',
+ ],
+ ],
+ [
+ 'name' => 'PageIndex',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'required' => true,
+ 'example' => '1',
+ ],
+ ],
+ [
+ 'name' => 'PageSize',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'required' => true,
+ 'example' => '10',
+ ],
+ ],
+ [
+ 'name' => 'AppKey',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => 'appKey',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'required' => true,
+ 'example' => '24780725',
+ ],
+ ],
+ [
+ 'name' => 'Os',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => true,
+ 'enumValueTitles' => [
+ 'harmony' => '',
+ 'iphoneos' => '',
+ 'android' => '',
+ ],
+ 'example' => 'android',
+ ],
+ ],
+ [
+ 'name' => 'BuildId',
+ 'in' => 'formData',
+ 'schema' => [
+ 'type' => 'string',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'title' => 'WebResult<WebPagedModel<SymbolicFileDTO>>',
+ 'description' => 'WebResult<WebPagedModel<SymbolicFileDTO>>',
+ 'type' => 'object',
+ 'properties' => [
+ 'Success' => [
+ 'description' => '',
+ 'type' => 'boolean',
+ 'example' => 'true',
+ ],
+ 'ErrorCode' => [
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '200',
+ ],
+ 'Message' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => 'successful',
+ ],
+ 'Args' => [
+ 'description' => 'Args',
+ 'type' => 'object',
+ 'additionalProperties' => [
+ 'type' => 'any',
+ 'example' => '{}',
+ 'description' => 'args',
+ ],
+ ],
+ 'Model' => [
+ 'description' => '',
+ 'type' => 'object',
+ 'properties' => [
+ 'Items' => [
+ 'description' => '',
+ 'type' => 'array',
+ 'items' => [
+ 'description' => '',
+ 'type' => 'object',
+ 'properties' => [
+ 'Id' => [
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'example' => '392522',
+ ],
+ 'GmtCreate' => [
+ 'title' => '创建时间',
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'example' => '1655962713000',
+ ],
+ 'AppVersion' => [
+ 'title' => '应用版本',
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '1.0.0',
+ ],
+ 'FileType' => [
+ 'title' => '应用类型 (APP_DSYM: ios app dsym, SYSTEM_DSYM: ios sys lib, APP_MAPPING: android mapping, APP_SO: android app so, SYSTEM_SO: android sys so, JS_MAPPING: js mapping, IOS_DYNAMIC_DSYM: ios dynamic dsym)',
+ 'description' => '',
+ 'type' => 'string',
+ 'enumValueTitles' => [
+ 'ARK_TS_MAPPING' => '',
+ 'APP_SO' => '',
+ 'JS_MAPPING' => '',
+ 'SYSTEM_SO' => '',
+ 'APP_DSYM' => '',
+ 'SYSTEM_DSYM' => '',
+ 'IOS_DYNAMIC_DSYM' => '',
+ 'APP_MAPPING' => '',
+ ],
+ 'example' => 'APP_SO',
+ ],
+ 'FilePath' => [
+ 'title' => '存储路径',
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '24781204@android/1743506690915-app_so.zip',
+ ],
+ 'FileName' => [
+ 'title' => '存储名称',
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => 'app_so.zip',
+ ],
+ 'Status' => [
+ 'title' => '状态 (NORMAL, STOP)',
+ 'description' => '',
+ 'type' => 'string',
+ 'enumValueTitles' => [
+ 'STOP' => '',
+ 'NORMAL' => '',
+ ],
+ 'example' => 'NORMAL',
+ ],
+ 'Uuid' => [
+ 'title' => 'uuid',
+ 'description' => 'uuid',
+ 'type' => 'string',
+ 'example' => '9634758587856312DEV',
+ ],
+ 'BuildId' => [
+ 'title' => 'APP SO文件buildId,唯一键',
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => 'e8a1a2b9ab653780b34383a942ac91b2',
+ ],
+ 'ExportStatus' => [
+ 'title' => 'EXPORTING, EXPORT_SUCCESS, EXPORT_FAILED, WAITING',
+ 'description' => '',
+ 'type' => 'string',
+ 'enumValueTitles' => [
+ 'EXPORT_FAILED' => '',
+ 'EXPORTING' => '',
+ 'EXPORT_SUCCESS' => '',
+ ],
+ 'example' => 'EXPORT_SUCCESS',
+ ],
+ ],
+ ],
+ ],
+ 'PageNum' => [
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '1',
+ ],
+ 'PageSize' => [
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '10',
+ ],
+ 'Pages' => [
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '3',
+ ],
+ 'Total' => [
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'example' => '30',
+ ],
+ ],
+ ],
+ 'RequestId' => [
+ 'description' => 'requestId',
+ 'type' => 'string',
+ 'example' => 'B3AD0FE4-36EF-1641-90B1-77618166F2ff',
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'errorCodes' => [
+ 400 => [
+ [
+ 'errorCode' => 'InvalidAppId',
+ 'errorMessage' => 'The AppId you provided is invalid.',
+ ],
+ [
+ 'errorCode' => 'InvalidParameters',
+ 'errorMessage' => 'The specified parameter is invalid.',
+ ],
+ [
+ 'errorCode' => 'InvalidRequest',
+ 'errorMessage' => 'The request is invalid.',
+ ],
+ ],
+ 403 => [
+ [
+ 'errorCode' => 'Forbidden.NoPermission',
+ 'errorMessage' => 'You are not authorized to access data related to the specified AppId.',
+ ],
+ [
+ 'errorCode' => 'Forbidden.NoRAMPermission',
+ 'errorMessage' => 'Your RAM account is not authorized to access the data of the specified AppId.',
+ ],
+ ],
+ 406 => [
+ [
+ 'errorCode' => 'UnexpectedAppStatus',
+ 'errorMessage' => 'The status of App is invalid.',
+ ],
+ ],
+ 500 => [
+ [
+ 'errorCode' => 'InternalError',
+ 'errorMessage' => 'An error occurred while processing your request.',
+ ],
+ ],
+ ],
+ 'staticInfo' => [
+ 'returnType' => 'synchronous',
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"Success\\": true,\\n \\"ErrorCode\\": 200,\\n \\"Message\\": \\"successful\\",\\n \\"Args\\": {\\n \\"key\\": \\"{}\\"\\n },\\n \\"Model\\": {\\n \\"Items\\": [\\n {\\n \\"Id\\": 123421,\\n \\"GmtCreate\\": 1655962713000,\\n \\"AppVersion\\": \\"1.0.0\\",\\n \\"FileType\\": \\"APP_SO\\",\\n \\"FilePath\\": \\"24781204@android/1743506690915-app_so.zip\\",\\n \\"FileName\\": \\"app_so.zip\\",\\n \\"Status\\": \\"NORMAL\\",\\n \\"Uuid\\": \\"9634758587856312DEV\\",\\n \\"BuildId\\": \\"e8a1a2b9ab653780b34383a942ac91b2\\",\\n \\"ExportStatus\\": \\"EXPORT_SUCCESS\\"\\n }\\n ],\\n \\"PageNum\\": 1,\\n \\"PageSize\\": 10,\\n \\"Pages\\": 3,\\n \\"Total\\": 30\\n },\\n \\"RequestId\\": \\"B3AD0FE4-36EF-1641-90B1-77618166F2ff\\"\\n}","type":"json"}]',
+ ],
+ 'GetIssue' => [
+ 'summary' => '获取聚合错误详情',
+ 'methods' => [
+ 'post',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'operationType' => 'read',
+ 'deprecated' => false,
+ 'systemTags' => [
+ 'operationType' => 'get',
+ 'riskType' => 'none',
+ 'chargeType' => 'free',
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'BizModule',
+ 'in' => 'formData',
+ 'schema' => [
+ 'title' => '业务模块:崩溃分析为crash,卡顿分析为lag,异常分析为exception,自定义异常为custom,网络分析为network,页面分析为pageload,启动分析为startup,安卓和ios日活为base',
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => true,
+ 'enumValueTitles' => [
+ 'exception' => '',
+ 'lag' => '',
+ 'custom' => '',
+ 'crash' => '',
+ ],
+ 'example' => 'h5Resource',
+ ],
+ ],
+ [
+ 'name' => 'TimeRange',
+ 'in' => 'formData',
+ 'style' => 'flat',
+ 'schema' => [
+ 'title' => '时间范围',
+ 'description' => '',
+ 'type' => 'object',
+ 'properties' => [
+ 'StartTime' => [
+ 'title' => '开始时间(unix时间,毫秒格式)',
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'required' => false,
+ 'example' => '2024-12-18 00:00:00',
+ ],
+ 'EndTime' => [
+ 'title' => '结束时间(unix时间,毫秒格式)',
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'required' => false,
+ 'example' => '2024-08-23T02:12:00Z',
+ ],
+ 'Granularity' => [
+ 'title' => '时间跨度',
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'required' => false,
+ 'example' => 'Host',
+ ],
+ 'GranularityUnit' => [
+ 'title' => '时间粒度单位:minute,hour,day',
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => false,
+ 'enumValueTitles' => [
+ 'hour' => 'hour',
+ 'day' => 'day',
+ 'minute' => 'minute',
+ ],
+ 'example' => 'minute',
+ ],
+ ],
+ 'required' => true,
+ ],
+ ],
+ [
+ 'name' => 'Filter',
+ 'in' => 'formData',
+ 'style' => 'json',
+ 'schema' => [
+ 'title' => '筛选条件',
+ 'description' => '',
+ 'type' => 'object',
+ 'properties' => [
+ 'Key' => [
+ 'title' => '筛选条件 Key',
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'MySQL_IOPS',
+ ],
+ 'Operator' => [
+ 'title' => '操作符:and、or,not, not in, in, >, <, >=, <=',
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => false,
+ 'enumValueTitles' => [
+ '<=' => '<=',
+ 'not' => 'not',
+ 'or' => 'or',
+ 'not in' => 'not in',
+ 'in' => 'in',
+ 'and' => 'and',
+ '<' => '<',
+ '>' => '>',
+ '>=' => '>=',
+ ],
+ 'example' => 'Equal',
+ ],
+ 'Values' => [
+ 'title' => '筛选条件Value',
+ 'description' => '',
+ 'type' => 'array',
+ 'items' => [
+ 'description' => '',
+ 'type' => 'any',
+ 'required' => false,
+ 'example' => '[[\\"2024-06-14 10:00:09\\"]]',
+ ],
+ 'required' => false,
+ ],
+ 'SubFilters' => [
+ 'title' => '子filter,格式为json字符串',
+ 'description' => '',
+ 'type' => 'array',
+ 'items' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '["{\\"operator\\":\\"in\\",\\"key\\":\\"osVersion\\",\\"values\\":[\\"15.5\\"]}"]}',
+ ],
+ 'required' => false,
+ ],
+ ],
+ 'required' => false,
+ ],
+ ],
+ [
+ 'name' => 'DigestHash',
+ 'in' => 'formData',
+ 'schema' => [
+ 'title' => '错误摘要hash',
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '2963475858785631',
+ ],
+ ],
+ [
+ 'name' => 'AppKey',
+ 'in' => 'formData',
+ 'schema' => [
+ 'title' => 'AppKey',
+ 'description' => 'AppKey',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'required' => true,
+ 'example' => '233588686',
+ ],
+ ],
+ [
+ 'name' => 'Os',
+ 'in' => 'formData',
+ 'schema' => [
+ 'title' => 'os类型:android, iphoneos, harmony, h5',
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => true,
+ 'example' => 'h5',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'title' => 'WebResult<IssueDTO>',
+ 'description' => 'WebResult<IssueDTO>',
+ 'type' => 'object',
+ 'properties' => [
+ 'Success' => [
+ 'description' => '',
+ 'type' => 'boolean',
+ 'example' => 'True',
+ ],
+ 'ErrorCode' => [
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '200',
+ ],
+ 'Message' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => 'Successful',
+ ],
+ 'Args' => [
+ 'description' => 'Args',
+ 'type' => 'object',
+ 'additionalProperties' => [
+ 'type' => 'any',
+ 'example' => '{}',
+ 'description' => 'arg',
+ ],
+ ],
+ 'Model' => [
+ 'description' => '',
+ 'type' => 'object',
+ 'properties' => [
+ 'DigestHash' => [
+ 'title' => '摘要hash',
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '-6428474329608402395',
+ ],
+ 'GmtCreate' => [
+ 'title' => '创建时间',
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'example' => '1673423227000',
+ ],
+ 'GmtLatest' => [
+ 'title' => '最新时间',
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'example' => '1740489688615',
+ ],
+ 'FirstVersion' => [
+ 'title' => '首现版本',
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '1.0.0',
+ ],
+ 'AffectedVersions' => [
+ 'title' => '受影响版本列表',
+ 'description' => '',
+ 'type' => 'array',
+ 'items' => [
+ 'title' => '受影响版本',
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '1.0.0',
+ ],
+ ],
+ 'Name' => [
+ 'title' => '名称',
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '',
+ ],
+ 'Stack' => [
+ 'title' => '调用堆栈',
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => 'java.lang.NullPointerException',
+ ],
+ 'Summary' => [
+ 'title' => '错误概要描述',
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => 'trustee instance',
+ ],
+ 'KeyLine' => [
+ 'title' => '错误关键行',
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '1',
+ ],
+ 'CruxStack' => [
+ 'title' => 'Crux堆栈',
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => 'java.lang.NullPointerException: Attempt to invoke virtual method \'java.lang.Object java.lang.ref.WeakReference.get()\' on a null object reference'."\n"
+ .' at e.l.a.a.d.h(BasePresenter.java:1)'."\n"
+ .' at e.l.a.g.c.e.g.s1(GoodsPigLoadPresenter.java:1)'."\n"
+ .' at e.l.a.h.d.a$a.a(AliOssManager.java:2)',
+ ],
+ 'Status' => [
+ 'title' => '错误状态:'."\n"
+ .' NEW(1),'."\n"
+ .' OPEN(2),'."\n"
+ .' CLOSE(3),'."\n"
+ .' FIXED(4)',
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => 'SUCCESS',
+ ],
+ 'Tags' => [
+ 'title' => '标签列表',
+ 'description' => '',
+ 'type' => 'array',
+ 'items' => [
+ 'title' => '标签',
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '{\\"app-tset\\":\\"default-cn-hangzhou-1\\"}',
+ ],
+ ],
+ 'ErrorCount' => [
+ 'title' => '错误数',
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '2',
+ ],
+ 'ErrorCountGrowthRate' => [
+ 'title' => '错误数增长率',
+ 'description' => '',
+ 'type' => 'number',
+ 'format' => 'double',
+ 'example' => '0.2',
+ ],
+ 'ErrorRate' => [
+ 'title' => '错误率',
+ 'description' => '',
+ 'type' => 'number',
+ 'format' => 'double',
+ 'example' => '0',
+ ],
+ 'ErrorRateGrowthRate' => [
+ 'title' => '错误增长率',
+ 'description' => '',
+ 'type' => 'number',
+ 'format' => 'double',
+ 'example' => '0.2',
+ ],
+ 'ErrorDeviceCount' => [
+ 'title' => '错误影响设备数',
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '4',
+ ],
+ 'ErrorDeviceCountGrowthRate' => [
+ 'title' => '错误影响设备数增长率',
+ 'description' => '',
+ 'type' => 'number',
+ 'format' => 'double',
+ 'example' => '0.2',
+ ],
+ 'ErrorDeviceRate' => [
+ 'title' => '错误影响设备增长率',
+ 'description' => '',
+ 'type' => 'number',
+ 'format' => 'double',
+ 'example' => '0.2',
+ ],
+ 'ErrorDeviceRateGrowthRate' => [
+ 'title' => '错误影响设备增长率',
+ 'description' => '',
+ 'type' => 'number',
+ 'format' => 'double',
+ 'example' => '0.2',
+ ],
+ 'SymbolicStatus' => [
+ 'title' => '符号化状态',
+ 'description' => '',
+ 'type' => 'boolean',
+ 'example' => 'true',
+ ],
+ 'ErrorColumn' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'format' => 'int32',
+ 'example' => '2',
+ ],
+ 'ErrorFileName' => [
+ 'title' => 'H5错误文件名',
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => 'test.js',
+ ],
+ 'ErrorLine' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '1',
+ ],
+ 'ErrorName' => [
+ 'title' => 'H5错误名称',
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => 'Error',
+ ],
+ 'ErrorType' => [
+ 'title' => 'H5错误类型',
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => 'ErrorType',
+ ],
+ 'AllocSizePct90' => [
+ 'type' => 'integer',
+ 'format' => 'int64',
+ ],
+ 'AllocSizePct70' => [
+ 'type' => 'integer',
+ 'format' => 'int64',
+ ],
+ 'AllocSizePct50' => [
+ 'type' => 'integer',
+ 'format' => 'int64',
+ ],
+ 'EventTime' => [
+ 'type' => 'integer',
+ 'format' => 'int64',
+ ],
+ 'AllocSizeMax' => [
+ 'type' => 'integer',
+ 'format' => 'int64',
+ ],
+ 'Type' => [
+ 'type' => 'string',
+ ],
+ 'Reason' => [
+ 'type' => 'string',
+ ],
+ ],
+ ],
+ 'RequestId' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => 'A8313212-EB4E-4E15-A7F9-D9C8F3FE8E94',
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'errorCodes' => [
+ 400 => [
+ [
+ 'errorCode' => 'InvalidAppId',
+ 'errorMessage' => 'The AppId you provided is invalid.',
+ ],
+ [
+ 'errorCode' => 'InvalidParameters',
+ 'errorMessage' => 'The specified parameter is invalid.',
+ ],
+ [
+ 'errorCode' => 'InvalidRequest',
+ 'errorMessage' => 'The request is invalid.',
+ ],
+ ],
+ 403 => [
+ [
+ 'errorCode' => 'Forbidden.NoPermission',
+ 'errorMessage' => 'You are not authorized to access data related to the specified AppId.',
+ ],
+ [
+ 'errorCode' => 'Forbidden.NoRAMPermission',
+ 'errorMessage' => 'Your RAM account is not authorized to access the data of the specified AppId.',
+ ],
+ ],
+ 406 => [
+ [
+ 'errorCode' => 'UnexpectedAppStatus',
+ 'errorMessage' => 'The status of App is invalid.',
+ ],
+ ],
+ 500 => [
+ [
+ 'errorCode' => 'InternalError',
+ 'errorMessage' => 'An error occurred while processing your request.',
+ ],
+ ],
+ ],
+ 'staticInfo' => [
+ 'returnType' => 'synchronous',
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"Success\\": true,\\n \\"ErrorCode\\": 200,\\n \\"Message\\": \\"Successful\\",\\n \\"Args\\": {\\n \\"key\\": \\"{}\\"\\n },\\n \\"Model\\": {\\n \\"DigestHash\\": \\"-6428474329608402395\\",\\n \\"GmtCreate\\": 1673423227000,\\n \\"GmtLatest\\": 1740489688615,\\n \\"FirstVersion\\": \\"1.0.0\\",\\n \\"AffectedVersions\\": [\\n \\"1.0.0\\"\\n ],\\n \\"Name\\": \\"自动化测试视角CKTUCNX\\",\\n \\"Stack\\": \\"java.lang.NullPointerException\\",\\n \\"Summary\\": \\"trustee instance\\",\\n \\"KeyLine\\": 1,\\n \\"CruxStack\\": \\"java.lang.NullPointerException: Attempt to invoke virtual method \'java.lang.Object java.lang.ref.WeakReference.get()\' on a null object reference\\\\n\\\\tat e.l.a.a.d.h(BasePresenter.java:1)\\\\n\\\\tat e.l.a.g.c.e.g.s1(GoodsPigLoadPresenter.java:1)\\\\n\\\\tat e.l.a.h.d.a$a.a(AliOssManager.java:2)\\",\\n \\"Status\\": 0,\\n \\"Tags\\": [\\n \\"{\\\\\\\\\\\\\\"app-tset\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"default-cn-hangzhou-1\\\\\\\\\\\\\\"}\\"\\n ],\\n \\"ErrorCount\\": 2,\\n \\"ErrorCountGrowthRate\\": 0.2,\\n \\"ErrorRate\\": 0,\\n \\"ErrorRateGrowthRate\\": 0.2,\\n \\"ErrorDeviceCount\\": 4,\\n \\"ErrorDeviceCountGrowthRate\\": 0.2,\\n \\"ErrorDeviceRate\\": 0.2,\\n \\"ErrorDeviceRateGrowthRate\\": 0.2,\\n \\"SymbolicStatus\\": true,\\n \\"ErrorColumn\\": \\"2\\",\\n \\"ErrorFileName\\": \\"test.js\\",\\n \\"ErrorLine\\": \\"1\\",\\n \\"ErrorName\\": \\"Error\\",\\n \\"ErrorType\\": \\"ErrorType\\",\\n \\"AllocSizePct90\\": 0,\\n \\"AllocSizePct70\\": 0,\\n \\"AllocSizePct50\\": 0,\\n \\"EventTime\\": 0,\\n \\"AllocSizeMax\\": 0,\\n \\"Type\\": \\"\\",\\n \\"Reason\\": \\"\\"\\n },\\n \\"RequestId\\": \\"A8313212-EB4E-4E15-A7F9-D9C8F3FE8E94\\"\\n}","type":"json"}]',
+ ],
+ 'GetIssues' => [
+ 'summary' => '获取聚合错误列表',
+ 'methods' => [
+ 'post',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'operationType' => 'read',
+ 'deprecated' => false,
+ 'systemTags' => [
+ 'operationType' => 'get',
+ 'riskType' => 'none',
+ 'chargeType' => 'free',
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'BizModule',
+ 'in' => 'formData',
+ 'schema' => [
+ 'title' => '业务模块。'."\n"
+ .'崩溃分析为crash,卡顿分析为lag,异常分析为exception,自定义异常为custom,网络分析为network,页面分析为pageload,启动分析为startup,安卓和ios日活为base',
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => true,
+ 'example' => 'h5Resource',
+ ],
+ ],
+ [
+ 'name' => 'TimeRange',
+ 'in' => 'formData',
+ 'style' => 'flat',
+ 'schema' => [
+ 'title' => '时间范围',
+ 'description' => '',
+ 'type' => 'object',
+ 'properties' => [
+ 'StartTime' => [
+ 'title' => '开始时间(unix时间,毫秒格式)',
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'required' => false,
+ 'example' => '2024-11-05T16:00:00Z',
+ ],
+ 'EndTime' => [
+ 'title' => '开始时间(unix时间,毫秒格式)',
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'required' => false,
+ 'example' => '2024-09-04T02:15:00Z',
+ ],
+ 'Granularity' => [
+ 'title' => '粒度',
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'required' => false,
+ 'example' => 'Host',
+ ],
+ 'GranularityUnit' => [
+ 'title' => '粒度单位:minute,hour,day',
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => false,
+ 'enumValueTitles' => [
+ 'hour' => 'hour',
+ 'day' => 'day',
+ 'minute' => 'minute',
+ ],
+ 'example' => 'day',
+ ],
+ ],
+ 'required' => true,
+ ],
+ ],
+ [
+ 'name' => 'Filter',
+ 'in' => 'formData',
+ 'style' => 'json',
+ 'schema' => [
+ 'title' => '筛选条件',
+ 'description' => '',
+ 'type' => 'object',
+ 'properties' => [
+ 'Key' => [
+ 'title' => '筛选条件 Key',
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'erConfig',
+ ],
+ 'Operator' => [
+ 'title' => '操作符:and、or,not, not in, in, >, <, >=, <=',
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => false,
+ 'enumValueTitles' => [
+ '<=' => '<=',
+ 'not' => 'not',
+ 'or' => 'or',
+ 'not in' => 'not in',
+ 'in' => 'in',
+ 'and' => 'and',
+ '<' => '<',
+ '>' => '>',
+ '>=' => '>=',
+ ],
+ 'example' => 'BeginWith',
+ ],
+ 'Values' => [
+ 'title' => '筛选条件Value',
+ 'description' => '',
+ 'type' => 'array',
+ 'items' => [
+ 'description' => '',
+ 'type' => 'any',
+ 'required' => false,
+ 'example' => '[[\\"2021-01-01 00:00:00\\",\\"114.0\\",\\"81.0\\",\\"116.0\\"]]',
+ ],
+ 'required' => false,
+ ],
+ 'SubFilters' => [
+ 'title' => '子filter,格式为json字符串',
+ 'description' => '',
+ 'type' => 'array',
+ 'items' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '["{\\"operator\\":\\"in\\",\\"key\\":\\"osVersion\\",\\"values\\":[\\"15.5\\"]}"]}',
+ ],
+ 'required' => false,
+ ],
+ ],
+ 'required' => false,
+ ],
+ ],
+ [
+ 'name' => 'Name',
+ 'in' => 'formData',
+ 'schema' => [
+ 'title' => '错误名(用于模糊搜索)',
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'GUI-TEST1711072832000',
+ ],
+ ],
+ [
+ 'name' => 'Status',
+ 'in' => 'formData',
+ 'schema' => [
+ 'title' => '错误状态:'."\n"
+ .' NEW(1),'."\n"
+ .' OPEN(2),'."\n"
+ .' CLOSE(3),'."\n"
+ .' FIXED(4)',
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'required' => false,
+ 'enumValueTitles' => [
+ 1 => 'NEW',
+ 'OPEN',
+ 'CLOSE',
+ 'FIXED',
+ ],
+ 'example' => 'FE_RUNNING',
+ ],
+ ],
+ [
+ 'name' => 'PageIndex',
+ 'in' => 'formData',
+ 'schema' => [
+ 'title' => '分页页号',
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'required' => false,
+ 'example' => '1',
+ ],
+ ],
+ [
+ 'name' => 'PageSize',
+ 'in' => 'formData',
+ 'schema' => [
+ 'title' => '分页页大小',
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'required' => false,
+ 'example' => '30',
+ ],
+ ],
+ [
+ 'name' => 'OrderBy',
+ 'in' => 'formData',
+ 'schema' => [
+ 'title' => '排序键,例如:'."\n"
+ .'崩溃数 ErrorCount,崩溃率ErrorRate,崩溃设备数ErrorDeviceCount,崩溃设备率ErrorDeviceRate',
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => false,
+ 'enumValueTitles' => [
+ 'ErrorDeviceRate' => '',
+ 'ErrorDeviceCount' => '',
+ 'ErrorCount' => '',
+ 'ErrorRate' => '',
+ ],
+ 'example' => 'instances',
+ ],
+ ],
+ [
+ 'name' => 'OrderType',
+ 'in' => 'formData',
+ 'schema' => [
+ 'title' => '排序方式:升序 asc,降序 desc',
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => false,
+ 'enumValueTitles' => [
+ 'asc' => '',
+ 'desc' => '',
+ ],
+ 'example' => '1',
+ ],
+ ],
+ [
+ 'name' => 'AppKey',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'required' => true,
+ 'example' => '233588686',
+ ],
+ ],
+ [
+ 'name' => 'Os',
+ 'in' => 'formData',
+ 'schema' => [
+ 'title' => 'os类型:android, iphoneos, harmony, h5',
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => false,
+ 'enumValueTitles' => [
+ 'iponesos' => '',
+ 'android' => '',
+ ],
+ 'example' => 'h5',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'title' => 'WebResult<WebPagedModel<IssueDTO>>',
+ 'description' => 'WebResult<WebPagedModel<IssueDTO>>',
+ 'type' => 'object',
+ 'properties' => [
+ 'Success' => [
+ 'description' => '',
+ 'type' => 'boolean',
+ 'example' => 'True',
+ ],
+ 'ErrorCode' => [
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '200',
+ ],
+ 'Message' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => 'successful',
+ ],
+ 'Args' => [
+ 'description' => 'Args',
+ 'type' => 'object',
+ 'additionalProperties' => [
+ 'type' => 'any',
+ 'example' => '{}',
+ 'description' => 'arg',
+ ],
+ ],
+ 'Model' => [
+ 'description' => '',
+ 'type' => 'object',
+ 'properties' => [
+ 'Items' => [
+ 'title' => '错误列表',
+ 'description' => '',
+ 'type' => 'array',
+ 'items' => [
+ 'description' => '',
+ 'type' => 'object',
+ 'properties' => [
+ 'DigestHash' => [
+ 'title' => '摘要hash',
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '-3481243636390427020',
+ ],
+ 'FirstVersion' => [
+ 'title' => '该错误首出现时app的版本',
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '1.0.0',
+ ],
+ 'Name' => [
+ 'title' => '名称',
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => 'ServiceType',
+ ],
+ 'Status' => [
+ 'title' => '错误状态: '."\n"
+ .' NEW(1),'."\n"
+ .' OPEN(2),'."\n"
+ .' CLOSE(3),'."\n"
+ .' FIXED(4)',
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => 'CREATE_COMPLETE',
+ ],
+ 'ErrorCount' => [
+ 'title' => '错误数',
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '2',
+ ],
+ 'ErrorRate' => [
+ 'title' => '错误率',
+ 'description' => '',
+ 'type' => 'number',
+ 'format' => 'double',
+ 'example' => '0',
+ ],
+ 'ErrorDeviceCount' => [
+ 'title' => '错误设备数',
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '1',
+ ],
+ 'ErrorDeviceRate' => [
+ 'title' => '错误影响设备率',
+ 'description' => '',
+ 'type' => 'number',
+ 'format' => 'double',
+ 'example' => '1.0',
+ ],
+ 'AffectedUserCount' => [
+ 'title' => '错误影响用户数',
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '1',
+ ],
+ 'DomScore' => [
+ 'title' => 'H5应用白屏DOM评分',
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '1',
+ ],
+ 'ErrorType' => [
+ 'title' => '错误类型',
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => 'Error',
+ ],
+ 'ErrorName' => [
+ 'title' => '错误名称',
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => 'ErrorName',
+ ],
+ 'ErrorColumn' => [
+ 'title' => 'H5Js错误发生列',
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '1',
+ ],
+ 'ErrorLine' => [
+ 'title' => 'H5Js错误发生行',
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '1',
+ ],
+ 'ErrorFileName' => [
+ 'title' => 'H5Js错误文件名',
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => 'test.js',
+ ],
+ 'Stack' => [
+ 'title' => '错误堆栈',
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => 'java.lang.NullPointerException: Attempt to invoke virtual method \'java.lang.Object java.lang.ref.WeakReference.get()\' on a null object reference'."\n"
+ .' at e.l.a.a.d.h(BasePresenter.java:1)'."\n"
+ .' at e.l.a.g.c.e.g.s1(GoodsPigLoadPresenter.java:1)'."\n"
+ .' at e.l.a.h.d.a$a.a(AliOssManager.java:2)',
+ ],
+ 'AllocSizePct90' => [
+ 'type' => 'integer',
+ 'format' => 'int64',
+ ],
+ 'AllocSizePct70' => [
+ 'type' => 'integer',
+ 'format' => 'int64',
+ ],
+ 'AllocSizePct50' => [
+ 'type' => 'integer',
+ 'format' => 'int64',
+ ],
+ 'EventTime' => [
+ 'title' => '',
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '1691745496851',
+ ],
+ 'AllocSizeMax' => [
+ 'type' => 'integer',
+ 'format' => 'int64',
+ ],
+ 'Type' => [
+ 'type' => 'string',
+ ],
+ 'Reason' => [
+ 'type' => 'string',
+ ],
+ 'LagCost' => [
+ 'type' => 'integer',
+ 'format' => 'int64',
+ ],
+ 'Tags' => [
+ 'type' => 'array',
+ 'items' => [
+ 'type' => 'string',
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'PageNum' => [
+ 'title' => '页号',
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '2',
+ ],
+ 'PageSize' => [
+ 'title' => '页大小',
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '10',
+ ],
+ 'Pages' => [
+ 'title' => '总页数',
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '1',
+ ],
+ 'Total' => [
+ 'title' => '数据总条数',
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'example' => '0',
+ ],
+ ],
+ ],
+ 'RequestId' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '22111548-55D2-4258-9B18-273E4C134444',
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'errorCodes' => [
+ 400 => [
+ [
+ 'errorCode' => 'InvalidAppId',
+ 'errorMessage' => 'The AppId you provided is invalid.',
+ ],
+ [
+ 'errorCode' => 'InvalidParameters',
+ 'errorMessage' => 'The specified parameter is invalid.',
+ ],
+ [
+ 'errorCode' => 'InvalidRequest',
+ 'errorMessage' => 'The request is invalid.',
+ ],
+ ],
+ 403 => [
+ [
+ 'errorCode' => 'Forbidden.NoPermission',
+ 'errorMessage' => 'You are not authorized to access data related to the specified AppId.',
+ ],
+ [
+ 'errorCode' => 'Forbidden.NoRAMPermission',
+ 'errorMessage' => 'Your RAM account is not authorized to access the data of the specified AppId.',
+ ],
+ ],
+ 406 => [
+ [
+ 'errorCode' => 'UnexpectedAppStatus',
+ 'errorMessage' => 'The status of App is invalid.',
+ ],
+ ],
+ 500 => [
+ [
+ 'errorCode' => 'InternalError',
+ 'errorMessage' => 'An error occurred while processing your request.',
+ ],
+ ],
+ ],
+ 'staticInfo' => [
+ 'returnType' => 'synchronous',
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"Success\\": true,\\n \\"ErrorCode\\": 200,\\n \\"Message\\": \\"successful\\",\\n \\"Args\\": {\\n \\"key\\": \\"{}\\"\\n },\\n \\"Model\\": {\\n \\"Items\\": [\\n {\\n \\"DigestHash\\": \\"-3481243636390427020\\",\\n \\"FirstVersion\\": \\"1.0.0\\",\\n \\"Name\\": \\"ServiceType\\",\\n \\"Status\\": 0,\\n \\"ErrorCount\\": 2,\\n \\"ErrorRate\\": 0,\\n \\"ErrorDeviceCount\\": 1,\\n \\"ErrorDeviceRate\\": 1,\\n \\"AffectedUserCount\\": 1,\\n \\"DomScore\\": \\"1\\",\\n \\"ErrorType\\": \\"Error\\",\\n \\"ErrorName\\": \\"ErrorName\\",\\n \\"ErrorColumn\\": 1,\\n \\"ErrorLine\\": 1,\\n \\"ErrorFileName\\": \\"test.js\\",\\n \\"Stack\\": \\"java.lang.NullPointerException: Attempt to invoke virtual method \'java.lang.Object java.lang.ref.WeakReference.get()\' on a null object reference\\\\n\\\\tat e.l.a.a.d.h(BasePresenter.java:1)\\\\n\\\\tat e.l.a.g.c.e.g.s1(GoodsPigLoadPresenter.java:1)\\\\n\\\\tat e.l.a.h.d.a$a.a(AliOssManager.java:2)\\",\\n \\"AllocSizePct90\\": 0,\\n \\"AllocSizePct70\\": 0,\\n \\"AllocSizePct50\\": 0,\\n \\"EventTime\\": \\"1691745496851\\",\\n \\"AllocSizeMax\\": 0,\\n \\"Type\\": \\"\\",\\n \\"Reason\\": \\"\\",\\n \\"LagCost\\": 0,\\n \\"Tags\\": [\\n \\"\\"\\n ]\\n }\\n ],\\n \\"PageNum\\": 2,\\n \\"PageSize\\": 10,\\n \\"Pages\\": 1,\\n \\"Total\\": 0\\n },\\n \\"RequestId\\": \\"22111548-55D2-4258-9B18-273E4C134444\\"\\n}","type":"json"}]',
+ ],
+ 'GetErrors' => [
+ 'summary' => '获取某一聚合错误下所有的错误事件列表',
+ 'methods' => [
+ 'post',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'operationType' => 'read',
+ 'deprecated' => false,
+ 'systemTags' => [
+ 'operationType' => 'get',
+ 'riskType' => 'none',
+ 'chargeType' => 'free',
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'BizModule',
+ 'in' => 'formData',
+ 'schema' => [
+ 'title' => '业务模块。崩溃分析: crash,卡顿分析: lag,异常分析: exception,自定义异常: custom,网络分析: network,页面分析: pageload,启动分析: startup,安卓和ios日活: base,h5日活: h5Pv,h5异常监控-js错误: h5JsError,h5异常监控-白屏: h5WhiteScreen,h5网络监控-请求: h5Request,h5网络监控-静态资源: h5Resource,h5性能监控-用户感知: h5PageLoad,h5性能监控-运行性能: h5PageMetrics',
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => true,
+ 'enumValueTitles' => [
+ 'exception' => '',
+ 'pageload' => '',
+ 'lag' => '',
+ 'startup' => '',
+ 'custom' => '',
+ 'crash' => '',
+ 'network' => '',
+ 'base' => '',
+ ],
+ 'example' => 'crash',
+ ],
+ ],
+ [
+ 'name' => 'Utdid',
+ 'in' => 'formData',
+ 'schema' => [
+ 'title' => 'utdid',
+ 'description' => 'utdid',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'Z70g6V/MXJ8DABtD53eHzn4X',
+ ],
+ ],
+ [
+ 'name' => 'DigestHash',
+ 'in' => 'formData',
+ 'schema' => [
+ 'title' => '错误摘要hash',
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '-3481243636390427020',
+ ],
+ ],
+ [
+ 'name' => 'Filter',
+ 'in' => 'formData',
+ 'style' => 'json',
+ 'schema' => [
+ 'title' => '筛选条件',
+ 'description' => '',
+ 'type' => 'object',
+ 'properties' => [
+ 'Key' => [
+ 'title' => '筛选条件 Key',
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'osVersion',
+ ],
+ 'Operator' => [
+ 'title' => '操作符:and、or,not, not in, in, >, <, >=, <=',
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => false,
+ 'enumValueTitles' => [
+ '<=' => '<=',
+ 'not' => 'not',
+ 'or' => 'or',
+ 'not in' => 'not in',
+ 'in' => 'in',
+ 'and' => 'and',
+ '<' => '<',
+ '>' => '>',
+ '>=' => '>=',
+ ],
+ 'example' => 'and',
+ ],
+ 'Values' => [
+ 'title' => '筛选条件Value',
+ 'description' => '',
+ 'type' => 'array',
+ 'items' => [
+ 'description' => '',
+ 'type' => 'any',
+ 'required' => false,
+ 'example' => '1.1.0',
+ ],
+ 'required' => false,
+ ],
+ 'SubFilters' => [
+ 'title' => '子filter,格式为json字符串',
+ 'description' => '',
+ 'type' => 'array',
+ 'items' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '["{\\"operator\\":\\"in\\",\\"key\\":\\"osVersion\\",\\"values\\":[\\"15.5\\"]}"]}',
+ ],
+ 'required' => false,
+ ],
+ ],
+ 'required' => false,
+ ],
+ ],
+ [
+ 'name' => 'TimeRange',
+ 'in' => 'formData',
+ 'style' => 'flat',
+ 'schema' => [
+ 'title' => '筛选时间段',
+ 'description' => '',
+ 'type' => 'object',
+ 'properties' => [
+ 'StartTime' => [
+ 'title' => '开始时间(unix事件,毫秒格式)',
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'required' => true,
+ 'example' => '1739894400000',
+ ],
+ 'EndTime' => [
+ 'title' => '开始时间(unix事件,毫秒格式)',
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'required' => true,
+ 'example' => '1740499200000',
+ ],
+ ],
+ 'required' => true,
+ ],
+ ],
+ [
+ 'name' => 'PageIndex',
+ 'in' => 'formData',
+ 'schema' => [
+ 'title' => '页号',
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'required' => true,
+ 'example' => '1',
+ ],
+ ],
+ [
+ 'name' => 'PageSize',
+ 'in' => 'formData',
+ 'schema' => [
+ 'title' => '页大小',
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'required' => true,
+ 'example' => '10',
+ ],
+ ],
+ [
+ 'name' => 'AppKey',
+ 'in' => 'formData',
+ 'schema' => [
+ 'title' => 'appKey',
+ 'description' => 'appKey',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'required' => true,
+ 'example' => '24780725',
+ ],
+ ],
+ [
+ 'name' => 'Os',
+ 'in' => 'formData',
+ 'schema' => [
+ 'title' => 'os类型:android, iphoneos, harmony, h5',
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => false,
+ 'enumValueTitles' => [
+ 'harmony' => '',
+ 'iphoneos' => '',
+ 'android' => '',
+ 'h5' => 'H5',
+ ],
+ 'example' => 'android',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'title' => 'WebResult<WebPagedModel<ErrorDTO>>',
+ 'description' => 'WebResult<WebPagedModel<ErrorDTO>>',
+ 'type' => 'object',
+ 'properties' => [
+ 'Success' => [
+ 'description' => '',
+ 'type' => 'boolean',
+ 'enumValueTitles' => [
+ 'true' => '',
+ 'false' => '',
+ ],
+ 'example' => 'true',
+ ],
+ 'ErrorCode' => [
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '500',
+ ],
+ 'Message' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => 'internal error',
+ ],
+ 'Args' => [
+ 'description' => 'Args',
+ 'type' => 'object',
+ 'additionalProperties' => [
+ 'type' => 'any',
+ 'example' => '{}',
+ 'description' => '',
+ ],
+ ],
+ 'Model' => [
+ 'description' => '',
+ 'type' => 'object',
+ 'properties' => [
+ 'Items' => [
+ 'title' => '错误列表',
+ 'description' => '',
+ 'type' => 'array',
+ 'items' => [
+ 'description' => '',
+ 'type' => 'object',
+ 'properties' => [
+ 'ClientTime' => [
+ 'title' => '客户端时间',
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'example' => '1740488561065',
+ ],
+ 'Did' => [
+ 'title' => '设备id',
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => 'RANDOM-1729634758587856312DEVICE',
+ ],
+ 'Utdid' => [
+ 'title' => 'Utdid',
+ 'description' => 'Utdid',
+ 'type' => 'string',
+ 'example' => 'RANDOM-1729634758587856312DEVICE',
+ ],
+ 'Uuid' => [
+ 'title' => '事件唯一id',
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '9634758587856312DEV',
+ ],
+ 'DigestHash' => [
+ 'type' => 'string',
+ ],
+ ],
+ ],
+ ],
+ 'PageNum' => [
+ 'title' => '页号',
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '10',
+ ],
+ 'PageSize' => [
+ 'title' => '页大小',
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '10',
+ ],
+ 'Pages' => [
+ 'title' => '总页数',
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '1',
+ ],
+ 'Total' => [
+ 'title' => '总事件数',
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'example' => '10',
+ ],
+ ],
+ ],
+ 'RequestId' => [
+ 'description' => 'RequestId',
+ 'type' => 'string',
+ 'example' => 'B3AD0FE4-36EF-1641-90B1-77618166F2ff',
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'errorCodes' => [
+ 400 => [
+ [
+ 'errorCode' => 'InvalidAppId',
+ 'errorMessage' => 'The AppId you provided is invalid.',
+ ],
+ [
+ 'errorCode' => 'InvalidParameters',
+ 'errorMessage' => 'The specified parameter is invalid.',
+ ],
+ [
+ 'errorCode' => 'InvalidRequest',
+ 'errorMessage' => 'The request is invalid.',
+ ],
+ ],
+ 403 => [
+ [
+ 'errorCode' => 'Forbidden.NoPermission',
+ 'errorMessage' => 'You are not authorized to access data related to the specified AppId.',
+ ],
+ [
+ 'errorCode' => 'Forbidden.NoRAMPermission',
+ 'errorMessage' => 'Your RAM account is not authorized to access the data of the specified AppId.',
+ ],
+ ],
+ 406 => [
+ [
+ 'errorCode' => 'UnexpectedAppStatus',
+ 'errorMessage' => 'The status of App is invalid.',
+ ],
+ ],
+ 500 => [
+ [
+ 'errorCode' => 'InternalError',
+ 'errorMessage' => 'An error occurred while processing your request.',
+ ],
+ ],
+ ],
+ 'staticInfo' => [
+ 'returnType' => 'synchronous',
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"Success\\": true,\\n \\"ErrorCode\\": 500,\\n \\"Message\\": \\"internal error\\",\\n \\"Args\\": {\\n \\"key\\": \\"{}\\"\\n },\\n \\"Model\\": {\\n \\"Items\\": [\\n {\\n \\"ClientTime\\": 1740488561065,\\n \\"Did\\": \\"RANDOM-1729634758587856312DEVICE\\",\\n \\"Utdid\\": \\"RANDOM-1729634758587856312DEVICE\\",\\n \\"Uuid\\": \\"9634758587856312DEV\\",\\n \\"DigestHash\\": \\"\\"\\n }\\n ],\\n \\"PageNum\\": 10,\\n \\"PageSize\\": 10,\\n \\"Pages\\": 1,\\n \\"Total\\": 10\\n },\\n \\"RequestId\\": \\"B3AD0FE4-36EF-1641-90B1-77618166F2ff\\"\\n}","type":"json"}]',
+ ],
+ 'GetError' => [
+ 'summary' => '获取错误事件详情',
+ 'methods' => [
+ 'post',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'operationType' => 'read',
+ 'deprecated' => false,
+ 'systemTags' => [
+ 'operationType' => 'get',
+ 'riskType' => 'none',
+ 'chargeType' => 'free',
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'ClientTime',
+ 'in' => 'formData',
+ 'schema' => [
+ 'title' => '客户端时间',
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'required' => true,
+ 'example' => '1739808000000',
+ ],
+ ],
+ [
+ 'name' => 'Did',
+ 'in' => 'formData',
+ 'schema' => [
+ 'title' => '设备id',
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '233588686',
+ ],
+ ],
+ [
+ 'name' => 'Force',
+ 'in' => 'formData',
+ 'schema' => [
+ 'title' => '强制跳过缓存查询',
+ 'description' => '',
+ 'type' => 'boolean',
+ 'required' => false,
+ 'example' => 'false',
+ ],
+ ],
+ [
+ 'name' => 'AppKey',
+ 'in' => 'formData',
+ 'schema' => [
+ 'title' => 'appKey',
+ 'description' => 'appKey',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'required' => true,
+ 'example' => '233588686',
+ ],
+ ],
+ [
+ 'name' => 'Os',
+ 'in' => 'formData',
+ 'schema' => [
+ 'title' => 'os类型:android, iphoneos, harmony, h5',
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'android',
+ ],
+ ],
+ [
+ 'name' => 'Uuid',
+ 'in' => 'formData',
+ 'schema' => [
+ 'title' => '事件唯一id',
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'abcf4a4b-158c-4a0b-b81c-262785d84c4f',
+ ],
+ ],
+ [
+ 'name' => 'BizModule',
+ 'in' => 'formData',
+ 'schema' => [
+ 'title' => '业务模块。崩溃分析: crash,卡顿分析: lag,异常分析: exception,自定义异常: custom,网络分析: network,页面分析: pageload,启动分析: startup,安卓和ios日活: base',
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'h5Resource',
+ ],
+ ],
+ [
+ 'name' => 'DigestHash',
+ 'in' => 'formData',
+ 'schema' => [
+ 'type' => 'string',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'title' => 'WebResult<ErrorDTO>',
+ 'description' => 'WebResult<ErrorDTO>',
+ 'type' => 'object',
+ 'properties' => [
+ 'Success' => [
+ 'description' => '',
+ 'type' => 'boolean',
+ 'example' => 'True',
+ ],
+ 'ErrorCode' => [
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => 'Success',
+ ],
+ 'Message' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => 'Successful',
+ ],
+ 'Args' => [
+ 'description' => '',
+ 'type' => 'object',
+ 'additionalProperties' => [
+ 'type' => 'any',
+ 'example' => '-',
+ 'description' => 'value',
+ ],
+ ],
+ 'Model' => [
+ 'description' => '',
+ 'type' => 'object',
+ 'properties' => [
+ 'AppKey' => [
+ 'title' => 'appKey',
+ 'description' => 'appKey',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'example' => '233588686',
+ ],
+ 'ClientTime' => [
+ 'title' => '客户端时间',
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'example' => '1739808000000',
+ ],
+ 'ServerTime' => [
+ 'title' => '服务器时间',
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'example' => '1739808000000',
+ ],
+ 'Did' => [
+ 'title' => '设备ID',
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '22jtJ213saqfB1yBgBKhayYPwcZ2',
+ ],
+ 'EventId' => [
+ 'title' => '事件ID',
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '0DB-22jtJZzBvqfB1yBgBKhayYPwcZ2',
+ ],
+ 'AppVersion' => [
+ 'title' => '应用版本',
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => 'V20250224102631',
+ ],
+ 'Platform' => [
+ 'title' => '平台',
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => 'wechat',
+ ],
+ 'Os' => [
+ 'title' => '操作系统',
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => 'android',
+ ],
+ 'OsVersion' => [
+ 'title' => '操作系统版本',
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '1',
+ ],
+ 'SdkType' => [
+ 'title' => 'SDK类型',
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => 'software_nls_tts_offline_standard',
+ ],
+ 'SdkVersion' => [
+ 'title' => 'SDK版本',
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '5.2.3',
+ ],
+ 'Page' => [
+ 'title' => '页面',
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '{\'Content\': [], \'TotalPages\': 2, \'TotalItems\': 31, \'PageNumber\': 4, \'PageSize\': 20}',
+ ],
+ 'Brand' => [
+ 'title' => '品牌',
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => 'Hinova',
+ ],
+ 'DeviceModel' => [
+ 'title' => '设备型号',
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => 'ASUS_X00GD',
+ ],
+ 'Resolution' => [
+ 'title' => '分辨率',
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '720*1280',
+ ],
+ 'Access' => [
+ 'title' => '网络类型',
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '4G',
+ ],
+ 'AccessSubType' => [
+ 'title' => '网络子类型',
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => 'null',
+ ],
+ 'Carrier' => [
+ 'title' => 'carrier',
+ 'description' => 'carrier',
+ 'type' => 'string',
+ 'example' => 'CT',
+ ],
+ 'Channel' => [
+ 'title' => '渠道',
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => 'ant',
+ ],
+ 'Language' => [
+ 'title' => '语言',
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => 'cn',
+ ],
+ 'Country' => [
+ 'title' => '国家',
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => 'CN',
+ ],
+ 'Province' => [
+ 'title' => '省份',
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '',
+ ],
+ 'City' => [
+ 'title' => '城市',
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '375',
+ ],
+ 'Isp' => [
+ 'title' => 'ISP',
+ 'description' => 'ISP',
+ 'type' => 'string',
+ 'example' => 'cmcc',
+ ],
+ 'AppId' => [
+ 'title' => '应用ID',
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => 'ALIPUBDC3CA71131027',
+ ],
+ 'ClientIp' => [
+ 'title' => '客户端IP',
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '100.104.16.217:51534',
+ ],
+ 'UserId' => [
+ 'title' => '用户ID',
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '1',
+ ],
+ 'UserNick' => [
+ 'title' => '用户昵称',
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => 'mark',
+ ],
+ 'Utdid' => [
+ 'title' => 'utdid',
+ 'description' => 'utdid',
+ 'type' => 'string',
+ 'example' => '2704b9b0d94b2f3897f82119a',
+ ],
+ 'DeviceId' => [
+ 'title' => '设备id',
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => 'ad-0001t9c1b6y48kqcd44s-105',
+ ],
+ 'Imei' => [
+ 'title' => 'IMEI',
+ 'description' => 'IMEI',
+ 'type' => 'string',
+ 'example' => '2704b9b0d94b2f3897f82119a1900cd9c7a8108d',
+ ],
+ 'Imsi' => [
+ 'title' => 'IMSI',
+ 'description' => 'IMSI',
+ 'type' => 'string',
+ 'example' => '460049842500442',
+ ],
+ 'SessionId' => [
+ 'title' => '会话ID',
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '9ec8e399-51cc-4283-8ba4-f6df78246249',
+ ],
+ 'Seq' => [
+ 'title' => '序号',
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '3481243636390427020',
+ ],
+ 'Args' => [
+ 'title' => '参数',
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => 'h=60',
+ ],
+ 'OriginData' => [
+ 'title' => '原始数据',
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '[]',
+ ],
+ 'Build' => [
+ 'title' => '构建版本',
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '100',
+ ],
+ 'CpuModel' => [
+ 'title' => 'CPU型号',
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => 'arm',
+ ],
+ 'HasSgSecurityConfigKey' => [
+ 'title' => '是否有SG安全配置键',
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '0',
+ ],
+ 'View' => [
+ 'title' => 'view',
+ 'description' => 'view',
+ 'type' => 'string',
+ 'example' => 'com.aliyun.view1',
+ ],
+ 'ParentProcessName' => [
+ 'title' => '父进程名称',
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => 'com.aliyun.demo',
+ ],
+ 'ProcessName' => [
+ 'title' => '进程名称',
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => 'null',
+ ],
+ 'ThreadName' => [
+ 'title' => '线程名称',
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => 'null',
+ ],
+ 'LaunchedTime' => [
+ 'title' => '启动时间',
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '2025-02-25 18:02:50',
+ ],
+ 'TriggeredTime' => [
+ 'title' => '触发时间',
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '2025-02-25 18:02:50',
+ ],
+ 'Pid' => [
+ 'title' => '进程ID',
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => 'ce0ak81asd@62706c656a7f1a1',
+ ],
+ 'Tid' => [
+ 'title' => '线程ID',
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '2359',
+ ],
+ 'ForeGround' => [
+ 'title' => '前台',
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '1',
+ ],
+ 'Operations' => [
+ 'title' => '操作',
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '[{\\"status\\":1,\\"target\\":\\"5461e0ab-340f-4a6b-9bbe-f75e44985420\\"}]',
+ ],
+ 'User' => [
+ 'title' => '用户',
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '-',
+ ],
+ 'WeexShortUrl' => [
+ 'title' => 'Weex短url',
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '-',
+ ],
+ 'WeexFullUrl' => [
+ 'title' => 'Weex完整url',
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '-',
+ ],
+ 'H5ShortUrl' => [
+ 'title' => 'H5短url',
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '-',
+ ],
+ 'H5FullUrl' => [
+ 'title' => 'H5完整url',
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '-',
+ ],
+ 'BusinessCountry' => [
+ 'title' => '国家',
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => 'china',
+ ],
+ 'SpeedFlags' => [
+ 'title' => 'SpeedFlags',
+ 'description' => 'SpeedFlags',
+ 'type' => 'string',
+ 'example' => '-',
+ ],
+ 'IsSpeedVersion' => [
+ 'title' => '',
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '0',
+ ],
+ 'FlutterRoute' => [
+ 'title' => 'Flutter路由',
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '-',
+ ],
+ 'InMainProcess' => [
+ 'title' => '是否在主进程',
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '0',
+ ],
+ 'HasOpenMultiProcessMode' => [
+ 'title' => '是否开启多进程模式',
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '0',
+ ],
+ 'AdditionalCallbackInfo' => [
+ 'title' => '额外回调信息',
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '-',
+ ],
+ 'AdditionalCustomInfo' => [
+ 'title' => '额外自定义信息',
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '-',
+ ],
+ 'AdditionalCrossPlatformCrashInfo' => [
+ 'title' => '额外跨平台崩溃信息',
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '-',
+ ],
+ 'Backtrace' => [
+ 'title' => 'backtrace信息',
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => 'java.lang.NullPointerException: Attempt to invoke virtual method \'java.lang.Object ',
+ ],
+ 'JsBacktrace' => [
+ 'title' => 'JS backtrace 信息',
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => 'java.lang.NullPointerException: Attempt to invoke virtual method \'java.lang.Object ',
+ ],
+ 'Threads' => [
+ 'title' => '线程信息',
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => 'Process Name: \'com.muyuan.mytongdriver\''."\n"
+ .'Thread Name: \'main\'',
+ ],
+ 'SysLog' => [
+ 'title' => '系统日志',
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '-',
+ ],
+ 'MainLog' => [
+ 'title' => '主日志',
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '-',
+ ],
+ 'EventLog' => [
+ 'title' => '事件日志',
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '-',
+ ],
+ 'ReportContent' => [
+ 'title' => '崩溃堆栈信息',
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '-',
+ ],
+ 'Banner' => [
+ 'title' => 'banner',
+ 'description' => 'banner',
+ 'type' => 'string',
+ 'example' => '-',
+ ],
+ 'SimpleReportContent' => [
+ 'title' => '简单崩溃内容',
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '-',
+ ],
+ 'LogHash' => [
+ 'title' => '日志哈希',
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'example' => '-',
+ ],
+ 'ArgHash' => [
+ 'title' => '参数哈希',
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'example' => '-',
+ ],
+ 'Status' => [
+ 'title' => '状态',
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => 'success',
+ ],
+ 'NativeMaps' => [
+ 'title' => 'Native map',
+ 'description' => 'Native map',
+ 'type' => 'string',
+ 'example' => '-',
+ ],
+ 'NativeAllThreadDump' => [
+ 'title' => '原生全部线程转储',
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '-',
+ ],
+ 'AndroidVm' => [
+ 'title' => 'Android虚拟机',
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '-',
+ ],
+ 'SoLibBuild' => [
+ 'title' => 'SO库构建',
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '-',
+ ],
+ 'Uuid' => [
+ 'title' => 'uuid',
+ 'description' => 'uuid',
+ 'type' => 'string',
+ 'example' => '105a87c6-f299-42e5-8fc7-1066a47a96e5',
+ ],
+ 'Track' => [
+ 'title' => 'track信息',
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '-',
+ ],
+ 'IsBackTrace' => [
+ 'title' => '是否backtrace',
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '-',
+ ],
+ 'ExceptionId' => [
+ 'title' => '异常ID',
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '-',
+ ],
+ 'ExceptionCode' => [
+ 'title' => '异常代码',
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '-',
+ ],
+ 'ExceptionVersion' => [
+ 'title' => '异常版本',
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '-',
+ ],
+ 'ExceptionArg1' => [
+ 'title' => '异常参数1',
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '-',
+ ],
+ 'ExceptionArg2' => [
+ 'title' => '异常参数2',
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '-',
+ ],
+ 'ExceptionArg3' => [
+ 'title' => '异常参数3',
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '-',
+ ],
+ 'ExceptionDetail' => [
+ 'title' => '异常详细信息',
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '-',
+ ],
+ 'BusinessLogType' => [
+ 'title' => '自定义异常类型',
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '-',
+ ],
+ 'HasSdCard' => [
+ 'title' => '是否有SD卡',
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '-',
+ ],
+ 'InstallSdCard' => [
+ 'title' => '安装SD卡',
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '-',
+ ],
+ 'RootDirectory' => [
+ 'title' => '根目录',
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '-',
+ ],
+ 'DataDirectory' => [
+ 'title' => '数据目录',
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '-',
+ ],
+ 'ExternalStorageDirectory' => [
+ 'title' => '外部存储目录',
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '-',
+ ],
+ 'DownloadCacheDirectory' => [
+ 'title' => '下载缓存目录',
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '-',
+ ],
+ 'OpenedFileCount' => [
+ 'title' => '打开的文件数量',
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '-',
+ ],
+ 'WriteLimit' => [
+ 'title' => '写入限制',
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '-',
+ ],
+ 'Digest' => [
+ 'title' => '聚合摘要',
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => 'sha256:b3b79f1f6c2beca7ac93a9518a35d542e0bfeb7ae64c9e57e9edd4719489927c',
+ ],
+ 'DigestHash' => [
+ 'title' => '聚合摘要hash',
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '-',
+ ],
+ 'Summary' => [
+ 'title' => '聚合错误概述',
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '{\'HandledCheckToday\': 0, \'RiskCheckCnt\': 34, \'RiskWarningCnt\': 57, \'RiskDays\': 30, \'HandledCheckTotal\': 5, \'HandledDays\': 365}',
+ ],
+ 'ExceptionType' => [
+ 'title' => '异常类型',
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '-',
+ ],
+ 'ExceptionSubtype' => [
+ 'title' => '异常子类型',
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '-',
+ ],
+ 'ExceptionCodes' => [
+ 'title' => '异常代码',
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '-',
+ ],
+ 'ExceptionMsg' => [
+ 'title' => '异常消息',
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => 'Table \'123_temp.image_vw_6191426\' doesn\'t exist',
+ ],
+ 'CruxModule' => [
+ 'title' => 'Crux模块',
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '-',
+ ],
+ 'CruxStackTrace' => [
+ 'title' => 'CruxStackTrace',
+ 'description' => 'CruxStackTrace',
+ 'type' => 'string',
+ 'example' => '-',
+ ],
+ 'CruxStackTraceHash' => [
+ 'title' => 'cruxStackTrace哈希',
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'example' => '-',
+ ],
+ 'CruxStack' => [
+ 'title' => 'crux堆栈',
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '-',
+ ],
+ 'CruxStackHash' => [
+ 'title' => 'crux堆栈哈希',
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'example' => '-',
+ ],
+ 'CustomExceptionType' => [
+ 'title' => '自定义异常类型',
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '-',
+ ],
+ 'MoreInfo1' => [
+ 'title' => '更多信息1',
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '-',
+ ],
+ 'MoreInfo2' => [
+ 'title' => '更多信息2',
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '-',
+ ],
+ 'MoreInfo3' => [
+ 'title' => '更多信息3',
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '-',
+ ],
+ 'SceneValue' => [
+ 'title' => '场景值',
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '-',
+ ],
+ 'NeedReCluster' => [
+ 'title' => '需要重新聚类',
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'example' => '-',
+ ],
+ 'ReportType' => [
+ 'title' => '崩溃类型',
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '2',
+ ],
+ 'FeatureScene' => [
+ 'title' => '功能场景',
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '-',
+ ],
+ 'BinaryUuids' => [
+ 'title' => 'so文件buildId列表',
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '-',
+ ],
+ 'RuntimeExtData' => [
+ 'title' => '运行时扩展数据',
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '-',
+ ],
+ 'BusinessErrorExtData' => [
+ 'title' => '业务错误扩展数据',
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '-',
+ ],
+ 'MemoryMap' => [
+ 'title' => '内存映射',
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '-',
+ ],
+ 'CustomInfo' => [
+ 'title' => '自定义信息',
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '-',
+ ],
+ 'SymbolicFileType' => [
+ 'title' => '符号化文件类型',
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '-',
+ ],
+ 'FilePath' => [
+ 'title' => '符号化文件路径',
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => 'dubhe-service/src/main/java/com/viatris/dubhe/monitortask/service/Impl/DataSyncMonitorRecordServiceImpl.java',
+ ],
+ 'FileName' => [
+ 'title' => '符号化文件名称',
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => 'baselineCspm_20241005',
+ ],
+ 'ExportStatus' => [
+ 'title' => '符号化导出状态',
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => 'exporting',
+ ],
+ 'UploadTime' => [
+ 'title' => '符号化文件上传时间',
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'example' => '1740412800000',
+ ],
+ 'Stack' => [
+ 'title' => '堆栈',
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => 'java.lang.NullPointerException: Attempt to invoke virtual method \'java.lang.Object java.lang.ref.WeakReference.get()\' on a null object reference',
+ ],
+ 'BrowserName' => [
+ 'title' => '浏览器名称',
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => 'Chrome',
+ ],
+ 'BrowserVersion' => [
+ 'title' => '浏览器版本',
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '',
+ ],
+ 'Uri' => [
+ 'title' => 'URI',
+ 'description' => 'URI',
+ 'type' => 'string',
+ 'example' => 'https://oss.aliyuncs.com/aliyun_id_photo_bucket/default_handsome.jpg',
+ ],
+ 'LineNo' => [
+ 'title' => '行号',
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '0',
+ ],
+ 'ColNo' => [
+ 'title' => '列号',
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '0',
+ ],
+ 'Filename' => [
+ 'title' => '文件名',
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => 'chunk-56494f41.3df8bd75.css',
+ ],
+ 'Reason' => [
+ 'title' => '错误原因',
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '',
+ ],
+ 'OriginUri' => [
+ 'title' => '原始完整uri',
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '-',
+ ],
+ 'DomScore' => [
+ 'title' => 'H5 DOM评分',
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '0.5',
+ ],
+ 'ErrorType' => [
+ 'title' => '错误类型',
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => 'jsError',
+ ],
+ 'ErrorName' => [
+ 'title' => '错误名',
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => 'OOM',
+ ],
+ 'ForceGround' => [
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ 'enumValueTitles' => [],
+ 'example' => '1',
+ ],
+ 'StructuredStack' => [
+ 'type' => 'string',
+ ],
+ 'IsSimulator' => [
+ 'title' => '是否模拟器',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ ],
+ 'IsJailbroken' => [
+ 'title' => '是否ROOT/越狱',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ ],
+ 'LagCost' => [
+ 'title' => '是否启动阶段',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ ],
+ 'MemInfo' => [
+ 'title' => '页面追踪',
+ 'type' => 'string',
+ ],
+ 'LaunchedCrashStage' => [
+ 'title' => '是否启动阶段',
+ 'type' => 'integer',
+ 'format' => 'int32',
+ ],
+ 'Controllers' => [
+ 'title' => '页面追踪',
+ 'type' => 'string',
+ ],
+ 'FileDescriptor' => [
+ 'title' => '页面追踪',
+ 'type' => 'string',
+ ],
+ ],
+ ],
+ 'RequestId' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => 'A8313212-EB4E-4E15-A7F9-D9C8F3FE8E94',
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'errorCodes' => [
+ 400 => [
+ [
+ 'errorCode' => 'InvalidAppId',
+ 'errorMessage' => 'The AppId you provided is invalid.',
+ ],
+ [
+ 'errorCode' => 'InvalidParameters',
+ 'errorMessage' => 'The specified parameter is invalid.',
+ ],
+ [
+ 'errorCode' => 'InvalidRequest',
+ 'errorMessage' => 'The request is invalid.',
+ ],
+ ],
+ 403 => [
+ [
+ 'errorCode' => 'Forbidden.NoPermission',
+ 'errorMessage' => 'You are not authorized to access data related to the specified AppId.',
+ ],
+ [
+ 'errorCode' => 'Forbidden.NoRAMPermission',
+ 'errorMessage' => 'Your RAM account is not authorized to access the data of the specified AppId.',
+ ],
+ ],
+ 406 => [
+ [
+ 'errorCode' => 'UnexpectedAppStatus',
+ 'errorMessage' => 'The status of App is invalid.',
+ ],
+ ],
+ 500 => [
+ [
+ 'errorCode' => 'InternalError',
+ 'errorMessage' => 'An error occurred while processing your request.',
+ ],
+ ],
+ ],
+ 'staticInfo' => [
+ 'returnType' => 'synchronous',
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"Success\\": true,\\n \\"ErrorCode\\": 0,\\n \\"Message\\": \\"Successful\\",\\n \\"Args\\": {\\n \\"key\\": \\"-\\"\\n },\\n \\"Model\\": {\\n \\"AppKey\\": 233588686,\\n \\"ClientTime\\": 1739808000000,\\n \\"ServerTime\\": 1739808000000,\\n \\"Did\\": \\"22jtJ213saqfB1yBgBKhayYPwcZ2\\",\\n \\"EventId\\": 0,\\n \\"AppVersion\\": \\"V20250224102631\\",\\n \\"Platform\\": \\"wechat\\",\\n \\"Os\\": \\"android\\",\\n \\"OsVersion\\": \\"1\\",\\n \\"SdkType\\": \\"software_nls_tts_offline_standard\\",\\n \\"SdkVersion\\": \\"5.2.3\\",\\n \\"Page\\": \\"{\'Content\': [], \'TotalPages\': 2, \'TotalItems\': 31, \'PageNumber\': 4, \'PageSize\': 20}\\",\\n \\"Brand\\": \\"Hinova\\",\\n \\"DeviceModel\\": \\"ASUS_X00GD\\",\\n \\"Resolution\\": \\"720*1280\\",\\n \\"Access\\": \\"4G\\",\\n \\"AccessSubType\\": \\"null\\",\\n \\"Carrier\\": \\"CT\\",\\n \\"Channel\\": \\"ant\\",\\n \\"Language\\": \\"cn\\",\\n \\"Country\\": \\"CN\\",\\n \\"Province\\": \\"北京市\\",\\n \\"City\\": \\"375\\",\\n \\"Isp\\": \\"cmcc\\",\\n \\"AppId\\": \\"ALIPUBDC3CA71131027\\",\\n \\"ClientIp\\": \\"100.104.16.217:51534\\",\\n \\"UserId\\": \\"1\\",\\n \\"UserNick\\": \\"mark\\",\\n \\"Utdid\\": \\"2704b9b0d94b2f3897f82119a\\",\\n \\"DeviceId\\": \\"ad-0001t9c1b6y48kqcd44s-105\\",\\n \\"Imei\\": \\"2704b9b0d94b2f3897f82119a1900cd9c7a8108d\\",\\n \\"Imsi\\": \\"460049842500442\\",\\n \\"SessionId\\": \\"9ec8e399-51cc-4283-8ba4-f6df78246249\\",\\n \\"Seq\\": \\"3481243636390427020\\",\\n \\"Args\\": \\"h=60\\",\\n \\"OriginData\\": \\"[]\\",\\n \\"Build\\": \\"100\\",\\n \\"CpuModel\\": \\"arm\\",\\n \\"HasSgSecurityConfigKey\\": 0,\\n \\"View\\": \\"com.aliyun.view1\\",\\n \\"ParentProcessName\\": \\"com.aliyun.demo\\",\\n \\"ProcessName\\": \\"null\\",\\n \\"ThreadName\\": \\"null\\",\\n \\"LaunchedTime\\": \\"2025-02-25 18:02:50\\",\\n \\"TriggeredTime\\": \\"2025-02-25 18:02:50\\",\\n \\"Pid\\": 0,\\n \\"Tid\\": 2359,\\n \\"ForeGround\\": 1,\\n \\"Operations\\": \\"[{\\\\\\\\\\\\\\"status\\\\\\\\\\\\\\":1,\\\\\\\\\\\\\\"target\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"5461e0ab-340f-4a6b-9bbe-f75e44985420\\\\\\\\\\\\\\"}]\\",\\n \\"User\\": \\"-\\",\\n \\"WeexShortUrl\\": \\"-\\",\\n \\"WeexFullUrl\\": \\"-\\",\\n \\"H5ShortUrl\\": \\"-\\",\\n \\"H5FullUrl\\": \\"-\\",\\n \\"BusinessCountry\\": \\"china\\",\\n \\"SpeedFlags\\": \\"-\\",\\n \\"IsSpeedVersion\\": 0,\\n \\"FlutterRoute\\": \\"-\\",\\n \\"InMainProcess\\": 0,\\n \\"HasOpenMultiProcessMode\\": 0,\\n \\"AdditionalCallbackInfo\\": \\"-\\",\\n \\"AdditionalCustomInfo\\": \\"-\\",\\n \\"AdditionalCrossPlatformCrashInfo\\": \\"-\\",\\n \\"Backtrace\\": \\"java.lang.NullPointerException: Attempt to invoke virtual method \'java.lang.Object \\",\\n \\"JsBacktrace\\": \\"java.lang.NullPointerException: Attempt to invoke virtual method \'java.lang.Object \\",\\n \\"Threads\\": \\"Process Name: \'com.muyuan.mytongdriver\'\\\\nThread Name: \'main\'\\",\\n \\"SysLog\\": \\"-\\",\\n \\"MainLog\\": \\"-\\",\\n \\"EventLog\\": \\"-\\",\\n \\"ReportContent\\": \\"-\\",\\n \\"Banner\\": \\"-\\",\\n \\"SimpleReportContent\\": \\"-\\",\\n \\"LogHash\\": 0,\\n \\"ArgHash\\": 0,\\n \\"Status\\": \\"success\\",\\n \\"NativeMaps\\": \\"-\\",\\n \\"NativeAllThreadDump\\": \\"-\\",\\n \\"AndroidVm\\": \\"-\\",\\n \\"SoLibBuild\\": \\"-\\",\\n \\"Uuid\\": \\"105a87c6-f299-42e5-8fc7-1066a47a96e5\\",\\n \\"Track\\": \\"-\\",\\n \\"IsBackTrace\\": 0,\\n \\"ExceptionId\\": \\"-\\",\\n \\"ExceptionCode\\": \\"-\\",\\n \\"ExceptionVersion\\": \\"-\\",\\n \\"ExceptionArg1\\": \\"-\\",\\n \\"ExceptionArg2\\": \\"-\\",\\n \\"ExceptionArg3\\": \\"-\\",\\n \\"ExceptionDetail\\": \\"-\\",\\n \\"BusinessLogType\\": \\"-\\",\\n \\"HasSdCard\\": 0,\\n \\"InstallSdCard\\": 0,\\n \\"RootDirectory\\": \\"-\\",\\n \\"DataDirectory\\": \\"-\\",\\n \\"ExternalStorageDirectory\\": \\"-\\",\\n \\"DownloadCacheDirectory\\": \\"-\\",\\n \\"OpenedFileCount\\": 0,\\n \\"WriteLimit\\": 0,\\n \\"Digest\\": \\"sha256:b3b79f1f6c2beca7ac93a9518a35d542e0bfeb7ae64c9e57e9edd4719489927c\\",\\n \\"DigestHash\\": \\"-\\",\\n \\"Summary\\": \\"{\'HandledCheckToday\': 0, \'RiskCheckCnt\': 34, \'RiskWarningCnt\': 57, \'RiskDays\': 30, \'HandledCheckTotal\': 5, \'HandledDays\': 365}\\",\\n \\"ExceptionType\\": \\"-\\",\\n \\"ExceptionSubtype\\": \\"-\\",\\n \\"ExceptionCodes\\": \\"-\\",\\n \\"ExceptionMsg\\": \\"Table \'123_temp.image_vw_6191426\' doesn\'t exist\\",\\n \\"CruxModule\\": \\"-\\",\\n \\"CruxStackTrace\\": \\"-\\",\\n \\"CruxStackTraceHash\\": 0,\\n \\"CruxStack\\": \\"-\\",\\n \\"CruxStackHash\\": 0,\\n \\"CustomExceptionType\\": \\"-\\",\\n \\"MoreInfo1\\": \\"-\\",\\n \\"MoreInfo2\\": \\"-\\",\\n \\"MoreInfo3\\": \\"-\\",\\n \\"SceneValue\\": \\"-\\",\\n \\"NeedReCluster\\": 0,\\n \\"ReportType\\": \\"2\\",\\n \\"FeatureScene\\": \\"-\\",\\n \\"BinaryUuids\\": \\"-\\",\\n \\"RuntimeExtData\\": \\"-\\",\\n \\"BusinessErrorExtData\\": \\"-\\",\\n \\"MemoryMap\\": \\"-\\",\\n \\"CustomInfo\\": \\"-\\",\\n \\"SymbolicFileType\\": \\"-\\",\\n \\"FilePath\\": \\"dubhe-service/src/main/java/com/viatris/dubhe/monitortask/service/Impl/DataSyncMonitorRecordServiceImpl.java\\",\\n \\"FileName\\": \\"baselineCspm_20241005\\",\\n \\"ExportStatus\\": \\"exporting\\",\\n \\"UploadTime\\": 1740412800000,\\n \\"Stack\\": \\"java.lang.NullPointerException: Attempt to invoke virtual method \'java.lang.Object java.lang.ref.WeakReference.get()\' on a null object reference\\",\\n \\"BrowserName\\": \\"Chrome\\",\\n \\"BrowserVersion\\": \\"浏览器内核类型:chrome,浏览器版本:94.0.4606.71\\",\\n \\"Uri\\": \\"https://oss.aliyuncs.com/aliyun_id_photo_bucket/default_handsome.jpg\\",\\n \\"LineNo\\": \\"0\\",\\n \\"ColNo\\": \\"0\\",\\n \\"Filename\\": \\"chunk-56494f41.3df8bd75.css\\",\\n \\"Reason\\": \\"无需多区域架构\\",\\n \\"OriginUri\\": \\"-\\",\\n \\"DomScore\\": \\"0.5\\",\\n \\"ErrorType\\": \\"jsError\\",\\n \\"ErrorName\\": \\"OOM\\",\\n \\"ForceGround\\": 1,\\n \\"StructuredStack\\": \\"{\\\\\\\\\\\\\\"threads\\\\\\\\\\\\\\":[{\\\\\\\\\\\\\\"tid\\\\\\\\\\\\\\":0,\\\\\\\\\\\\\\"threadName\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"main\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"crashed\\\\\\\\\\\\\\":true,\\\\\\\\\\\\\\"stackFrames\\\\\\\\\\\\\\":[{\\\\\\\\\\\\\\"index\\\\\\\\\\\\\\":1,\\\\\\\\\\\\\\"moduleName\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"com.example.Crash\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"instructionPointer\\\\\\\\\\\\\\":null,\\\\\\\\\\\\\\"baseAddress\\\\\\\\\\\\\\":null,\\\\\\\\\\\\\\"offset\\\\\\\\\\\\\\":null,\\\\\\\\\\\\\\"symbol\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"at com.example.Crash.testFunc(a.java:5)\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"line\\\\\\\\\\\\\\":5,\\\\\\\\\\\\\\"type\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"APP\\\\\\\\\\\\\\"}]}]}\\",\\n \\"IsSimulator\\": 0,\\n \\"IsJailbroken\\": 0,\\n \\"LagCost\\": 0,\\n \\"MemInfo\\": \\"\\",\\n \\"LaunchedCrashStage\\": 0,\\n \\"Controllers\\": \\"\\",\\n \\"FileDescriptor\\": \\"\\"\\n },\\n \\"RequestId\\": \\"A8313212-EB4E-4E15-A7F9-D9C8F3FE8E94\\"\\n}","type":"json"}]',
+ ],
+ ],
+ 'endpoints' => [
+ [
+ 'regionId' => 'cn-shanghai',
+ 'endpoint' => 'emas-appmonitor.cn-shanghai.aliyuncs.com',
+ ],
+ ],
+];