summaryrefslogtreecommitdiff
path: root/data/en_us/linkcard/2021-05-20/api-docs.php
diff options
context:
space:
mode:
authorZhineng Li <[email protected]>2026-02-13 10:54:11 +0800
committerZhineng Li <[email protected]>2026-02-13 10:54:11 +0800
commit7347bac4ab7e136157fc94777e6cf87ef9e08599 (patch)
tree0dec367dac6e152161a6f7cc0dba6ebbef1f34a2 /data/en_us/linkcard/2021-05-20/api-docs.php
downloadacs-metadata-full-main.tar.gz
acs-metadata-full-main.zip
Diffstat (limited to 'data/en_us/linkcard/2021-05-20/api-docs.php')
-rw-r--r--data/en_us/linkcard/2021-05-20/api-docs.php6078
1 files changed, 6078 insertions, 0 deletions
diff --git a/data/en_us/linkcard/2021-05-20/api-docs.php b/data/en_us/linkcard/2021-05-20/api-docs.php
new file mode 100644
index 0000000..f7f114a
--- /dev/null
+++ b/data/en_us/linkcard/2021-05-20/api-docs.php
@@ -0,0 +1,6078 @@
+<?php return [
+ 'version' => '1.0',
+ 'info' => [
+ 'style' => 'RPC',
+ 'product' => 'Linkcard',
+ 'version' => '2021-05-20',
+ ],
+ 'directories' => [
+ [
+ 'id' => 124178,
+ 'title' => null,
+ 'type' => 'directory',
+ 'children' => [
+ 'Renew',
+ 'StopSingleCard',
+ 'ResumeSingleCard',
+ 'RebindResumeSingleCard',
+ 'ForceActivation',
+ 'SetCardStopRule',
+ 'UpdateAutoRechargeSwitch',
+ 'GetCredentialPoolStatistics',
+ 'GetCardFlowInfo',
+ 'GetCardDetail',
+ 'ListCardInfo',
+ 'ListOrder',
+ ],
+ ],
+ [
+ 'id' => 170671,
+ 'title' => null,
+ 'type' => 'directory',
+ 'children' => [
+ 'AddDirectionalCard',
+ 'AddDirectionalGroup',
+ 'BatchAddDirectionalAddress',
+ 'ListDirectionalAddress',
+ 'ListDirectionalDetail',
+ 'VerifyIotCard',
+ ],
+ ],
+ [
+ 'id' => 361620,
+ 'title' => null,
+ 'type' => 'directory',
+ 'children' => [
+ 'AddTagsToCard',
+ 'GetSimCardStateDistribution',
+ 'AddDirectionalAddress',
+ 'DeleteDirectionalAddress',
+ 'DeleteDirectionalGroup',
+ 'GetCardStatusStatistics',
+ 'GetCardRealStatus',
+ 'GetCardLatestFlow',
+ 'AddCardToDirectionalGroup',
+ 'GetRealNameStatus',
+ 'SendMessage',
+ ],
+ ],
+ ],
+ 'components' => [
+ 'schemas' => [],
+ ],
+ 'apis' => [
+ 'Renew' => [
+ 'summary' => '充值(订单和支付一体)',
+ 'methods' => [
+ 'post',
+ 'get',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'operationType' => 'readAndWrite',
+ 'deprecated' => false,
+ 'systemTags' => [
+ 'operationType' => 'create',
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'ApiProduct',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '',
+ 'example' => 'linkcard',
+ 'required' => false,
+ 'type' => 'string',
+ ],
+ ],
+ [
+ 'name' => 'ApiRevision',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '',
+ 'example' => '2021-05-20',
+ 'required' => false,
+ 'type' => 'string',
+ ],
+ ],
+ [
+ 'name' => 'Iccid',
+ 'in' => 'query',
+ 'allowEmptyValue' => false,
+ 'schema' => [
+ 'description' => '',
+ 'docRequired' => true,
+ 'example' => '89860321******15668',
+ 'required' => true,
+ 'type' => 'string',
+ ],
+ ],
+ [
+ 'name' => 'RechargeType',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '',
+ 'docRequired' => true,
+ 'example' => 'STANDARD',
+ 'required' => true,
+ 'type' => 'string',
+ ],
+ ],
+ [
+ 'name' => 'SerialNo',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '',
+ 'docRequired' => true,
+ 'example' => '12345678',
+ 'required' => true,
+ 'type' => 'string',
+ ],
+ ],
+ [
+ 'name' => 'OfferCode',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '',
+ 'docRequired' => false,
+ 'example' => 'COM***0203',
+ 'required' => false,
+ 'type' => 'string',
+ ],
+ ],
+ [
+ 'name' => 'BuyNum',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '',
+ 'docRequired' => true,
+ 'example' => '12',
+ 'format' => 'int32',
+ 'required' => true,
+ 'type' => 'integer',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'description' => 'Schema of Response',
+ 'properties' => [
+ 'RequestId' => [
+ 'description' => '',
+ 'example' => 'E4F94B97-1D64-4080-BFD2-67461667AA43',
+ 'title' => 'Id of the request',
+ 'type' => 'string',
+ ],
+ 'Code' => [
+ 'description' => '',
+ 'example' => '200',
+ 'type' => 'string',
+ ],
+ 'ErrorMessage' => [
+ 'description' => '',
+ 'example' => '',
+ 'type' => 'string',
+ ],
+ 'LocalizedMessage' => [
+ 'description' => '',
+ 'example' => 'InstanceId cannot be empty.',
+ 'type' => 'string',
+ ],
+ 'Success' => [
+ 'description' => '',
+ 'example' => 'true',
+ 'type' => 'boolean',
+ ],
+ 'Data' => [
+ 'description' => '',
+ 'properties' => [
+ 'OrderNo' => [
+ 'description' => '',
+ 'example' => '21450******0275',
+ 'type' => 'string',
+ ],
+ 'SerialNo' => [
+ 'description' => '',
+ 'example' => '12345678',
+ 'type' => 'string',
+ ],
+ ],
+ 'type' => 'object',
+ ],
+ ],
+ 'title' => 'Schema of Response',
+ 'type' => 'object',
+ ],
+ ],
+ ],
+ 'errorCodes' => [
+ 400 => [
+ [
+ 'errorCode' => 'linkcard.system.IllegalRequest',
+ 'errorMessage' => 'The request parameter is invalid.',
+ ],
+ [
+ 'errorCode' => 'linkcard.common.CardDestroy',
+ 'errorMessage' => 'The card do not exist or destroy.',
+ ],
+ ],
+ 403 => [
+ [
+ 'errorCode' => '%s.',
+ 'errorMessage' => '%s.',
+ ],
+ [
+ 'errorCode' => 'linkcard.common.RamActionPermissionDeny ',
+ 'errorMessage' => 'You do not have the RAM permission. ',
+ ],
+ ],
+ 500 => [
+ [
+ 'errorCode' => '%s..',
+ 'errorMessage' => '%s..',
+ ],
+ [
+ 'errorCode' => 'linkcard.system.RPCInvokeError',
+ 'errorMessage' => 'An RPC invoking error occurred',
+ ],
+ [
+ 'errorCode' => 'Service.InternalError',
+ 'errorMessage' => 'An internal error occurred.',
+ ],
+ ],
+ ],
+ 'responseDemo' => '[{"type":"json","example":"{\\n \\"RequestId\\": \\"E4F94B97-1D64-4080-BFD2-67461667AA43\\",\\n \\"Code\\": \\"200\\",\\n \\"ErrorMessage\\": \\"系统异常\\",\\n \\"LocalizedMessage\\": \\"InstanceId cannot be empty.\\",\\n \\"Success\\": true,\\n \\"Data\\": {\\n \\"OrderNo\\": \\"21450******0275\\",\\n \\"SerialNo\\": \\"12345678\\"\\n }\\n}","errorExample":""},{"type":"xml","example":"<RenewResponse>\\n <RequestId>E4F94B97-1D64-4080-BFD2-67461667AA43</RequestId>\\n <Code>200</Code>\\n <Success>true</Success>\\n <Data>\\n <OrderNo>21450******0275</OrderNo>\\n <SerialNo>12345678</SerialNo>\\n </Data>\\n</RenewResponse>","errorExample":""}]',
+ 'title' => 'Renew',
+ ],
+ 'StopSingleCard' => [
+ 'summary' => '一张卡停用',
+ 'methods' => [
+ 'post',
+ 'get',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'deprecated' => false,
+ 'systemTags' => [
+ 'operationType' => 'update',
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'Iccid',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '',
+ 'docRequired' => true,
+ 'example' => '89860321******15668',
+ 'required' => true,
+ 'type' => 'string',
+ ],
+ ],
+ [
+ 'name' => 'OptMsisdns',
+ 'in' => 'query',
+ 'style' => 'json',
+ 'schema' => [
+ 'description' => '',
+ 'example' => '["1112******826","1112******827"] ',
+ 'items' => [
+ 'required' => false,
+ 'type' => 'string',
+ ],
+ 'required' => false,
+ 'type' => 'array',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'properties' => [
+ 'Data' => [
+ 'description' => '',
+ 'example' => 'true',
+ 'type' => 'boolean',
+ ],
+ 'RequestId' => [
+ 'description' => '',
+ 'example' => 'E4F94B97-1D64-4080-BFD2-67461667AA43',
+ 'type' => 'string',
+ ],
+ 'ErrorMessage' => [
+ 'description' => '',
+ 'example' => '',
+ 'type' => 'string',
+ ],
+ 'Success' => [
+ 'description' => '',
+ 'example' => 'true',
+ 'type' => 'boolean',
+ ],
+ 'LocalizedMessage' => [
+ 'description' => '',
+ 'example' => 'InstanceId cannot be empty. ',
+ 'type' => 'string',
+ ],
+ 'Code' => [
+ 'description' => '',
+ 'example' => '200',
+ 'type' => 'string',
+ ],
+ ],
+ 'type' => 'object',
+ ],
+ ],
+ ],
+ 'errorCodes' => [
+ 400 => [
+ [
+ 'errorCode' => 'linkcard.check.IccidCanNotEmpty',
+ 'errorMessage' => 'Iccid cannot be empty.',
+ ],
+ [
+ 'errorCode' => 'linkcard.common.CardDestroy',
+ 'errorMessage' => 'The card do not exist or destroy.',
+ ],
+ ],
+ 403 => [
+ [
+ 'errorCode' => '%s.',
+ 'errorMessage' => '%s.',
+ ],
+ [
+ 'errorCode' => 'linkcard.common.RamActionPermissionDeny',
+ 'errorMessage' => 'You do not have the RAM permission.',
+ ],
+ ],
+ 500 => [
+ [
+ 'errorCode' => 'linkcard.system.RPCInvokeError',
+ 'errorMessage' => 'An RPC invoking error occurred',
+ ],
+ [
+ 'errorCode' => 'Service.InternalError',
+ 'errorMessage' => 'An internal error occurred.',
+ ],
+ ],
+ ],
+ 'responseDemo' => '[{"type":"json","example":"{\\n \\"Data\\": true,\\n \\"RequestId\\": \\"E4F94B97-1D64-4080-BFD2-67461667AA43\\",\\n \\"ErrorMessage\\": \\"系统异常\\",\\n \\"Success\\": true,\\n \\"LocalizedMessage\\": \\"InstanceId cannot be empty.\\\\t\\",\\n \\"Code\\": \\"200\\"\\n}","errorExample":""},{"type":"xml","example":"<StopSingleCardResponse>\\n <Data>true</Data>\\n <RequestId>E4F94B97-1D64-4080-BFD2-67461667AA43</RequestId>\\n <Success>true</Success>\\n <Code>200</Code>\\n</StopSingleCardResponse>","errorExample":""}]',
+ 'extraInfo' => ' ',
+ 'responseParamsDescription' => ' ',
+ 'title' => 'StopSingleCard',
+ ],
+ 'ResumeSingleCard' => [
+ 'summary' => '一张卡复用',
+ 'methods' => [
+ 'post',
+ 'get',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'deprecated' => false,
+ 'systemTags' => [
+ 'operationType' => 'update',
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'Iccid',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '',
+ 'docRequired' => true,
+ 'example' => '89860321******15668',
+ 'required' => true,
+ 'type' => 'string',
+ ],
+ ],
+ [
+ 'name' => 'OptMsisdns',
+ 'in' => 'query',
+ 'style' => 'json',
+ 'schema' => [
+ 'description' => '',
+ 'example' => '["111******6826","11*******6827"]',
+ 'items' => [
+ 'required' => false,
+ 'type' => 'string',
+ ],
+ 'required' => false,
+ 'type' => 'array',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'properties' => [
+ 'Data' => [
+ 'description' => '',
+ 'example' => 'true',
+ 'type' => 'boolean',
+ ],
+ 'RequestId' => [
+ 'description' => '',
+ 'example' => 'E4F94B97-1D64-4080-BFD2-67461667AA43',
+ 'type' => 'string',
+ ],
+ 'ErrorMessage' => [
+ 'description' => '',
+ 'example' => '',
+ 'type' => 'string',
+ ],
+ 'Success' => [
+ 'description' => '',
+ 'example' => 'true',
+ 'type' => 'boolean',
+ ],
+ 'LocalizedMessage' => [
+ 'description' => '',
+ 'example' => 'InstanceId cannot be empty. ',
+ 'type' => 'string',
+ ],
+ 'Code' => [
+ 'description' => '',
+ 'example' => '200',
+ 'type' => 'string',
+ ],
+ ],
+ 'type' => 'object',
+ ],
+ ],
+ ],
+ 'errorCodes' => [
+ 400 => [
+ [
+ 'errorCode' => 'linkcard.check.IccidCanNotEmpty',
+ 'errorMessage' => 'Iccid cannot be empty.',
+ ],
+ ],
+ 403 => [
+ [
+ 'errorCode' => '%s.',
+ 'errorMessage' => '%s.',
+ ],
+ [
+ 'errorCode' => 'linkcard.common.RamActionPermissionDeny',
+ 'errorMessage' => 'You do not have the RAM permission.',
+ ],
+ ],
+ 500 => [
+ [
+ 'errorCode' => 'linkcard.system.RPCInvokeError',
+ 'errorMessage' => 'An RPC invoking error occurred',
+ ],
+ [
+ 'errorCode' => 'Service.InternalError',
+ 'errorMessage' => 'An internal error occurred.',
+ ],
+ ],
+ ],
+ 'responseDemo' => '[{"type":"json","example":"{\\n \\"Data\\": true,\\n \\"RequestId\\": \\"E4F94B97-1D64-4080-BFD2-67461667AA43\\",\\n \\"ErrorMessage\\": \\"系统异常\\",\\n \\"Success\\": true,\\n \\"LocalizedMessage\\": \\"InstanceId cannot be empty.\\\\t\\",\\n \\"Code\\": \\"200\\"\\n}","errorExample":""},{"type":"xml","example":"<ResumeSingleCardResponse>\\n <Data>true</Data>\\n <RequestId>E4F94B97-1D64-4080-BFD2-67461667AA43</RequestId>\\n <Success>true</Success>\\n <Code>200</Code>\\n</ResumeSingleCardResponse>","errorExample":""}]',
+ 'extraInfo' => ' ',
+ 'responseParamsDescription' => ' ',
+ 'title' => 'ResumeSingleCard',
+ ],
+ 'RebindResumeSingleCard' => [
+ 'summary' => '一张卡换绑复用',
+ 'methods' => [
+ 'post',
+ 'get',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'deprecated' => false,
+ 'systemTags' => [
+ 'operationType' => 'update',
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'Iccid',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '',
+ 'docRequired' => true,
+ 'example' => '89860321******15668',
+ 'required' => true,
+ 'type' => 'string',
+ ],
+ ],
+ [
+ 'name' => 'OptMsisdns',
+ 'in' => 'query',
+ 'style' => 'json',
+ 'schema' => [
+ 'description' => '',
+ 'example' => ' ["1112******826","1112******827"] ',
+ 'items' => [
+ 'required' => false,
+ 'type' => 'string',
+ ],
+ 'required' => false,
+ 'type' => 'array',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'properties' => [
+ 'Data' => [
+ 'description' => '',
+ 'example' => 'true',
+ 'type' => 'boolean',
+ ],
+ 'RequestId' => [
+ 'description' => '',
+ 'example' => 'E4F94B97-1D64-4080-BFD2-67461667AA43',
+ 'type' => 'string',
+ ],
+ 'ErrorMessage' => [
+ 'description' => '',
+ 'example' => '',
+ 'type' => 'string',
+ ],
+ 'Success' => [
+ 'description' => '',
+ 'example' => 'true',
+ 'type' => 'boolean',
+ ],
+ 'LocalizedMessage' => [
+ 'description' => '',
+ 'example' => 'Iccid cannot be empty. ',
+ 'type' => 'string',
+ ],
+ 'Code' => [
+ 'description' => '',
+ 'example' => '200',
+ 'type' => 'string',
+ ],
+ ],
+ 'type' => 'object',
+ ],
+ ],
+ ],
+ 'errorCodes' => [
+ 400 => [
+ [
+ 'errorCode' => 'linkcard.check.IccidCanNotEmpty',
+ 'errorMessage' => 'Iccid cannot be empty.',
+ ],
+ [
+ 'errorCode' => 'linkcard.common.CardDestroy',
+ 'errorMessage' => 'The card do not exist or destroy.',
+ ],
+ ],
+ 403 => [
+ [
+ 'errorCode' => '%s.',
+ 'errorMessage' => '%s.',
+ ],
+ [
+ 'errorCode' => 'linkcard.common.RamActionPermissionDeny',
+ 'errorMessage' => 'You do not have the RAM permission.',
+ ],
+ ],
+ 500 => [
+ [
+ 'errorCode' => 'linkcard.system.RPCInvokeError',
+ 'errorMessage' => 'An RPC invoking error occurred',
+ ],
+ [
+ 'errorCode' => 'Service.InternalError',
+ 'errorMessage' => 'An internal error occurred.',
+ ],
+ ],
+ ],
+ 'responseDemo' => '[{"type":"json","example":"{\\n \\"Data\\": true,\\n \\"RequestId\\": \\"E4F94B97-1D64-4080-BFD2-67461667AA43\\",\\n \\"ErrorMessage\\": \\"系统异常\\",\\n \\"Success\\": true,\\n \\"LocalizedMessage\\": \\"Iccid cannot be empty.\\\\t\\",\\n \\"Code\\": \\"200\\"\\n}","errorExample":""},{"type":"xml","example":"<RebindResumeSingleCardResponse>\\n <Data>true</Data>\\n <RequestId>E4F94B97-1D64-4080-BFD2-67461667AA43</RequestId>\\n <Success>true</Success>\\n <Code>200</Code>\\n</RebindResumeSingleCardResponse>","errorExample":""}]',
+ 'extraInfo' => ' ',
+ 'responseParamsDescription' => ' ',
+ 'title' => 'RebindResumeSingleCard',
+ ],
+ 'ForceActivation' => [
+ 'summary' => '同档位单卡强制激活',
+ 'methods' => [
+ 'post',
+ 'get',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'operationType' => 'readAndWrite',
+ 'deprecated' => false,
+ 'systemTags' => [
+ 'operationType' => 'update',
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'Iccid',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '',
+ 'docRequired' => true,
+ 'example' => '89860321******15668',
+ 'required' => true,
+ 'type' => 'string',
+ ],
+ ],
+ [
+ 'name' => 'DateType',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '',
+ 'docRequired' => true,
+ 'example' => 'sameflowcard',
+ 'required' => false,
+ 'type' => 'string',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'properties' => [
+ 'Data' => [
+ 'description' => '',
+ 'example' => 'true',
+ 'type' => 'boolean',
+ ],
+ 'RequestId' => [
+ 'description' => '',
+ 'example' => 'E4F94B97-1D64-4080-BFD2-67461667AA43',
+ 'type' => 'string',
+ ],
+ 'ErrorMessage' => [
+ 'description' => '',
+ 'example' => '',
+ 'type' => 'string',
+ ],
+ 'Success' => [
+ 'description' => '',
+ 'example' => 'true',
+ 'type' => 'boolean',
+ ],
+ 'LocalizedMessage' => [
+ 'description' => '',
+ 'example' => 'InstanceId cannot be empty.',
+ 'type' => 'string',
+ ],
+ 'Code' => [
+ 'description' => '',
+ 'example' => '200',
+ 'type' => 'string',
+ ],
+ ],
+ 'type' => 'object',
+ ],
+ ],
+ ],
+ 'errorCodes' => [
+ 400 => [
+ [
+ 'errorCode' => 'linkcard.check.ForceActivationSameFlowCard',
+ 'errorMessage' => 'Only cards in the same flow support forced activation.',
+ ],
+ [
+ 'errorCode' => 'linkcard.system.IllegalRequest',
+ 'errorMessage' => 'The request parameter is invalid.',
+ ],
+ [
+ 'errorCode' => 'linkcard.common.CardDestroy',
+ 'errorMessage' => 'The card do not exist or destroy.',
+ ],
+ [
+ 'errorCode' => 'linkcard.check.OnlyUnusedCanForceActivation',
+ 'errorMessage' => 'Only unused cards support forced activation.',
+ ],
+ ],
+ 403 => [
+ [
+ 'errorCode' => '%s.',
+ 'errorMessage' => '%s.',
+ ],
+ [
+ 'errorCode' => 'linkcard.common.RamActionPermissionDeny',
+ 'errorMessage' => 'You do not have the RAM permission.',
+ ],
+ [
+ 'errorCode' => 'linkcard.common.RamActionPermissionDeny ',
+ 'errorMessage' => 'You do not have the RAM permission. ',
+ ],
+ ],
+ 500 => [
+ [
+ 'errorCode' => 'linkcard.system.RPCInvokeError',
+ 'errorMessage' => 'An RPC invoking error occurred',
+ ],
+ [
+ 'errorCode' => 'Service.InternalError',
+ 'errorMessage' => 'An internal error occurred.',
+ ],
+ ],
+ ],
+ 'responseDemo' => '[{"type":"json","example":"{\\n \\"Data\\": true,\\n \\"RequestId\\": \\"E4F94B97-1D64-4080-BFD2-67461667AA43\\",\\n \\"ErrorMessage\\": \\"系统异常\\",\\n \\"Success\\": true,\\n \\"LocalizedMessage\\": \\"InstanceId cannot be empty.\\",\\n \\"Code\\": \\"200\\"\\n}","errorExample":""},{"type":"xml","example":"<ForceActivationResponse>\\n <Data>true</Data>\\n <RequestId>E4F94B97-1D64-4080-BFD2-67461667AA43</RequestId>\\n <Success>true</Success>\\n <Code>200</Code>\\n</ForceActivationResponse>","errorExample":""}]',
+ 'title' => 'ForceActivation',
+ ],
+ 'SetCardStopRule' => [
+ 'summary' => '一张卡达量停用',
+ 'methods' => [
+ 'post',
+ 'get',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'operationType' => 'readAndWrite',
+ 'deprecated' => false,
+ 'systemTags' => [
+ 'operationType' => 'update',
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'Iccid',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '',
+ 'docRequired' => true,
+ 'example' => '89860321******15668',
+ 'required' => true,
+ 'type' => 'string',
+ ],
+ ],
+ [
+ 'name' => 'FlowLimit',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '',
+ 'docRequired' => true,
+ 'example' => '100',
+ 'format' => 'int64',
+ 'required' => true,
+ 'type' => 'integer',
+ ],
+ ],
+ [
+ 'name' => 'AutoRestore',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '',
+ 'docRequired' => true,
+ 'example' => 'true',
+ 'required' => true,
+ 'type' => 'boolean',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'properties' => [
+ 'Data' => [
+ 'description' => '',
+ 'example' => 'true',
+ 'type' => 'boolean',
+ ],
+ 'RequestId' => [
+ 'description' => '',
+ 'example' => 'E4F94B97-1D64-4080-BFD2-67461667AA43',
+ 'type' => 'string',
+ ],
+ 'ErrorMessage' => [
+ 'description' => '',
+ 'example' => '',
+ 'type' => 'string',
+ ],
+ 'Success' => [
+ 'description' => '',
+ 'example' => 'true',
+ 'type' => 'boolean',
+ ],
+ 'LocalizedMessage' => [
+ 'description' => '',
+ 'example' => 'InstanceId cannot be empty.',
+ 'type' => 'string',
+ ],
+ 'Code' => [
+ 'description' => '',
+ 'example' => '200',
+ 'type' => 'string',
+ ],
+ ],
+ 'type' => 'object',
+ ],
+ ],
+ ],
+ 'errorCodes' => [
+ 400 => [
+ [
+ 'errorCode' => 'linkcard.check.RuleMaxValueLimit',
+ 'errorMessage' => 'The maximum value of Rule must be less than 9007199254740991.',
+ ],
+ [
+ 'errorCode' => 'linkcard.check.RuleMustBePositiveInteger',
+ 'errorMessage' => 'The valid values of Rule are positive integers and zero.',
+ ],
+ ],
+ 403 => [
+ [
+ 'errorCode' => '%s.',
+ 'errorMessage' => '%s.',
+ ],
+ [
+ 'errorCode' => 'linkcard.common.RamActionPermissionDeny',
+ 'errorMessage' => 'You do not have the RAM permission.',
+ ],
+ ],
+ 500 => [
+ [
+ 'errorCode' => 'linkcard.system.RPCInvokeError',
+ 'errorMessage' => 'An RPC invoking error occurred',
+ ],
+ [
+ 'errorCode' => '%s..',
+ 'errorMessage' => '%s..',
+ ],
+ [
+ 'errorCode' => 'Service.InternalError',
+ 'errorMessage' => 'An internal error occurred.',
+ ],
+ ],
+ ],
+ 'responseDemo' => '[{"type":"json","example":"{\\n \\"Data\\": true,\\n \\"RequestId\\": \\"E4F94B97-1D64-4080-BFD2-67461667AA43\\",\\n \\"ErrorMessage\\": \\"系统异常\\",\\n \\"Success\\": true,\\n \\"LocalizedMessage\\": \\"InstanceId cannot be empty.\\",\\n \\"Code\\": \\"200\\"\\n}","errorExample":""},{"type":"xml","example":"<SetCardStopRuleResponse>\\n <Data>true</Data>\\n <RequestId>E4F94B97-1D64-4080-BFD2-67461667AA43</RequestId>\\n <Success>true</Success>\\n <Code>200</Code>\\n</SetCardStopRuleResponse>","errorExample":""}]',
+ 'title' => 'SetCardStopRule',
+ ],
+ 'UpdateAutoRechargeSwitch' => [
+ 'summary' => '自动充值开关',
+ 'methods' => [
+ 'post',
+ 'get',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'operationType' => 'readAndWrite',
+ 'deprecated' => false,
+ 'systemTags' => [
+ 'operationType' => 'update',
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'Iccid',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '',
+ 'docRequired' => true,
+ 'example' => '89860321******15668',
+ 'required' => true,
+ 'type' => 'string',
+ ],
+ ],
+ [
+ 'name' => 'Open',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '',
+ 'docRequired' => true,
+ 'example' => 'true',
+ 'required' => true,
+ 'type' => 'boolean',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'properties' => [
+ 'Data' => [
+ 'description' => '',
+ 'example' => 'true',
+ 'type' => 'boolean',
+ ],
+ 'RequestId' => [
+ 'description' => '',
+ 'example' => 'E4F94B97-1D64-4080-BFD2-67461667AA43',
+ 'type' => 'string',
+ ],
+ 'ErrorMessage' => [
+ 'description' => '',
+ 'example' => '',
+ 'type' => 'string',
+ ],
+ 'Success' => [
+ 'description' => '',
+ 'example' => 'true',
+ 'type' => 'boolean',
+ ],
+ 'LocalizedMessage' => [
+ 'description' => '',
+ 'example' => 'InstanceId cannot be empty.',
+ 'type' => 'string',
+ ],
+ 'Code' => [
+ 'description' => '',
+ 'example' => '200',
+ 'type' => 'string',
+ ],
+ ],
+ 'type' => 'object',
+ ],
+ ],
+ ],
+ 'errorCodes' => [
+ 400 => [
+ [
+ 'errorCode' => 'linkcard.common.CardDestroy',
+ 'errorMessage' => 'The card do not exist or destroy.',
+ ],
+ ],
+ 403 => [
+ [
+ 'errorCode' => '%s.',
+ 'errorMessage' => '%s.',
+ ],
+ [
+ 'errorCode' => 'linkcard.common.RamActionPermissionDeny',
+ 'errorMessage' => 'You do not have the RAM permission.',
+ ],
+ ],
+ 500 => [
+ [
+ 'errorCode' => 'linkcard.system.RPCInvokeError',
+ 'errorMessage' => 'An RPC invoking error occurred',
+ ],
+ [
+ 'errorCode' => 'Service.InternalError',
+ 'errorMessage' => 'An internal error occurred.',
+ ],
+ ],
+ ],
+ 'responseDemo' => '[{"type":"json","example":"{\\n \\"Data\\": true,\\n \\"RequestId\\": \\"E4F94B97-1D64-4080-BFD2-67461667AA43\\",\\n \\"ErrorMessage\\": \\"系统异常\\",\\n \\"Success\\": true,\\n \\"LocalizedMessage\\": \\"InstanceId cannot be empty.\\",\\n \\"Code\\": \\"200\\"\\n}","errorExample":""},{"type":"xml","example":"<UpdateAutoRechargeSwitchResponse>\\n <Data>true</Data>\\n <RequestId>E4F94B97-1D64-4080-BFD2-67461667AA43</RequestId>\\n <Success>true</Success>\\n <Code>200</Code>\\n</UpdateAutoRechargeSwitchResponse>","errorExample":""}]',
+ 'title' => 'UpdateAutoRechargeSwitch',
+ ],
+ 'GetCredentialPoolStatistics' => [
+ 'summary' => '套餐凭证池统计',
+ 'methods' => [
+ 'post',
+ 'get',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'operationType' => 'read',
+ 'deprecated' => false,
+ 'systemTags' => [
+ 'operationType' => 'get',
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'Date',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '',
+ 'docRequired' => true,
+ 'example' => '202108',
+ 'required' => true,
+ 'type' => 'string',
+ ],
+ ],
+ [
+ 'name' => 'CredentialNO',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '',
+ 'docRequired' => true,
+ 'example' => 'CM-SF-M-2-12G',
+ 'required' => true,
+ 'type' => 'string',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'properties' => [
+ 'Code' => [
+ 'description' => '',
+ 'example' => '200',
+ 'type' => 'string',
+ ],
+ 'ErrorMessage' => [
+ 'description' => '',
+ 'example' => '',
+ 'type' => 'string',
+ ],
+ 'RequestId' => [
+ 'description' => '',
+ 'example' => 'E4F94B97-1D64-4080-BFD2-67461667AA43',
+ 'type' => 'string',
+ ],
+ 'Success' => [
+ 'description' => '',
+ 'example' => 'true',
+ 'type' => 'boolean',
+ ],
+ 'Data' => [
+ 'description' => '',
+ 'properties' => [
+ 'PoolUsed' => [
+ 'description' => '',
+ 'example' => '0KB',
+ 'type' => 'string',
+ ],
+ 'CredentialNO' => [
+ 'description' => '',
+ 'example' => 'CM-SF-M-2-12G',
+ 'type' => 'string',
+ ],
+ 'PoolOutUsed' => [
+ 'description' => '',
+ 'example' => '0KB',
+ 'type' => 'string',
+ ],
+ 'PoolGrandTotalUsed' => [
+ 'description' => '',
+ 'example' => '6.00GB',
+ 'type' => 'string',
+ ],
+ 'CredentialType' => [
+ 'description' => '',
+ 'example' => 'CT-SC-M-1-30M',
+ 'type' => 'string',
+ ],
+ 'CardTotalNum' => [
+ 'description' => '',
+ 'example' => '20',
+ 'format' => 'int64',
+ 'type' => 'integer',
+ ],
+ 'PoolGrandTotal' => [
+ 'description' => '',
+ 'example' => '12.00GB',
+ 'type' => 'string',
+ ],
+ 'CardActiveNum' => [
+ 'description' => '',
+ 'example' => '10',
+ 'format' => 'int64',
+ 'type' => 'integer',
+ ],
+ 'EffectiveTotalFlow' => [
+ 'description' => '',
+ 'example' => '12.00GB',
+ 'type' => 'string',
+ ],
+ 'EffectiveAvailableFlow' => [
+ 'description' => '',
+ 'example' => '6.00GB',
+ 'type' => 'string',
+ ],
+ 'PoolAvaiable' => [
+ 'description' => '',
+ 'example' => '6.00GB',
+ 'type' => 'string',
+ ],
+ 'MonthFeatureFee' => [
+ 'description' => '',
+ 'example' => '100',
+ 'format' => 'int64',
+ 'type' => 'integer',
+ ],
+ 'CredentialInstanceId' => [
+ 'description' => '',
+ 'example' => '259****',
+ 'type' => 'string',
+ ],
+ 'SmsUsed' => [
+ 'description' => '',
+ 'example' => '0',
+ 'format' => 'int64',
+ 'type' => 'integer',
+ ],
+ 'MonthUsedAmount' => [
+ 'description' => '',
+ 'example' => '3.00GB',
+ 'format' => 'int64',
+ 'type' => 'integer',
+ ],
+ 'MonthExceedFee' => [
+ 'type' => 'integer',
+ 'format' => 'int64',
+ ],
+ ],
+ 'type' => 'object',
+ ],
+ ],
+ 'type' => 'object',
+ ],
+ ],
+ ],
+ 'errorCodes' => [
+ 400 => [
+ [
+ 'errorCode' => 'linkcard.check.TimeFormatError',
+ 'errorMessage' => 'Time format error.',
+ ],
+ [
+ 'errorCode' => 'linkcard.system.IllegalRequest',
+ 'errorMessage' => 'The request parameter is invalid.',
+ ],
+ ],
+ 403 => [
+ [
+ 'errorCode' => 'linkcard.common.RamActionPermissionDeny',
+ 'errorMessage' => 'You do not have the RAM permission.',
+ ],
+ [
+ 'errorCode' => '%s.',
+ 'errorMessage' => '%s.',
+ ],
+ ],
+ 500 => [
+ [
+ 'errorCode' => 'linkcard.system.RPCInvokeError',
+ 'errorMessage' => 'An RPC invoking error occurred',
+ ],
+ [
+ 'errorCode' => '%s..',
+ 'errorMessage' => '%s..',
+ ],
+ [
+ 'errorCode' => 'Service.InternalError',
+ 'errorMessage' => 'An internal error occurred.',
+ ],
+ [
+ 'errorCode' => 'linkcard.common.BusinessProcessError',
+ 'errorMessage' => 'A business processing exception occurred.',
+ ],
+ ],
+ ],
+ 'responseDemo' => '[{"type":"json","example":"{\\n \\"Code\\": \\"200\\",\\n \\"ErrorMessage\\": \\"系统异常\\",\\n \\"RequestId\\": \\"E4F94B97-1D64-4080-BFD2-67461667AA43\\",\\n \\"Success\\": true,\\n \\"Data\\": {\\n \\"PoolUsed\\": \\"0KB\\",\\n \\"CredentialNO\\": \\"CM-SF-M-2-12G\\",\\n \\"PoolOutUsed\\": \\"0KB\\",\\n \\"PoolGrandTotalUsed\\": \\"6.00GB\\",\\n \\"CredentialType\\": \\"CT-SC-M-1-30M\\",\\n \\"CardTotalNum\\": 20,\\n \\"PoolGrandTotal\\": \\"12.00GB\\",\\n \\"CardActiveNum\\": 10,\\n \\"EffectiveTotalFlow\\": \\"12.00GB\\",\\n \\"EffectiveAvailableFlow\\": \\"6.00GB\\",\\n \\"PoolAvaiable\\": \\"6.00GB\\",\\n \\"MonthFeatureFee\\": 100,\\n \\"CredentialInstanceId\\": \\"259****\\",\\n \\"SmsUsed\\": 0,\\n \\"MonthUsedAmount\\": 0,\\n \\"MonthExceedFee\\": 200\\n }\\n}","errorExample":""},{"type":"xml","example":"<GetCredentialPoolStatisticsResponse>\\n <RequestId>E4F94B97-1D64-4080-BFD2-67461667AA43</RequestId>\\n <Success>true</Success>\\n <Data>\\n <PoolUsed>0KB</PoolUsed>\\n <CredentialNO>CM-SF-M-2-12G</CredentialNO>\\n <PoolOutUsed>0KB</PoolOutUsed>\\n <PoolGrandTotalUsed>6.00GB</PoolGrandTotalUsed>\\n <CredentialType>CM-SF-M-2-12G</CredentialType>\\n <CardTotalNum>20</CardTotalNum>\\n <PoolGrandTotal>12.00GB</PoolGrandTotal>\\n <CardActiveNum>10</CardActiveNum>\\n <EffectiveTotalFlow>12.00GB</EffectiveTotalFlow>\\n <EffectiveAvailableFlow>6.00GB</EffectiveAvailableFlow>\\n <PoolAvaiable>6.00GB</PoolAvaiable>\\n <MonthFeatureFee>100</MonthFeatureFee>\\n <CredentialInstanceId>259****</CredentialInstanceId>\\n <SmsUsed>0</SmsUsed>\\n </Data>\\n</GetCredentialPoolStatisticsResponse>","errorExample":""}]',
+ 'extraInfo' => ' ',
+ 'responseParamsDescription' => ' ',
+ 'title' => 'GetCredentialPoolStatistics',
+ ],
+ 'GetCardFlowInfo' => [
+ 'methods' => [
+ 'post',
+ 'get',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'operationType' => 'readAndWrite',
+ 'deprecated' => false,
+ 'systemTags' => [
+ 'operationType' => 'get',
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'Iccid',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '',
+ 'docRequired' => true,
+ 'example' => '89860321******15668',
+ 'required' => true,
+ 'type' => 'string',
+ ],
+ ],
+ [
+ 'name' => 'DateList',
+ 'in' => 'query',
+ 'style' => 'repeatList',
+ 'schema' => [
+ 'description' => '',
+ 'example' => '["202110","202111"]',
+ 'items' => [
+ 'description' => '',
+ 'example' => '["202110","202111"]',
+ 'required' => false,
+ 'type' => 'string',
+ ],
+ 'maxItems' => 5,
+ 'required' => false,
+ 'type' => 'array',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'properties' => [
+ 'Code' => [
+ 'description' => '',
+ 'example' => '200',
+ 'type' => 'string',
+ ],
+ 'RequestId' => [
+ 'description' => '',
+ 'example' => 'E4F94B97-1D64-4080-BFD2-67461667AA43',
+ 'type' => 'string',
+ ],
+ 'ErrorMessage' => [
+ 'description' => '',
+ 'example' => 'InstanceId cannot be empty.',
+ 'type' => 'string',
+ ],
+ 'Success' => [
+ 'description' => '',
+ 'example' => 'true',
+ 'type' => 'boolean',
+ ],
+ 'LocalizedMessage' => [
+ 'description' => '',
+ 'example' => 'InstanceId cannot be empty.',
+ 'type' => 'string',
+ ],
+ 'Data' => [
+ 'description' => '',
+ 'properties' => [
+ 'ListVendorDetail' => [
+ 'description' => '',
+ 'items' => [
+ 'properties' => [
+ 'NetWorkDelay' => [
+ 'description' => '',
+ 'example' => '20',
+ 'type' => 'string',
+ ],
+ 'SignalStrength' => [
+ 'description' => '',
+ 'example' => '20',
+ 'type' => 'string',
+ ],
+ 'Vendor' => [
+ 'description' => '',
+ 'example' => 'CMCC',
+ 'type' => 'string',
+ ],
+ 'UsedFlow' => [
+ 'description' => '',
+ 'example' => '100MB',
+ 'type' => 'string',
+ ],
+ 'Ratio' => [
+ 'description' => '',
+ 'example' => '80%',
+ 'type' => 'string',
+ ],
+ ],
+ 'type' => 'object',
+ ],
+ 'type' => 'array',
+ ],
+ 'ListCardMonthFlow' => [
+ 'description' => '',
+ 'items' => [
+ 'properties' => [
+ 'FlowCount' => [
+ 'description' => '',
+ 'example' => '200MB',
+ 'type' => 'string',
+ ],
+ 'Month' => [
+ 'description' => '',
+ 'example' => '202112',
+ 'type' => 'string',
+ ],
+ 'ListDayFlow' => [
+ 'description' => '',
+ 'items' => [
+ 'properties' => [
+ 'Flow' => [
+ 'description' => '',
+ 'example' => '100MB',
+ 'type' => 'string',
+ ],
+ 'Day' => [
+ 'description' => '',
+ 'example' => '20211201',
+ 'type' => 'string',
+ ],
+ ],
+ 'type' => 'object',
+ ],
+ 'type' => 'array',
+ ],
+ ],
+ 'type' => 'object',
+ ],
+ 'type' => 'array',
+ ],
+ 'ListPackageDTO' => [
+ 'description' => '',
+ 'items' => [
+ 'properties' => [
+ 'EffectiveTime' => [
+ 'description' => '',
+ 'example' => '2022-03-20 23:59:59',
+ 'type' => 'string',
+ ],
+ 'Remark' => [
+ 'description' => '',
+ 'example' => '',
+ 'type' => 'string',
+ ],
+ 'PackageName' => [
+ 'description' => '',
+ 'example' => '',
+ 'type' => 'string',
+ ],
+ 'ExpireTime' => [
+ 'description' => '',
+ 'example' => '2022-04-30 23:59:59',
+ 'type' => 'string',
+ ],
+ ],
+ 'type' => 'object',
+ ],
+ 'type' => 'array',
+ ],
+ ],
+ 'type' => 'object',
+ ],
+ ],
+ 'type' => 'object',
+ ],
+ ],
+ ],
+ 'errorCodes' => [
+ 400 => [
+ [
+ 'errorCode' => 'linkcard.check.IccidCanNotEmpty',
+ 'errorMessage' => 'Iccid cannot be empty.',
+ ],
+ [
+ 'errorCode' => 'linkcard.system.IllegalRequest',
+ 'errorMessage' => 'The request parameter is invalid.',
+ ],
+ [
+ 'errorCode' => 'linkcard.common.CardDestroy',
+ 'errorMessage' => 'The card do not exist or destroy.',
+ ],
+ [
+ 'errorCode' => 'linkcard.common.CardNotExist',
+ 'errorMessage' => 'The card does not exist.',
+ ],
+ [
+ 'errorCode' => 'CardDisabled',
+ 'errorMessage' => 'The SIM card has been permanently disabled.',
+ ],
+ ],
+ 403 => [
+ [
+ 'errorCode' => 'linkcard.common.RamActionPermissionDeny',
+ 'errorMessage' => 'You do not have the RAM permission.',
+ ],
+ [
+ 'errorCode' => '%s.',
+ 'errorMessage' => '%s.',
+ ],
+ ],
+ 500 => [
+ [
+ 'errorCode' => '%s..',
+ 'errorMessage' => '%s..',
+ ],
+ [
+ 'errorCode' => 'Service.InternalError',
+ 'errorMessage' => 'An internal error occurred.',
+ ],
+ ],
+ ],
+ 'responseDemo' => '[{"type":"json","example":"{\\n \\"Code\\": \\"200\\",\\n \\"RequestId\\": \\"E4F94B97-1D64-4080-BFD2-67461667AA43\\",\\n \\"ErrorMessage\\": \\"InstanceId cannot be empty.\\",\\n \\"Success\\": true,\\n \\"LocalizedMessage\\": \\"InstanceId cannot be empty.\\",\\n \\"Data\\": {\\n \\"ListVendorDetail\\": [\\n {\\n \\"NetWorkDelay\\": \\"20\\",\\n \\"SignalStrength\\": \\"20\\",\\n \\"Vendor\\": \\"CMCC\\",\\n \\"UsedFlow\\": \\"100MB\\",\\n \\"Ratio\\": \\"80%\\"\\n }\\n ],\\n \\"ListCardMonthFlow\\": [\\n {\\n \\"FlowCount\\": \\"200MB\\",\\n \\"Month\\": \\"202112\\",\\n \\"ListDayFlow\\": [\\n {\\n \\"Flow\\": \\"100MB\\",\\n \\"Day\\": \\"20211201\\"\\n }\\n ]\\n }\\n ],\\n \\"ListPackageDTO\\": [\\n {\\n \\"EffectiveTime\\": \\"2022-03-20 23:59:59\\",\\n \\"Remark\\": \\"备注内容\\",\\n \\"PackageName\\": \\"移动-单卡通用流量-月包-30M\\",\\n \\"ExpireTime\\": \\"2022-04-30 23:59:59\\"\\n }\\n ]\\n }\\n}","errorExample":""},{"type":"xml","example":"<GetCardFlowInfoResponse>\\n <Code>200</Code>\\n <RequestId>E4F94B97-1D64-4080-BFD2-67461667AA43</RequestId>\\n <Success>true</Success>\\n <Data>\\n <ListVendorDetail>\\n <NetWorkDelay>20</NetWorkDelay>\\n <SignalStrength>20</SignalStrength>\\n <Vendor>CMCC</Vendor>\\n </ListVendorDetail>\\n <ListCardMonthFlow>\\n <FlowCount>200MB</FlowCount>\\n <Month>202112</Month>\\n <ListDayFlow>\\n <Flow>100MB</Flow>\\n <Day>20211201</Day>\\n </ListDayFlow>\\n </ListCardMonthFlow>\\n <ListPackageDTO>\\n <EffectiveTime>2022-03-20 23:59:59</EffectiveTime>\\n <Remark>备注内容</Remark>\\n <PackageName>移动-单卡通用流量-月包-30M</PackageName>\\n <ExpireTime>2022-04-30 23:59:59</ExpireTime>\\n </ListPackageDTO>\\n </Data>\\n</GetCardFlowInfoResponse>","errorExample":""}]',
+ 'extraInfo' => ' ',
+ 'responseParamsDescription' => ' ',
+ 'title' => 'GetCardFlowInfo',
+ ],
+ 'GetCardDetail' => [
+ 'summary' => '获取卡详情',
+ 'methods' => [
+ 'post',
+ 'get',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'operationType' => 'read',
+ 'deprecated' => false,
+ 'systemTags' => [],
+ 'parameters' => [
+ [
+ 'name' => 'Iccid',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '',
+ 'docRequired' => true,
+ 'example' => '89860321******15668',
+ 'required' => true,
+ 'type' => 'string',
+ ],
+ ],
+ [
+ 'name' => 'ShowPsim',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '',
+ 'example' => 'false',
+ 'required' => false,
+ 'type' => 'boolean',
+ ],
+ ],
+ [
+ 'name' => 'InstanceId',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '',
+ 'docRequired' => false,
+ 'example' => '411****',
+ 'required' => false,
+ 'type' => 'string',
+ ],
+ ],
+ [
+ 'name' => 'DestroyCard',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '',
+ 'example' => 'false',
+ 'required' => false,
+ 'type' => 'boolean',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'properties' => [
+ 'Code' => [
+ 'description' => '',
+ 'example' => '200',
+ 'type' => 'string',
+ ],
+ 'RequestId' => [
+ 'description' => '',
+ 'example' => 'E4F94B97-1D64-4080-BFD2-67461667AA43',
+ 'type' => 'string',
+ ],
+ 'ErrorMessage' => [
+ 'description' => '',
+ 'example' => 'InstanceId cannot be empty.',
+ 'type' => 'string',
+ ],
+ 'Success' => [
+ 'description' => '',
+ 'example' => 'true',
+ 'type' => 'boolean',
+ ],
+ 'LocalizedMessage' => [
+ 'description' => '',
+ 'example' => 'InstanceId cannot be empty.',
+ 'type' => 'string',
+ ],
+ 'Data' => [
+ 'description' => '',
+ 'properties' => [
+ 'ListPsimCards' => [
+ 'description' => '',
+ 'items' => [
+ 'properties' => [
+ 'Status' => [
+ 'description' => '',
+ 'example' => '35',
+ 'type' => 'string',
+ ],
+ 'PrivateNetworkSegment' => [
+ 'description' => '',
+ 'example' => '*.2.*.4',
+ 'type' => 'string',
+ ],
+ 'OsStatus' => [
+ 'description' => '',
+ 'example' => '300',
+ 'type' => 'string',
+ ],
+ 'CertifyStatus' => [
+ 'description' => '',
+ 'example' => '2',
+ 'type' => 'string',
+ ],
+ 'ApnName' => [
+ 'description' => '',
+ 'example' => 'cmiot',
+ 'type' => 'string',
+ ],
+ 'PeriodAddFlow' => [
+ 'description' => '',
+ 'example' => '130.00MB',
+ 'type' => 'string',
+ ],
+ 'Iccid' => [
+ 'description' => '',
+ 'example' => '89860321******15668',
+ 'type' => 'string',
+ ],
+ 'Vendor' => [
+ 'description' => '',
+ 'example' => 'CMCC',
+ 'type' => 'string',
+ ],
+ 'PeriodSmsUse' => [
+ 'description' => '',
+ 'example' => '0',
+ 'type' => 'string',
+ ],
+ 'Imsi' => [
+ 'items' => [
+ 'description' => '',
+ 'example' => '460081937******',
+ 'type' => 'string',
+ ],
+ 'type' => 'array',
+ ],
+ 'Msisdn' => [
+ 'items' => [
+ 'description' => '',
+ 'example' => '1411111******',
+ 'type' => 'string',
+ ],
+ 'type' => 'array',
+ ],
+ 'OpenSms' => [
+ 'description' => '',
+ 'example' => 'true',
+ 'type' => 'boolean',
+ ],
+ 'Ip' => [
+ 'items' => [
+ 'description' => '',
+ 'example' => '1.1.*.*',
+ 'type' => 'string',
+ ],
+ 'type' => 'array',
+ ],
+ ],
+ 'type' => 'object',
+ ],
+ 'type' => 'array',
+ ],
+ 'VsimCardInfo' => [
+ 'description' => '',
+ 'properties' => [
+ 'Status' => [
+ 'description' => '',
+ 'example' => '35',
+ 'type' => 'string',
+ ],
+ 'DataType' => [
+ 'description' => '',
+ 'example' => 'sameflowcard',
+ 'type' => 'string',
+ ],
+ 'CardLimitSpeedThreshold' => [
+ 'description' => '',
+ 'example' => '1024',
+ 'format' => 'int32',
+ 'type' => 'integer',
+ ],
+ 'PeriodRestFlow' => [
+ 'description' => '',
+ 'example' => '130.00MB',
+ 'type' => 'string',
+ ],
+ 'DirectionalGroupName' => [
+ 'description' => '',
+ 'example' => '',
+ 'type' => 'string',
+ ],
+ 'CredentialType' => [
+ 'description' => '',
+ 'example' => 'CT-SC-M-1-30M',
+ 'type' => 'string',
+ ],
+ 'PeriodAddFlow' => [
+ 'description' => '',
+ 'example' => '0KB',
+ 'type' => 'string',
+ ],
+ 'DirectionalGroupId' => [
+ 'description' => '',
+ 'example' => '22',
+ 'type' => 'string',
+ ],
+ 'PeriodSmsUse' => [
+ 'description' => '',
+ 'example' => '0',
+ 'type' => 'string',
+ ],
+ 'OsStatus' => [
+ 'description' => '',
+ 'example' => '200',
+ 'type' => 'string',
+ ],
+ 'NotifyId' => [
+ 'description' => '',
+ 'example' => '11111',
+ 'type' => 'string',
+ ],
+ 'DataLevel' => [
+ 'description' => '',
+ 'example' => '30MB',
+ 'type' => 'string',
+ ],
+ 'TagList' => [
+ 'description' => '',
+ 'example' => '',
+ 'items' => [
+ 'properties' => [
+ 'TagName' => [
+ 'description' => '',
+ 'example' => '',
+ 'type' => 'string',
+ ],
+ 'Id' => [
+ 'description' => '',
+ 'example' => '24',
+ 'format' => 'int64',
+ 'type' => 'integer',
+ ],
+ ],
+ 'type' => 'object',
+ ],
+ 'type' => 'array',
+ ],
+ 'AliyunOrderId' => [
+ 'description' => '',
+ 'example' => '211519634******',
+ 'type' => 'string',
+ ],
+ 'AliFee' => [
+ 'description' => '',
+ 'example' => 'ali_2',
+ 'type' => 'string',
+ ],
+ 'ActiveType' => [
+ 'description' => '',
+ 'example' => 'first_data_record',
+ 'type' => 'string',
+ ],
+ 'IsAutoRecharge' => [
+ 'description' => '',
+ 'example' => 'true',
+ 'type' => 'boolean',
+ ],
+ 'AutoLimitResume' => [
+ 'description' => '',
+ 'example' => 'true',
+ 'type' => 'boolean',
+ ],
+ 'CredentialInstanceId' => [
+ 'description' => '',
+ 'example' => '2622***',
+ 'type' => 'string',
+ ],
+ 'CredentialLimitSpeedThreshold' => [
+ 'description' => '',
+ 'example' => '1024',
+ 'format' => 'int32',
+ 'type' => 'integer',
+ ],
+ 'ExpireTime' => [
+ 'description' => '',
+ 'example' => '2022-04-30 23:59:59',
+ 'type' => 'string',
+ ],
+ 'FlowThresholdUnit' => [
+ 'description' => '',
+ 'example' => 'KB',
+ 'type' => 'string',
+ ],
+ 'ApnName' => [
+ 'description' => '',
+ 'example' => 'cmiot',
+ 'type' => 'string',
+ ],
+ 'ActiveTime' => [
+ 'description' => '',
+ 'example' => '2021-11-16 16:35:50',
+ 'type' => 'string',
+ ],
+ 'CardLimitStopThreshold' => [
+ 'description' => '',
+ 'example' => '20480',
+ 'format' => 'int32',
+ 'type' => 'integer',
+ ],
+ 'Iccid' => [
+ 'description' => '',
+ 'example' => '89860321******15668',
+ 'type' => 'string',
+ ],
+ 'Vendor' => [
+ 'description' => '',
+ 'example' => 'CMCC',
+ 'type' => 'string',
+ ],
+ 'Period' => [
+ 'description' => '',
+ 'example' => '1101',
+ 'type' => 'string',
+ ],
+ 'PrivateNetworkSegment' => [
+ 'description' => '',
+ 'example' => '1.*.3.*',
+ 'type' => 'string',
+ ],
+ 'OpenAccountTime' => [
+ 'description' => '',
+ 'example' => '2021-11-29 16:12:14',
+ 'type' => 'string',
+ ],
+ 'CertifyType' => [
+ 'description' => '',
+ 'example' => 'enterprise',
+ 'type' => 'string',
+ ],
+ 'SimType' => [
+ 'description' => '',
+ 'example' => 'nano',
+ 'type' => 'string',
+ ],
+ 'CertifyStatus' => [
+ 'description' => '',
+ 'example' => '2',
+ 'type' => 'string',
+ ],
+ 'DeviceImei' => [
+ 'description' => '',
+ 'example' => '11111111******',
+ 'type' => 'string',
+ ],
+ 'VsimInstanceId' => [
+ 'description' => '',
+ 'example' => '123456',
+ 'format' => 'int32',
+ 'type' => 'integer',
+ ],
+ 'AutoRebindReuse' => [
+ 'description' => '',
+ 'example' => 'false',
+ 'type' => 'boolean',
+ ],
+ 'CredentialNo' => [
+ 'description' => '',
+ 'example' => 'CM-***-*-2-**M',
+ 'type' => 'string',
+ ],
+ 'CredentialLimitStopThreshold' => [
+ 'description' => '',
+ 'example' => '20480',
+ 'format' => 'int32',
+ 'type' => 'integer',
+ ],
+ 'Imsi' => [
+ 'items' => [
+ 'description' => '',
+ 'example' => '460081937******',
+ 'type' => 'string',
+ ],
+ 'type' => 'array',
+ ],
+ 'Msisdn' => [
+ 'items' => [
+ 'description' => '',
+ 'example' => '1440993******',
+ 'type' => 'string',
+ ],
+ 'type' => 'array',
+ ],
+ 'OpenSms' => [
+ 'description' => '',
+ 'example' => 'true',
+ 'type' => 'boolean',
+ ],
+ 'Ip' => [
+ 'items' => [
+ 'description' => '',
+ 'example' => '190.*.*.*',
+ 'type' => 'string',
+ ],
+ 'type' => 'array',
+ ],
+ ],
+ 'type' => 'object',
+ ],
+ ],
+ 'type' => 'object',
+ ],
+ ],
+ 'type' => 'object',
+ ],
+ ],
+ ],
+ 'errorCodes' => [
+ 400 => [
+ [
+ 'errorCode' => 'linkcard.check.InstanceIdCanNotEmpty',
+ 'errorMessage' => 'InstanceId cannot be empty.',
+ ],
+ [
+ 'errorCode' => 'linkcard.check.IccidCanNotEmpty',
+ 'errorMessage' => 'Iccid cannot be empty.',
+ ],
+ [
+ 'errorCode' => 'linkcard.system.IllegalRequest',
+ 'errorMessage' => 'The request parameter is invalid.',
+ ],
+ [
+ 'errorCode' => 'linkcard.common.CardDestroy',
+ 'errorMessage' => 'The card do not exist or destroy.',
+ ],
+ [
+ 'errorCode' => 'linkcard.common.CardNotExist',
+ 'errorMessage' => 'The card does not exist.',
+ ],
+ [
+ 'errorCode' => 'CardDisabled',
+ 'errorMessage' => 'The SIM card has been permanently disabled.',
+ ],
+ ],
+ 403 => [
+ [
+ 'errorCode' => 'linkcard.common.RamActionPermissionDeny',
+ 'errorMessage' => 'You do not have the RAM permission.',
+ ],
+ [
+ 'errorCode' => '%s.',
+ 'errorMessage' => '%s.',
+ ],
+ ],
+ 500 => [
+ [
+ 'errorCode' => '%s..',
+ 'errorMessage' => '%s..',
+ ],
+ [
+ 'errorCode' => 'linkcard.system.RPCInvokeError',
+ 'errorMessage' => 'An RPC invoking error occurred',
+ ],
+ [
+ 'errorCode' => 'Service.InternalError',
+ 'errorMessage' => 'An internal error occurred.',
+ ],
+ [
+ 'errorCode' => 'linkcard.common.BusinessProcessError',
+ 'errorMessage' => 'A business processing exception occurred.',
+ ],
+ ],
+ ],
+ 'responseDemo' => '[{"type":"json","example":"{\\n \\"Code\\": \\"200\\",\\n \\"RequestId\\": \\"E4F94B97-1D64-4080-BFD2-67461667AA43\\",\\n \\"ErrorMessage\\": \\"InstanceId cannot be empty.\\",\\n \\"Success\\": true,\\n \\"LocalizedMessage\\": \\"InstanceId cannot be empty.\\",\\n \\"Data\\": {\\n \\"ListPsimCards\\": [\\n {\\n \\"Status\\": \\"35\\",\\n \\"PrivateNetworkSegment\\": \\"*.2.*.4\\",\\n \\"OsStatus\\": \\"300\\",\\n \\"CertifyStatus\\": \\"2\\",\\n \\"ApnName\\": \\"cmiot\\",\\n \\"PeriodAddFlow\\": \\"130.00MB\\",\\n \\"Iccid\\": \\"89860321******15668\\",\\n \\"Vendor\\": \\"CMCC\\",\\n \\"PeriodSmsUse\\": \\"0\\",\\n \\"Imsi\\": [\\n \\"460081937******\\"\\n ],\\n \\"Msisdn\\": [\\n \\"1411111******\\"\\n ],\\n \\"OpenSms\\": true,\\n \\"Ip\\": [\\n \\"1.1.*.*\\"\\n ]\\n }\\n ],\\n \\"VsimCardInfo\\": {\\n \\"Status\\": \\"35\\",\\n \\"DataType\\": \\"sameflowcard\\",\\n \\"CardLimitSpeedThreshold\\": 1024,\\n \\"PeriodRestFlow\\": \\"130.00MB\\",\\n \\"DirectionalGroupName\\": \\"测试分组\\",\\n \\"CredentialType\\": \\"CT-SC-M-1-30M\\",\\n \\"PeriodAddFlow\\": \\"0KB\\",\\n \\"DirectionalGroupId\\": \\"22\\",\\n \\"PeriodSmsUse\\": \\"0\\",\\n \\"OsStatus\\": \\"200\\",\\n \\"NotifyId\\": \\"11111\\",\\n \\"DataLevel\\": \\"30MB\\",\\n \\"TagList\\": [\\n {\\n \\"TagName\\": \\"测试标签\\",\\n \\"Id\\": 24\\n }\\n ],\\n \\"AliyunOrderId\\": \\"211519634******\\",\\n \\"AliFee\\": \\"ali_2\\",\\n \\"ActiveType\\": \\"first_data_record\\",\\n \\"IsAutoRecharge\\": true,\\n \\"AutoLimitResume\\": true,\\n \\"CredentialInstanceId\\": \\"2622***\\",\\n \\"CredentialLimitSpeedThreshold\\": 1024,\\n \\"ExpireTime\\": \\"2022-04-30 23:59:59\\",\\n \\"FlowThresholdUnit\\": \\"KB\\",\\n \\"ApnName\\": \\"cmiot\\",\\n \\"ActiveTime\\": \\"2021-11-16 16:35:50\\",\\n \\"CardLimitStopThreshold\\": 20480,\\n \\"Iccid\\": \\"89860321******15668\\",\\n \\"Vendor\\": \\"CMCC\\",\\n \\"Period\\": \\"1101\\",\\n \\"PrivateNetworkSegment\\": \\"1.*.3.*\\",\\n \\"OpenAccountTime\\": \\"2021-11-29 16:12:14\\",\\n \\"CertifyType\\": \\"enterprise\\",\\n \\"SimType\\": \\"nano\\",\\n \\"CertifyStatus\\": \\"2\\",\\n \\"DeviceImei\\": \\"11111111******\\",\\n \\"VsimInstanceId\\": 123456,\\n \\"AutoRebindReuse\\": false,\\n \\"CredentialNo\\": \\"CM-***-*-2-**M\\",\\n \\"CredentialLimitStopThreshold\\": 20480,\\n \\"Imsi\\": [\\n \\"460081937******\\"\\n ],\\n \\"Msisdn\\": [\\n \\"1440993******\\"\\n ],\\n \\"OpenSms\\": true,\\n \\"Ip\\": [\\n \\"190.*.*.*\\"\\n ]\\n }\\n }\\n}","errorExample":""},{"type":"xml","example":"<GetCardDetailResponse>\\n <Code>200</Code>\\n <RequestId>E4F94B97-1D64-4080-BFD2-67461667AA43</RequestId>\\n <ErrorMessage>InstanceId cannot be empty.</ErrorMessage>\\n <Success>true</Success>\\n <LocalizedMessage>InstanceId cannot be empty.</LocalizedMessage>\\n <Data>\\n <ListPsimCards>\\n <Status>35</Status>\\n <PrivateNetworkSegment>*.2.*.4</PrivateNetworkSegment>\\n <OsStatus>300</OsStatus>\\n <CertifyStatus>2</CertifyStatus>\\n <ApnName>cmiot</ApnName>\\n <PeriodAddFlow>130.00MB</PeriodAddFlow>\\n <Iccid>89860321******15668</Iccid>\\n <Vendor>CMCC</Vendor>\\n <PeriodSmsUse>0</PeriodSmsUse>\\n <Imsi>460081937******</Imsi>\\n <Msisdn>1411111******</Msisdn>\\n <OpenSms>true</OpenSms>\\n <Ip>1.1.*.*</Ip>\\n </ListPsimCards>\\n <VsimCardInfo>\\n <Status>35</Status>\\n <DataType>sameflowcard</DataType>\\n <CardLimitSpeedThreshold>1024</CardLimitSpeedThreshold>\\n <PeriodRestFlow>130.00MB</PeriodRestFlow>\\n <DirectionalGroupName>测试分组</DirectionalGroupName>\\n <CredentialType>CT-SC-M-1-30M</CredentialType>\\n <PeriodAddFlow>0KB</PeriodAddFlow>\\n <DirectionalGroupId>22</DirectionalGroupId>\\n <PeriodSmsUse>0</PeriodSmsUse>\\n <OsStatus>200</OsStatus>\\n <NotifyId>11111</NotifyId>\\n <DataLevel>30MB</DataLevel>\\n <TagList>\\n <TagName>测试标签</TagName>\\n <Id>24</Id>\\n </TagList>\\n <AliyunOrderId>211519634******</AliyunOrderId>\\n <AliFee>ali_2</AliFee>\\n <ActiveType>first_data_record</ActiveType>\\n <IsAutoRecharge>true</IsAutoRecharge>\\n <AutoLimitResume>true</AutoLimitResume>\\n <CredentialInstanceId>2622***</CredentialInstanceId>\\n <CredentialLimitSpeedThreshold>1024</CredentialLimitSpeedThreshold>\\n <ExpireTime>2022-04-30 23:59:59</ExpireTime>\\n <FlowThresholdUnit>KB</FlowThresholdUnit>\\n <ApnName>cmiot</ApnName>\\n <ActiveTime>2021-11-16 16:35:50</ActiveTime>\\n <CardLimitStopThreshold>20480</CardLimitStopThreshold>\\n <Iccid>89860321******15668</Iccid>\\n <Vendor>CMCC</Vendor>\\n <Period>1101</Period>\\n <PrivateNetworkSegment>1.*.3.*</PrivateNetworkSegment>\\n <OpenAccountTime>2021-11-29 16:12:14</OpenAccountTime>\\n <CertifyType>enterprise</CertifyType>\\n <SimType>nano</SimType>\\n <CertifyStatus>2</CertifyStatus>\\n <DeviceImei>11111111******</DeviceImei>\\n <VsimInstanceId>123456</VsimInstanceId>\\n <AutoRebindReuse>false</AutoRebindReuse>\\n <CredentialNo>CM-***-*-2-**M</CredentialNo>\\n <CredentialLimitStopThreshold>20480</CredentialLimitStopThreshold>\\n <Imsi>460081937******</Imsi>\\n <Msisdn>1440993******</Msisdn>\\n <OpenSms>true</OpenSms>\\n <Ip>190.*.*.*</Ip>\\n </VsimCardInfo>\\n </Data>\\n</GetCardDetailResponse>","errorExample":""}]',
+ 'extraInfo' => ' ',
+ 'responseParamsDescription' => ' ',
+ 'title' => 'GetCardDetail',
+ ],
+ 'ListCardInfo' => [
+ 'summary' => '卡列表',
+ 'methods' => [
+ 'post',
+ 'get',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'operationType' => 'read',
+ 'deprecated' => false,
+ 'systemTags' => [
+ 'operationType' => 'get',
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'ActiveTimeEnd',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '',
+ 'example' => '2022-05-25 23:59:59',
+ 'required' => false,
+ 'type' => 'string',
+ ],
+ ],
+ [
+ 'name' => 'PageSize',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '',
+ 'docRequired' => true,
+ 'example' => '10',
+ 'format' => 'int32',
+ 'required' => true,
+ 'type' => 'integer',
+ ],
+ ],
+ [
+ 'name' => 'Iccid',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '',
+ 'example' => '89860321******15668',
+ 'required' => false,
+ 'type' => 'string',
+ ],
+ ],
+ [
+ 'name' => 'CredentialNo',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '',
+ 'example' => 'CM-***-*-2-**M',
+ 'required' => false,
+ 'type' => 'string',
+ ],
+ ],
+ [
+ 'name' => 'Vendor',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '',
+ 'example' => 'CMCC',
+ 'required' => false,
+ 'type' => 'string',
+ ],
+ ],
+ [
+ 'name' => 'PageNo',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '',
+ 'docRequired' => true,
+ 'example' => '1',
+ 'format' => 'int32',
+ 'required' => true,
+ 'type' => 'integer',
+ ],
+ ],
+ [
+ 'name' => 'Msisdn',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '',
+ 'example' => '1440993******',
+ 'required' => false,
+ 'type' => 'string',
+ ],
+ ],
+ [
+ 'name' => 'AliyunOrderId',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '',
+ 'example' => '211519634******',
+ 'required' => false,
+ 'type' => 'string',
+ ],
+ ],
+ [
+ 'name' => 'AliFee',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '',
+ 'example' => 'ali_2',
+ 'required' => false,
+ 'type' => 'string',
+ ],
+ ],
+ [
+ 'name' => 'Period',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '',
+ 'example' => '1101',
+ 'required' => false,
+ 'type' => 'string',
+ ],
+ ],
+ [
+ 'name' => 'DataType',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '',
+ 'example' => 'sameflowcard',
+ 'required' => false,
+ 'type' => 'string',
+ ],
+ ],
+ [
+ 'name' => 'ActiveTimeStart',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '',
+ 'example' => '2022-05-25 23:59:59',
+ 'required' => false,
+ 'type' => 'string',
+ ],
+ ],
+ [
+ 'name' => 'SimType',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '',
+ 'example' => 'nano',
+ 'required' => false,
+ 'type' => 'string',
+ ],
+ ],
+ [
+ 'name' => 'ExpireTimeEnd',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '',
+ 'example' => '2022-05-25 23:59:59',
+ 'required' => false,
+ 'type' => 'string',
+ ],
+ ],
+ [
+ 'name' => 'IsAutoRecharge',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '',
+ 'example' => 'true',
+ 'required' => false,
+ 'type' => 'boolean',
+ ],
+ ],
+ [
+ 'name' => 'ExpireTimeStart',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '',
+ 'example' => '2022-05-25 23:59:59',
+ 'required' => false,
+ 'type' => 'string',
+ ],
+ ],
+ [
+ 'name' => 'OsStatus',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '',
+ 'example' => '300',
+ 'required' => false,
+ 'type' => 'string',
+ ],
+ ],
+ [
+ 'name' => 'NotifyId',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '',
+ 'example' => '11111',
+ 'required' => false,
+ 'type' => 'string',
+ ],
+ ],
+ [
+ 'name' => 'DataLevel',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '',
+ 'example' => '30MB',
+ 'required' => false,
+ 'type' => 'string',
+ ],
+ ],
+ [
+ 'name' => 'Status',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '',
+ 'example' => '35',
+ 'required' => false,
+ 'type' => 'string',
+ ],
+ ],
+ [
+ 'name' => 'TagName',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '',
+ 'example' => '',
+ 'required' => false,
+ 'type' => 'string',
+ ],
+ ],
+ [
+ 'name' => 'CertifyType',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '',
+ 'example' => 'enterprise',
+ 'required' => false,
+ 'type' => 'string',
+ ],
+ ],
+ [
+ 'name' => 'DirectionalGroupId',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '',
+ 'example' => '22',
+ 'required' => false,
+ 'type' => 'string',
+ ],
+ ],
+ [
+ 'name' => 'ApnName',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '',
+ 'example' => 'cmiot',
+ 'required' => false,
+ 'type' => 'string',
+ ],
+ ],
+ [
+ 'name' => 'Imsi',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '',
+ 'example' => '460081937******',
+ 'required' => false,
+ 'type' => 'string',
+ ],
+ ],
+ [
+ 'name' => 'PoolId',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '',
+ 'example' => 'test1',
+ 'required' => false,
+ 'type' => 'string',
+ ],
+ ],
+ [
+ 'name' => 'MinFlow',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '',
+ 'example' => '20',
+ 'required' => false,
+ 'type' => 'string',
+ ],
+ ],
+ [
+ 'name' => 'MaxFlow',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '',
+ 'example' => '30',
+ 'required' => false,
+ 'type' => 'string',
+ ],
+ ],
+ [
+ 'name' => 'MaxRestFlowPercentage',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '',
+ 'example' => '0.2',
+ 'format' => 'double',
+ 'required' => false,
+ 'type' => 'number',
+ ],
+ ],
+ [
+ 'name' => 'NetworkType',
+ 'in' => 'query',
+ 'allowEmptyValue' => false,
+ 'schema' => [
+ 'type' => 'string',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'properties' => [
+ 'Code' => [
+ 'description' => '',
+ 'example' => '200',
+ 'type' => 'string',
+ ],
+ 'ErrorMessage' => [
+ 'description' => '',
+ 'example' => 'InstanceId cannot be empty.',
+ 'type' => 'string',
+ ],
+ 'RequestId' => [
+ 'description' => '',
+ 'example' => 'E4F94B97-1D64-4080-BFD2-67461667AA43',
+ 'type' => 'string',
+ ],
+ 'Success' => [
+ 'description' => '',
+ 'example' => 'true',
+ 'type' => 'boolean',
+ ],
+ 'LocalizedMessage' => [
+ 'description' => '',
+ 'example' => 'InstanceId cannot be empty.',
+ 'type' => 'string',
+ ],
+ 'Data' => [
+ 'description' => '',
+ 'properties' => [
+ 'PageNo' => [
+ 'description' => '',
+ 'example' => '1',
+ 'format' => 'int32',
+ 'type' => 'integer',
+ ],
+ 'PageSize' => [
+ 'description' => '',
+ 'example' => '10',
+ 'format' => 'int32',
+ 'type' => 'integer',
+ ],
+ 'PageCount' => [
+ 'description' => '',
+ 'example' => '20',
+ 'format' => 'int32',
+ 'type' => 'integer',
+ ],
+ 'Total' => [
+ 'description' => '',
+ 'example' => '199',
+ 'format' => 'int32',
+ 'type' => 'integer',
+ ],
+ 'List' => [
+ 'description' => '',
+ 'items' => [
+ 'description' => '',
+ 'properties' => [
+ 'Status' => [
+ 'description' => '',
+ 'example' => '35',
+ 'type' => 'string',
+ ],
+ 'DataType' => [
+ 'description' => '',
+ 'example' => 'sameflowcard',
+ 'type' => 'string',
+ ],
+ 'DirectionalGroupName' => [
+ 'description' => '',
+ 'example' => '',
+ 'type' => 'string',
+ ],
+ 'PeriodRestFlow' => [
+ 'description' => '',
+ 'example' => '130.00MB',
+ 'type' => 'string',
+ ],
+ 'CredentialType' => [
+ 'description' => '',
+ 'example' => 'unityPayPool',
+ 'type' => 'string',
+ ],
+ 'PeriodAddFlow' => [
+ 'description' => '',
+ 'example' => '0KB',
+ 'type' => 'string',
+ ],
+ 'PeriodSmsUse' => [
+ 'description' => '',
+ 'example' => '0',
+ 'type' => 'string',
+ ],
+ 'DataLevel' => [
+ 'description' => '',
+ 'example' => '30MB',
+ 'type' => 'string',
+ ],
+ 'OsStatus' => [
+ 'description' => '',
+ 'example' => '300',
+ 'type' => 'string',
+ ],
+ 'NotifyId' => [
+ 'description' => '',
+ 'example' => '11111',
+ 'type' => 'string',
+ ],
+ 'AliFee' => [
+ 'description' => '',
+ 'example' => 'ali_2',
+ 'type' => 'string',
+ ],
+ 'AliyunOrderId' => [
+ 'description' => '',
+ 'example' => '211519634******',
+ 'type' => 'string',
+ ],
+ 'ActiveType' => [
+ 'description' => '',
+ 'example' => 'first_data_record',
+ 'type' => 'string',
+ ],
+ 'IsAutoRecharge' => [
+ 'description' => '',
+ 'example' => 'true',
+ 'type' => 'boolean',
+ ],
+ 'CredentialInstanceId' => [
+ 'description' => '',
+ 'example' => '2622***',
+ 'type' => 'string',
+ ],
+ 'ExpireTime' => [
+ 'description' => '',
+ 'example' => '2022-04-30 23:59:59',
+ 'type' => 'string',
+ ],
+ 'ApnName' => [
+ 'description' => '',
+ 'example' => 'cmiot',
+ 'type' => 'string',
+ ],
+ 'ActiveTime' => [
+ 'description' => '',
+ 'example' => '2021-11-16 16:35:50',
+ 'type' => 'string',
+ ],
+ 'Iccid' => [
+ 'description' => '',
+ 'example' => '89860321******15668',
+ 'type' => 'string',
+ ],
+ 'Vendor' => [
+ 'description' => '',
+ 'example' => 'CMCC',
+ 'type' => 'string',
+ ],
+ 'Period' => [
+ 'description' => '',
+ 'example' => '1101',
+ 'type' => 'string',
+ ],
+ 'CertifyType' => [
+ 'description' => '',
+ 'example' => 'enterprise',
+ 'type' => 'string',
+ ],
+ 'PrivateNetworkSegment' => [
+ 'description' => '',
+ 'example' => '1.*.3.*',
+ 'type' => 'string',
+ ],
+ 'OpenAccountTime' => [
+ 'description' => '',
+ 'example' => '2021-11-29 16:12:14',
+ 'type' => 'string',
+ ],
+ 'SimType' => [
+ 'description' => '',
+ 'example' => 'nano',
+ 'type' => 'string',
+ ],
+ 'VsimInstanceId' => [
+ 'description' => '',
+ 'example' => '123456',
+ 'format' => 'int64',
+ 'type' => 'integer',
+ ],
+ 'CredentialNo' => [
+ 'description' => '',
+ 'example' => 'CM-***-*-2-**M',
+ 'type' => 'string',
+ ],
+ 'TagList' => [
+ 'description' => '',
+ 'items' => [
+ 'description' => '',
+ 'properties' => [
+ 'TagName' => [
+ 'description' => '',
+ 'example' => '',
+ 'type' => 'string',
+ ],
+ 'Id' => [
+ 'description' => '',
+ 'example' => '24',
+ 'format' => 'int64',
+ 'type' => 'integer',
+ ],
+ ],
+ 'type' => 'object',
+ ],
+ 'type' => 'array',
+ ],
+ 'Imsi' => [
+ 'description' => '',
+ 'items' => [
+ 'description' => '',
+ 'example' => '460081937******',
+ 'type' => 'string',
+ ],
+ 'type' => 'array',
+ ],
+ 'Msisdn' => [
+ 'description' => '',
+ 'items' => [
+ 'description' => '',
+ 'example' => '1440993******',
+ 'type' => 'string',
+ ],
+ 'type' => 'array',
+ ],
+ 'Remark' => [
+ 'description' => '',
+ 'example' => '',
+ 'type' => 'string',
+ ],
+ 'DirectionalGroupId' => [
+ 'description' => '',
+ 'example' => '55',
+ 'format' => 'int64',
+ 'type' => 'integer',
+ ],
+ 'NetworkType' => [
+ 'type' => 'string',
+ ],
+ 'FlowLatestModifiedTime' => [
+ 'type' => 'string',
+ ],
+ ],
+ 'type' => 'object',
+ ],
+ 'type' => 'array',
+ ],
+ ],
+ 'type' => 'object',
+ ],
+ ],
+ 'type' => 'object',
+ ],
+ ],
+ ],
+ 'errorCodes' => [
+ 400 => [
+ [
+ 'errorCode' => 'linkcard.common.InvalidAliyunPK',
+ 'errorMessage' => 'AliyunPk is invalid.',
+ ],
+ [
+ 'errorCode' => 'linkcard.system.IllegalRequest',
+ 'errorMessage' => 'The request parameter is invalid.',
+ ],
+ ],
+ 403 => [
+ [
+ 'errorCode' => 'linkcard.common.RamActionPermissionDeny',
+ 'errorMessage' => 'You do not have the RAM permission.',
+ ],
+ [
+ 'errorCode' => '%s.',
+ 'errorMessage' => '%s.',
+ ],
+ ],
+ 500 => [
+ [
+ 'errorCode' => 'linkcard.system.RPCInvokeError',
+ 'errorMessage' => 'An RPC invoking error occurred',
+ ],
+ [
+ 'errorCode' => '%s..',
+ 'errorMessage' => '%s..',
+ ],
+ [
+ 'errorCode' => 'Service.InternalError',
+ 'errorMessage' => 'An internal error occurred.',
+ ],
+ [
+ 'errorCode' => 'linkcard.common.BusinessProcessError',
+ 'errorMessage' => 'A business processing exception occurred.',
+ ],
+ ],
+ ],
+ 'responseDemo' => '[{"type":"json","example":"{\\n \\"Code\\": \\"200\\",\\n \\"ErrorMessage\\": \\"InstanceId cannot be empty.\\",\\n \\"RequestId\\": \\"E4F94B97-1D64-4080-BFD2-67461667AA43\\",\\n \\"Success\\": true,\\n \\"LocalizedMessage\\": \\"InstanceId cannot be empty.\\",\\n \\"Data\\": {\\n \\"PageNo\\": 1,\\n \\"PageSize\\": 10,\\n \\"PageCount\\": 20,\\n \\"Total\\": 199,\\n \\"List\\": [\\n {\\n \\"Status\\": \\"35\\",\\n \\"DataType\\": \\"sameflowcard\\",\\n \\"DirectionalGroupName\\": \\"测试分组\\",\\n \\"PeriodRestFlow\\": \\"130.00MB\\",\\n \\"CredentialType\\": \\"unityPayPool\\",\\n \\"PeriodAddFlow\\": \\"0KB\\",\\n \\"PeriodSmsUse\\": \\"0\\",\\n \\"DataLevel\\": \\"30MB\\",\\n \\"OsStatus\\": \\"300\\",\\n \\"NotifyId\\": \\"11111\\",\\n \\"AliFee\\": \\"ali_2\\",\\n \\"AliyunOrderId\\": \\"211519634******\\",\\n \\"ActiveType\\": \\"first_data_record\\",\\n \\"IsAutoRecharge\\": true,\\n \\"CredentialInstanceId\\": \\"2622***\\",\\n \\"ExpireTime\\": \\"2022-04-30 23:59:59\\",\\n \\"ApnName\\": \\"cmiot\\",\\n \\"ActiveTime\\": \\"2021-11-16 16:35:50\\",\\n \\"Iccid\\": \\"89860321******15668\\",\\n \\"Vendor\\": \\"CMCC\\",\\n \\"Period\\": \\"1101\\",\\n \\"CertifyType\\": \\"enterprise\\",\\n \\"PrivateNetworkSegment\\": \\"1.*.3.*\\",\\n \\"OpenAccountTime\\": \\"2021-11-29 16:12:14\\",\\n \\"SimType\\": \\"nano\\",\\n \\"VsimInstanceId\\": 123456,\\n \\"CredentialNo\\": \\"CM-***-*-2-**M\\",\\n \\"TagList\\": [\\n {\\n \\"TagName\\": \\"测试标签\\",\\n \\"Id\\": 24\\n }\\n ],\\n \\"Imsi\\": [\\n \\"460081937******\\"\\n ],\\n \\"Msisdn\\": [\\n \\"1440993******\\"\\n ],\\n \\"Remark\\": \\"备注信息\\",\\n \\"DirectionalGroupId\\": 55,\\n \\"NetworkType\\": \\"4G\\",\\n \\"FlowLatestModifiedTime\\": \\"2023-08-15 18:20:11\\"\\n }\\n ]\\n }\\n}","errorExample":""},{"type":"xml","example":"<ListCardInfoResponse>\\n <Code>200</Code>\\n <ErrorMessage>InstanceId cannot be empty.</ErrorMessage>\\n <RequestId>E4F94B97-1D64-4080-BFD2-67461667AA43</RequestId>\\n <Success>true</Success>\\n <LocalizedMessage>InstanceId cannot be empty.</LocalizedMessage>\\n <Data>\\n <PageNo>1</PageNo>\\n <PageSize>10</PageSize>\\n <PageCount>20</PageCount>\\n <Total>199</Total>\\n <List>\\n <Status>35</Status>\\n <DataType>sameflowcard</DataType>\\n <DirectionalGroupName>测试分组</DirectionalGroupName>\\n <PeriodRestFlow>130.00MB</PeriodRestFlow>\\n <CredentialType>unityPayPool</CredentialType>\\n <PeriodAddFlow>0KB</PeriodAddFlow>\\n <PeriodSmsUse>0</PeriodSmsUse>\\n <DataLevel>30MB</DataLevel>\\n <OsStatus>300</OsStatus>\\n <NotifyId>11111</NotifyId>\\n <AliFee>ali_2</AliFee>\\n <AliyunOrderId>211519634******</AliyunOrderId>\\n <ActiveType>first_data_record</ActiveType>\\n <IsAutoRecharge>true</IsAutoRecharge>\\n <CredentialInstanceId>2622***</CredentialInstanceId>\\n <ExpireTime>2022-04-30 23:59:59</ExpireTime>\\n <ApnName>cmiot</ApnName>\\n <ActiveTime>2021-11-16 16:35:50</ActiveTime>\\n <Iccid>89860321******15668</Iccid>\\n <Vendor>CMCC</Vendor>\\n <Period>1101</Period>\\n <CertifyType>enterprise</CertifyType>\\n <PrivateNetworkSegment>1.*.3.*</PrivateNetworkSegment>\\n <OpenAccountTime>2021-11-29 16:12:14</OpenAccountTime>\\n <SimType>nano</SimType>\\n <VsimInstanceId>123456</VsimInstanceId>\\n <CredentialNo>CM-***-*-2-**M</CredentialNo>\\n <TagList>\\n <TagName>测试标签</TagName>\\n <Id>24</Id>\\n </TagList>\\n <Imsi>460081937******</Imsi>\\n <Msisdn>1440993******</Msisdn>\\n <Remark>备注信息</Remark>\\n <DirectionalGroupId>55</DirectionalGroupId>\\n </List>\\n </Data>\\n</ListCardInfoResponse>","errorExample":""}]',
+ 'title' => 'ListCardInfo',
+ ],
+ 'ListOrder' => [
+ 'summary' => '订单列表',
+ 'methods' => [
+ 'post',
+ 'get',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'operationType' => 'read',
+ 'deprecated' => false,
+ 'systemTags' => [
+ 'operationType' => 'get',
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'OrderId',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '',
+ 'example' => '21450******0275',
+ 'required' => false,
+ 'type' => 'string',
+ ],
+ ],
+ [
+ 'name' => 'StartDate',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '',
+ 'example' => '2022-04-05',
+ 'required' => false,
+ 'type' => 'string',
+ ],
+ ],
+ [
+ 'name' => 'EndDate',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '',
+ 'example' => '2022-04-05',
+ 'required' => false,
+ 'type' => 'string',
+ ],
+ ],
+ [
+ 'name' => 'OrderType',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '',
+ 'example' => 'NEW',
+ 'required' => false,
+ 'type' => 'string',
+ ],
+ ],
+ [
+ 'name' => 'OrderStatus',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '',
+ 'example' => 'processing',
+ 'required' => false,
+ 'type' => 'string',
+ ],
+ ],
+ [
+ 'name' => 'PageNo',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '',
+ 'docRequired' => true,
+ 'example' => '1',
+ 'format' => 'int32',
+ 'required' => true,
+ 'type' => 'integer',
+ ],
+ ],
+ [
+ 'name' => 'PageSize',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '',
+ 'docRequired' => true,
+ 'example' => '10',
+ 'format' => 'int32',
+ 'required' => true,
+ 'type' => 'integer',
+ ],
+ ],
+ [
+ 'name' => 'CredentialNo',
+ 'in' => 'query',
+ 'schema' => [
+ 'type' => 'string',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'properties' => [
+ 'Code' => [
+ 'description' => '',
+ 'example' => '200',
+ 'type' => 'string',
+ ],
+ 'ErrorMessage' => [
+ 'description' => '',
+ 'example' => 'InstanceId cannot be empty.',
+ 'type' => 'string',
+ ],
+ 'RequestId' => [
+ 'description' => '',
+ 'example' => 'E4F94B97-1D64-4080-BFD2-67461667AA43',
+ 'type' => 'string',
+ ],
+ 'Success' => [
+ 'description' => '',
+ 'example' => 'true',
+ 'type' => 'boolean',
+ ],
+ 'LocalizedMessage' => [
+ 'description' => '',
+ 'example' => 'InstanceId cannot be empty.',
+ 'type' => 'string',
+ ],
+ 'Data' => [
+ 'description' => '',
+ 'properties' => [
+ 'PageNo' => [
+ 'description' => '',
+ 'example' => '1',
+ 'format' => 'int32',
+ 'type' => 'integer',
+ ],
+ 'PageSize' => [
+ 'description' => '',
+ 'example' => '10',
+ 'format' => 'int32',
+ 'type' => 'integer',
+ ],
+ 'PageCount' => [
+ 'description' => '',
+ 'example' => '5',
+ 'format' => 'int32',
+ 'type' => 'integer',
+ ],
+ 'Total' => [
+ 'description' => '',
+ 'example' => '48',
+ 'format' => 'int32',
+ 'type' => 'integer',
+ ],
+ 'List' => [
+ 'items' => [
+ 'description' => '',
+ 'properties' => [
+ 'BillingCycle' => [
+ 'description' => '',
+ 'example' => '1101',
+ 'type' => 'string',
+ ],
+ 'BuyNum' => [
+ 'description' => '',
+ 'example' => '100',
+ 'format' => 'int32',
+ 'type' => 'integer',
+ ],
+ 'PoolCapacityUnit' => [
+ 'description' => '',
+ 'example' => 'GB',
+ 'type' => 'string',
+ ],
+ 'CardPayCount' => [
+ 'description' => '',
+ 'example' => '2022-04-11 16:43:00',
+ 'format' => 'int32',
+ 'type' => 'integer',
+ ],
+ 'CredentialPackage' => [
+ 'description' => '',
+ 'example' => 'AL-UPG-******3_beika4',
+ 'type' => 'string',
+ ],
+ 'Vendor' => [
+ 'description' => '',
+ 'example' => 'CMCC',
+ 'type' => 'string',
+ ],
+ 'DataLevel' => [
+ 'description' => '',
+ 'example' => '30MB',
+ 'type' => 'string',
+ ],
+ 'PayDuration' => [
+ 'description' => '',
+ 'example' => '',
+ 'type' => 'string',
+ ],
+ 'AliFee' => [
+ 'description' => '',
+ 'example' => 'ali_2',
+ 'type' => 'string',
+ ],
+ 'OrderStatus' => [
+ 'description' => '',
+ 'example' => 'processing',
+ 'type' => 'string',
+ ],
+ 'PoolNo' => [
+ 'description' => '',
+ 'example' => 'beika4',
+ 'type' => 'string',
+ ],
+ 'FunctionFee' => [
+ 'description' => '',
+ 'example' => '90',
+ 'format' => 'int32',
+ 'type' => 'integer',
+ ],
+ 'PayTime' => [
+ 'description' => '',
+ 'example' => '2022-04-11 16:43:00',
+ 'type' => 'string',
+ ],
+ 'FlowType' => [
+ 'description' => '',
+ 'example' => 'singlecard',
+ 'type' => 'string',
+ ],
+ 'PoolCapacity' => [
+ 'description' => '',
+ 'example' => '200',
+ 'type' => 'string',
+ ],
+ 'OrderInfo' => [
+ 'description' => '',
+ 'example' => '123123',
+ 'type' => 'string',
+ ],
+ 'OrderType' => [
+ 'description' => '',
+ 'example' => 'NEW',
+ 'type' => 'string',
+ ],
+ 'OrderId' => [
+ 'description' => '',
+ 'example' => '21450******0275',
+ 'type' => 'string',
+ ],
+ 'CredentialNo' => [
+ 'description' => '',
+ 'example' => 'CM-***-*-2-**M',
+ 'type' => 'string',
+ ],
+ 'ExpressNoList' => [
+ 'description' => '',
+ 'items' => [
+ 'description' => '',
+ 'example' => '123123123',
+ 'type' => 'string',
+ ],
+ 'type' => 'array',
+ ],
+ 'DeliveryInfo' => [
+ 'description' => '',
+ 'properties' => [
+ 'ZipCode' => [
+ 'description' => '',
+ 'example' => '100000',
+ 'type' => 'string',
+ ],
+ 'Address' => [
+ 'description' => '',
+ 'example' => '',
+ 'type' => 'string',
+ ],
+ 'Mail' => [
+ 'description' => '',
+ 'example' => '[email protected]',
+ 'type' => 'string',
+ ],
+ 'Receiver' => [
+ 'description' => '',
+ 'example' => '',
+ 'type' => 'string',
+ ],
+ 'BuyerMessage' => [
+ 'description' => '',
+ 'example' => '',
+ 'type' => 'string',
+ ],
+ ],
+ 'type' => 'object',
+ ],
+ 'OrderDetailUrl' => [
+ 'description' => '',
+ 'example' => 'https://us******60589',
+ 'type' => 'string',
+ ],
+ 'ApnName' => [
+ 'type' => 'string',
+ ],
+ 'ApnRegion' => [
+ 'type' => 'string',
+ ],
+ 'ResourceQuantity' => [
+ 'format' => 'int64',
+ 'type' => 'integer',
+ ],
+ 'NetworkType' => [
+ 'type' => 'string',
+ ],
+ ],
+ 'type' => 'object',
+ ],
+ 'type' => 'array',
+ ],
+ ],
+ 'type' => 'object',
+ ],
+ ],
+ 'type' => 'object',
+ ],
+ ],
+ ],
+ 'errorCodes' => [
+ 400 => [
+ [
+ 'errorCode' => 'linkcard.system.IllegalRequest',
+ 'errorMessage' => 'The request parameter is invalid.',
+ ],
+ [
+ 'errorCode' => 'linkcard.common.InvalidAliyunPK',
+ 'errorMessage' => 'AliyunPk is invalid.',
+ ],
+ ],
+ 403 => [
+ [
+ 'errorCode' => 'linkcard.common.RamActionPermissionDeny',
+ 'errorMessage' => 'You do not have the RAM permission.',
+ ],
+ [
+ 'errorCode' => '%s.',
+ 'errorMessage' => '%s.',
+ ],
+ ],
+ 500 => [
+ [
+ 'errorCode' => 'linkcard.system.RPCInvokeError',
+ 'errorMessage' => 'An RPC invoking error occurred',
+ ],
+ [
+ 'errorCode' => 'Service.InternalError',
+ 'errorMessage' => 'An internal error occurred.',
+ ],
+ [
+ 'errorCode' => 'linkcard.common.BusinessProcessError',
+ 'errorMessage' => 'A business processing exception occurred.',
+ ],
+ ],
+ ],
+ 'responseDemo' => '[{"type":"json","example":"{\\n \\"Code\\": \\"200\\",\\n \\"ErrorMessage\\": \\"InstanceId cannot be empty.\\",\\n \\"RequestId\\": \\"E4F94B97-1D64-4080-BFD2-67461667AA43\\",\\n \\"Success\\": true,\\n \\"LocalizedMessage\\": \\"InstanceId cannot be empty.\\",\\n \\"Data\\": {\\n \\"PageNo\\": 1,\\n \\"PageSize\\": 10,\\n \\"PageCount\\": 5,\\n \\"Total\\": 48,\\n \\"List\\": [\\n {\\n \\"BillingCycle\\": \\"1101\\",\\n \\"BuyNum\\": 100,\\n \\"PoolCapacityUnit\\": \\"GB\\",\\n \\"CardPayCount\\": 0,\\n \\"CredentialPackage\\": \\"AL-UPG-******3_beika4\\",\\n \\"Vendor\\": \\"CMCC\\",\\n \\"DataLevel\\": \\"30MB\\",\\n \\"PayDuration\\": \\"12月\\",\\n \\"AliFee\\": \\"ali_2\\",\\n \\"OrderStatus\\": \\"processing\\",\\n \\"PoolNo\\": \\"beika4\\",\\n \\"FunctionFee\\": 90,\\n \\"PayTime\\": \\"2022-04-11 16:43:00\\",\\n \\"FlowType\\": \\"singlecard\\",\\n \\"PoolCapacity\\": \\"200\\",\\n \\"OrderInfo\\": \\"123123\\",\\n \\"OrderType\\": \\"NEW\\",\\n \\"OrderId\\": \\"21450******0275\\",\\n \\"CredentialNo\\": \\"CM-***-*-2-**M\\",\\n \\"ExpressNoList\\": [\\n \\"123123123\\"\\n ],\\n \\"DeliveryInfo\\": {\\n \\"ZipCode\\": \\"100000\\",\\n \\"Address\\": \\"收货地址\\",\\n \\"Mail\\": \\"[email protected]\\",\\n \\"Receiver\\": \\"收件人\\",\\n \\"BuyerMessage\\": \\"收件电话\\"\\n },\\n \\"OrderDetailUrl\\": \\"https://us******60589\\",\\n \\"ApnName\\": \\"CMIOTCZHZA.JS\\",\\n \\"ApnRegion\\": \\"cn-hangzhou\\",\\n \\"ResourceQuantity\\": 10000,\\n \\"NetworkType\\": \\"4G\\"\\n }\\n ]\\n }\\n}","errorExample":""},{"type":"xml","example":"<ListOrderResponse>\\n <Code>200</Code>\\n <RequestId>E4F94B97-1D64-4080-BFD2-67461667AA43</RequestId>\\n <Success>true</Success>\\n <Data>\\n <PageNo>1</PageNo>\\n <PageSize>10</PageSize>\\n <PageCount>5</PageCount>\\n <Total>48</Total>\\n <List>\\n <BillingCycle>1101</BillingCycle>\\n <BuyNum>100</BuyNum>\\n <PoolCapacityUnit>GB</PoolCapacityUnit>\\n <CredentialPackage>AL-UPG-******3_beika4</CredentialPackage>\\n <Vendor>CMCC</Vendor>\\n <DataLevel>30MB</DataLevel>\\n <PayDuration>12月</PayDuration>\\n <AliFee>ali_2</AliFee>\\n <OrderStatus>processing</OrderStatus>\\n <PoolNo>beika4</PoolNo>\\n <FunctionFee>90</FunctionFee>\\n <PayTime>2022-04-11 16:43:00</PayTime>\\n <FlowType>singlecard</FlowType>\\n <PoolCapacity>200</PoolCapacity>\\n <OrderInfo>123123</OrderInfo>\\n <OrderType>NEW</OrderType>\\n <OrderId>21450******0275</OrderId>\\n <CredentialNo>CM-***-*-2-**M</CredentialNo>\\n <ExpressNoList>123123123</ExpressNoList>\\n <DeliveryInfo>\\n <ZipCode>100000</ZipCode>\\n <Address>收货地址</Address>\\n <Mail>[email protected]</Mail>\\n <Receiver>收件人</Receiver>\\n <BuyerMessage>收件电话</BuyerMessage>\\n </DeliveryInfo>\\n <OrderDetailUrl>https://us******60589</OrderDetailUrl>\\n </List>\\n </Data>\\n</ListOrderResponse>","errorExample":""}]',
+ 'title' => 'ListOrder',
+ ],
+ 'AddDirectionalCard' => [
+ 'summary' => '新增定向卡',
+ 'methods' => [
+ 'post',
+ 'get',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'operationType' => 'readAndWrite',
+ 'deprecated' => false,
+ 'systemTags' => [
+ 'operationType' => 'create',
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'GroupId',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '',
+ 'docRequired' => true,
+ 'example' => '5',
+ 'required' => true,
+ 'type' => 'string',
+ ],
+ ],
+ [
+ 'name' => 'UploadType',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '',
+ 'docRequired' => true,
+ 'example' => 'ALL',
+ 'required' => true,
+ 'type' => 'string',
+ ],
+ ],
+ [
+ 'name' => 'UploadMethod',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '',
+ 'docRequired' => true,
+ 'example' => 'TAG',
+ 'required' => true,
+ 'type' => 'string',
+ ],
+ ],
+ [
+ 'name' => 'TagList',
+ 'in' => 'query',
+ 'style' => 'json',
+ 'schema' => [
+ 'description' => '',
+ 'docRequired' => true,
+ 'items' => [
+ 'description' => '',
+ 'example' => '5',
+ 'required' => false,
+ 'type' => 'string',
+ ],
+ 'maxItems' => 100,
+ 'required' => true,
+ 'type' => 'array',
+ ],
+ ],
+ [
+ 'name' => 'OrderList',
+ 'in' => 'query',
+ 'style' => 'json',
+ 'schema' => [
+ 'description' => '',
+ 'items' => [
+ 'description' => '',
+ 'example' => '2172***80589',
+ 'required' => false,
+ 'type' => 'string',
+ ],
+ 'maxItems' => 50,
+ 'required' => false,
+ 'type' => 'array',
+ ],
+ ],
+ [
+ 'name' => 'FileUri',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '',
+ 'example' => 'https://linkcard-user-online.oss-cn-zhangjiakou.aliyuncs.com/DIRECTIONAL_GROUP/20220811/xxxx.csv',
+ 'required' => false,
+ 'type' => 'string',
+ ],
+ ],
+ [
+ 'name' => 'GroupName',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '',
+ 'example' => '',
+ 'required' => false,
+ 'type' => 'string',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'properties' => [
+ 'Data' => [
+ 'description' => '',
+ 'example' => 'true',
+ 'type' => 'string',
+ ],
+ 'RequestId' => [
+ 'description' => '',
+ 'example' => 'E4F94B97-1D64-4080-BFD2-67461667AA43',
+ 'type' => 'string',
+ ],
+ 'ErrorMessage' => [
+ 'description' => '',
+ 'example' => 'InstanceId cannot be empty.',
+ 'type' => 'string',
+ ],
+ 'Success' => [
+ 'description' => '',
+ 'example' => 'true',
+ 'type' => 'boolean',
+ ],
+ 'LocalizedMessage' => [
+ 'description' => '',
+ 'example' => 'InstanceId cannot be empty.',
+ 'type' => 'string',
+ ],
+ 'Code' => [
+ 'description' => '',
+ 'example' => '200',
+ 'type' => 'string',
+ ],
+ ],
+ 'type' => 'object',
+ ],
+ ],
+ ],
+ 'errorCodes' => [
+ 400 => [
+ [
+ 'errorCode' => 'linkcard.system.IllegalRequest',
+ 'errorMessage' => 'The request parameter is invalid.',
+ ],
+ ],
+ 403 => [
+ [
+ 'errorCode' => '%s.',
+ 'errorMessage' => '%s.',
+ ],
+ [
+ 'errorCode' => 'linkcard.common.RamActionPermissionDeny',
+ 'errorMessage' => 'You do not have the RAM permission.',
+ ],
+ ],
+ 500 => [
+ [
+ 'errorCode' => 'linkcard.system.RPCInvokeError',
+ 'errorMessage' => 'An RPC invoking error occurred',
+ ],
+ [
+ 'errorCode' => '%s..',
+ 'errorMessage' => '%s..',
+ ],
+ [
+ 'errorCode' => 'Service.InternalError',
+ 'errorMessage' => 'An internal error occurred.',
+ ],
+ ],
+ ],
+ 'responseDemo' => '[{"type":"json","example":"{\\n \\"Data\\": \\"true\\",\\n \\"RequestId\\": \\"E4F94B97-1D64-4080-BFD2-67461667AA43\\",\\n \\"ErrorMessage\\": \\"InstanceId cannot be empty.\\",\\n \\"Success\\": true,\\n \\"LocalizedMessage\\": \\"InstanceId cannot be empty.\\",\\n \\"Code\\": \\"200\\"\\n}","errorExample":""},{"type":"xml","example":"<AddDirectionalCardResponse>\\n <Data>true</Data>\\n <RequestId>E4F94B97-1D64-4080-BFD2-67461667AA43</RequestId>\\n <ErrorMessage>InstanceId cannot be empty.</ErrorMessage>\\n <Success>true</Success>\\n <LocalizedMessage>InstanceId cannot be empty.</LocalizedMessage>\\n <Code>200</Code>\\n</AddDirectionalCardResponse>","errorExample":""}]',
+ ],
+ 'AddDirectionalGroup' => [
+ 'summary' => '增加定向分组',
+ 'methods' => [
+ 'post',
+ 'get',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'operationType' => 'readAndWrite',
+ 'deprecated' => false,
+ 'systemTags' => [
+ 'operationType' => 'create',
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'GroupName',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '',
+ 'docRequired' => true,
+ 'example' => '',
+ 'required' => true,
+ 'type' => 'string',
+ 'maxLength' => 30,
+ 'minLength' => 0,
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'headers' => [],
+ 'schema' => [
+ 'properties' => [
+ 'Data' => [
+ 'description' => '',
+ 'example' => '6',
+ 'format' => 'int64',
+ 'type' => 'integer',
+ ],
+ 'RequestId' => [
+ 'description' => '',
+ 'example' => 'E4F94B97-1D64-4080-BFD2-67461667AA43',
+ 'type' => 'string',
+ ],
+ 'ErrorMessage' => [
+ 'description' => '',
+ 'example' => '',
+ 'type' => 'string',
+ ],
+ 'Success' => [
+ 'description' => '',
+ 'example' => 'true',
+ 'type' => 'boolean',
+ ],
+ 'LocalizedMessage' => [
+ 'description' => '',
+ 'example' => 'InstanceId cannot be empty.',
+ 'type' => 'string',
+ ],
+ 'Code' => [
+ 'description' => '',
+ 'example' => '200',
+ 'type' => 'string',
+ ],
+ ],
+ 'type' => 'object',
+ ],
+ ],
+ ],
+ 'errorCodes' => [
+ 403 => [
+ [
+ 'errorCode' => '%s.',
+ 'errorMessage' => '%s.',
+ ],
+ [
+ 'errorCode' => 'linkcard.common.RamActionPermissionDeny',
+ 'errorMessage' => 'You do not have the RAM permission.',
+ ],
+ ],
+ 500 => [
+ [
+ 'errorCode' => 'linkcard.system.RPCInvokeError',
+ 'errorMessage' => 'An RPC invoking error occurred',
+ ],
+ [
+ 'errorCode' => '%s..',
+ 'errorMessage' => '%s..',
+ ],
+ [
+ 'errorCode' => 'Service.InternalError',
+ 'errorMessage' => 'An internal error occurred.',
+ ],
+ ],
+ ],
+ 'responseDemo' => '[{"type":"json","example":"{\\n \\"Data\\": 6,\\n \\"RequestId\\": \\"E4F94B97-1D64-4080-BFD2-67461667AA43\\",\\n \\"ErrorMessage\\": \\"系统异常\\",\\n \\"Success\\": true,\\n \\"LocalizedMessage\\": \\"InstanceId cannot be empty.\\",\\n \\"Code\\": \\"200\\"\\n}","errorExample":""},{"type":"xml","example":"<AddDirectionalGroupResponse>\\n <RequestId>E4F94B97-1D64-4080-BFD2-67461667AA43</RequestId>\\n <ErrorMessage>系统异常</ErrorMessage>\\n <Success>true</Success>\\n <LocalizedMessage>InstanceId cannot be empty.</LocalizedMessage>\\n <Code>200</Code>\\n</AddDirectionalGroupResponse>","errorExample":""}]',
+ 'title' => 'AddDirectionalGroup',
+ ],
+ 'BatchAddDirectionalAddress' => [
+ 'summary' => '批量增加地址到定向组',
+ 'methods' => [
+ 'post',
+ 'get',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'operationType' => 'readAndWrite',
+ 'deprecated' => false,
+ 'systemTags' => [
+ 'operationType' => 'create',
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'GroupId',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '',
+ 'example' => '5',
+ 'format' => 'int64',
+ 'required' => true,
+ 'type' => 'integer',
+ ],
+ ],
+ [
+ 'name' => 'Source',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '',
+ 'example' => 'user_defined',
+ 'required' => true,
+ 'type' => 'string',
+ ],
+ ],
+ [
+ 'name' => 'AddressType',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '',
+ 'example' => 'Domain',
+ 'required' => true,
+ 'type' => 'string',
+ ],
+ ],
+ [
+ 'name' => 'ListAddress',
+ 'in' => 'query',
+ 'style' => 'repeatList',
+ 'schema' => [
+ 'description' => '',
+ 'items' => [
+ 'description' => '',
+ 'example' => '*.aliyun.com',
+ 'required' => false,
+ 'type' => 'string',
+ ],
+ 'maxItems' => 10,
+ 'required' => true,
+ 'type' => 'array',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'description' => 'BatchAddDirectionalAddressResponse',
+ 'properties' => [
+ 'RequestId' => [
+ 'description' => '',
+ 'example' => 'E4F94B97-1D64-4080-BFD2-67461667AA43',
+ 'type' => 'string',
+ ],
+ 'Success' => [
+ 'description' => '',
+ 'example' => 'true',
+ 'title' => '必填',
+ 'type' => 'boolean',
+ ],
+ 'Code' => [
+ 'description' => '',
+ 'example' => '200',
+ 'type' => 'string',
+ ],
+ 'ErrorMessage' => [
+ 'description' => '',
+ 'example' => 'InstanceId cannot be empty.',
+ 'type' => 'string',
+ ],
+ 'LocalizedMessage' => [
+ 'description' => '',
+ 'example' => 'InstanceId cannot be empty.',
+ 'type' => 'string',
+ ],
+ 'Data' => [
+ 'description' => '',
+ 'example' => 'true',
+ 'type' => 'boolean',
+ ],
+ ],
+ 'title' => 'BatchAddDirectionalAddressResponse',
+ 'type' => 'object',
+ ],
+ ],
+ ],
+ 'errorCodes' => [
+ 400 => [
+ [
+ 'errorCode' => 'linkcard.system.IllegalRequest',
+ 'errorMessage' => 'The request parameter is invalid.',
+ ],
+ ],
+ 403 => [
+ [
+ 'errorCode' => '%s.',
+ 'errorMessage' => '%s.',
+ ],
+ [
+ 'errorCode' => 'linkcard.common.RamActionPermissionDeny',
+ 'errorMessage' => 'You do not have the RAM permission.',
+ ],
+ [
+ 'errorCode' => 'linkcard.common.RamActionPermissionDeny ',
+ 'errorMessage' => 'You do not have the RAM permission. ',
+ ],
+ ],
+ 500 => [
+ [
+ 'errorCode' => 'Service.InternalError',
+ 'errorMessage' => 'An internal error occurred.',
+ ],
+ ],
+ ],
+ 'responseDemo' => '[{"type":"json","example":"{\\n \\"RequestId\\": \\"E4F94B97-1D64-4080-BFD2-67461667AA43\\",\\n \\"Success\\": true,\\n \\"Code\\": \\"200\\",\\n \\"ErrorMessage\\": \\"InstanceId cannot be empty.\\",\\n \\"LocalizedMessage\\": \\"InstanceId cannot be empty.\\",\\n \\"Data\\": true\\n}","errorExample":""},{"type":"xml","example":"<BatchAddDirectionalAddressResponse>\\n <RequestId>E4F94B97-1D64-4080-BFD2-67461667AA43</RequestId>\\n <Success>true</Success>\\n <Code>200</Code>\\n <ErrorMessage>InstanceId cannot be empty.</ErrorMessage>\\n <LocalizedMessage>InstanceId cannot be empty.</LocalizedMessage>\\n <Data>true</Data>\\n</BatchAddDirectionalAddressResponse>","errorExample":""}]',
+ ],
+ 'ListDirectionalAddress' => [
+ 'methods' => [
+ 'post',
+ 'get',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'operationType' => 'read',
+ 'deprecated' => false,
+ 'systemTags' => [
+ 'operationType' => 'get',
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'PageSize',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '',
+ 'docRequired' => true,
+ 'example' => '10',
+ 'format' => 'int32',
+ 'required' => true,
+ 'type' => 'integer',
+ 'maximum' => '200',
+ 'minimum' => '1',
+ ],
+ ],
+ [
+ 'name' => 'PageNo',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '',
+ 'docRequired' => true,
+ 'example' => '1',
+ 'format' => 'int32',
+ 'required' => true,
+ 'type' => 'integer',
+ 'minimum' => '1',
+ ],
+ ],
+ [
+ 'name' => 'GroupId',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '',
+ 'docRequired' => true,
+ 'example' => '5',
+ 'required' => true,
+ 'type' => 'string',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'headers' => [],
+ 'schema' => [
+ 'properties' => [
+ 'Code' => [
+ 'description' => '',
+ 'example' => '200',
+ 'type' => 'string',
+ ],
+ 'ErrorMessage' => [
+ 'description' => '',
+ 'example' => 'InstanceId cannot be empty.',
+ 'type' => 'string',
+ ],
+ 'RequestId' => [
+ 'description' => '',
+ 'example' => 'E4F94B97-1D64-4080-BFD2-67461667AA43',
+ 'type' => 'string',
+ ],
+ 'Success' => [
+ 'description' => '',
+ 'example' => 'true',
+ 'type' => 'boolean',
+ ],
+ 'LocalizedMessage' => [
+ 'description' => '',
+ 'example' => 'InstanceId cannot be empty.',
+ 'type' => 'string',
+ ],
+ 'Data' => [
+ 'description' => '',
+ 'properties' => [
+ 'PageNo' => [
+ 'description' => '',
+ 'example' => '1',
+ 'format' => 'int32',
+ 'type' => 'integer',
+ ],
+ 'PageSize' => [
+ 'description' => '',
+ 'example' => '10',
+ 'format' => 'int32',
+ 'type' => 'integer',
+ ],
+ 'PageCount' => [
+ 'description' => '',
+ 'example' => '9',
+ 'format' => 'int32',
+ 'type' => 'integer',
+ ],
+ 'Total' => [
+ 'description' => '',
+ 'example' => '90',
+ 'format' => 'int32',
+ 'type' => 'integer',
+ ],
+ 'List' => [
+ 'description' => '',
+ 'items' => [
+ 'properties' => [
+ 'Address' => [
+ 'description' => '',
+ 'example' => '*.aliyun.com',
+ 'type' => 'string',
+ ],
+ 'AddressType' => [
+ 'description' => '',
+ 'example' => 'Domain',
+ 'type' => 'string',
+ ],
+ 'Source' => [
+ 'description' => '',
+ 'example' => 'user_defined',
+ 'type' => 'string',
+ ],
+ 'GroupId' => [
+ 'description' => '',
+ 'example' => '5',
+ 'type' => 'string',
+ ],
+ 'State' => [
+ 'description' => '',
+ 'example' => '500',
+ 'format' => 'int32',
+ 'type' => 'integer',
+ ],
+ ],
+ 'type' => 'object',
+ ],
+ 'type' => 'array',
+ ],
+ ],
+ 'type' => 'object',
+ ],
+ ],
+ 'type' => 'object',
+ ],
+ ],
+ ],
+ 'errorCodes' => [
+ 400 => [
+ [
+ 'errorCode' => 'linkcard.system.IllegalRequest',
+ 'errorMessage' => 'The request parameter is invalid.',
+ ],
+ [
+ 'errorCode' => 'IllegalParameter',
+ 'errorMessage' => 'The request parameter %s is invalid.',
+ ],
+ ],
+ 403 => [
+ [
+ 'errorCode' => '%s.',
+ 'errorMessage' => '%s.',
+ ],
+ [
+ 'errorCode' => 'linkcard.common.RamActionPermissionDeny',
+ 'errorMessage' => 'You do not have the RAM permission.',
+ ],
+ ],
+ 500 => [
+ [
+ 'errorCode' => 'linkcard.system.RPCInvokeError',
+ 'errorMessage' => 'An RPC invoking error occurred',
+ ],
+ [
+ 'errorCode' => '%s..',
+ 'errorMessage' => '%s..',
+ ],
+ [
+ 'errorCode' => 'Service.InternalError',
+ 'errorMessage' => 'An internal error occurred.',
+ ],
+ ],
+ ],
+ 'responseDemo' => '[{"type":"json","example":"{\\n \\"Code\\": \\"200\\",\\n \\"ErrorMessage\\": \\"InstanceId cannot be empty.\\",\\n \\"RequestId\\": \\"E4F94B97-1D64-4080-BFD2-67461667AA43\\",\\n \\"Success\\": true,\\n \\"LocalizedMessage\\": \\"InstanceId cannot be empty.\\",\\n \\"Data\\": {\\n \\"PageNo\\": 1,\\n \\"PageSize\\": 10,\\n \\"PageCount\\": 9,\\n \\"Total\\": 90,\\n \\"List\\": [\\n {\\n \\"Address\\": \\"*.aliyun.com\\",\\n \\"AddressType\\": \\"Domain\\",\\n \\"Source\\": \\"user_defined\\",\\n \\"GroupId\\": \\"5\\",\\n \\"State\\": 500\\n }\\n ]\\n }\\n}","errorExample":""},{"type":"xml","example":"<ListDirectionalAddressResponse>\\n <Code>200</Code>\\n <ErrorMessage>InstanceId cannot be empty.</ErrorMessage>\\n <RequestId>E4F94B97-1D64-4080-BFD2-67461667AA43</RequestId>\\n <Success>true</Success>\\n <LocalizedMessage>InstanceId cannot be empty.</LocalizedMessage>\\n <Data>\\n <PageNo>1</PageNo>\\n <PageSize>10</PageSize>\\n <PageCount>9</PageCount>\\n <Total>90</Total>\\n <List>\\n <Address>*.aliyun.com</Address>\\n <AddressType>Domain</AddressType>\\n <Source>user_defined</Source>\\n <GroupId>5</GroupId>\\n <State>500</State>\\n </List>\\n </Data>\\n</ListDirectionalAddressResponse>","errorExample":""}]',
+ 'title' => 'ListDirectionalAddress',
+ ],
+ 'ListDirectionalDetail' => [
+ 'summary' => '通过ICCID查询卡下的定向分组详情及组下的域名',
+ 'methods' => [
+ 'post',
+ 'get',
+ ],
+ 'schemes' => [
+ 'https',
+ 'http',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'operationType' => 'read',
+ 'deprecated' => false,
+ 'systemTags' => [
+ 'operationType' => 'get',
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'Iccid',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '',
+ 'example' => '89860321******15668',
+ 'required' => true,
+ 'type' => 'string',
+ ],
+ ],
+ [
+ 'name' => 'PageNo',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '',
+ 'example' => '1',
+ 'format' => 'int32',
+ 'required' => true,
+ 'type' => 'integer',
+ ],
+ ],
+ [
+ 'name' => 'PageSize',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '',
+ 'example' => '10',
+ 'format' => 'int32',
+ 'required' => true,
+ 'type' => 'integer',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'description' => 'ListDirectionalDetailResponse',
+ 'properties' => [
+ 'RequestId' => [
+ 'description' => '',
+ 'example' => 'E4F94B97-1D64-4080-BFD2-67461667AA43',
+ 'type' => 'string',
+ ],
+ 'Success' => [
+ 'description' => '',
+ 'example' => 'true',
+ 'title' => '必填',
+ 'type' => 'boolean',
+ ],
+ 'Code' => [
+ 'description' => '',
+ 'example' => '200',
+ 'type' => 'string',
+ ],
+ 'ErrorMessage' => [
+ 'description' => '',
+ 'example' => 'InstanceId cannot be empty.',
+ 'type' => 'string',
+ ],
+ 'LocalizedMessage' => [
+ 'description' => '',
+ 'example' => 'InstanceId cannot be empty.',
+ 'type' => 'string',
+ ],
+ 'Data' => [
+ 'description' => '',
+ 'properties' => [
+ 'DirectionalGroupId' => [
+ 'description' => '',
+ 'example' => '5',
+ 'format' => 'int64',
+ 'type' => 'integer',
+ ],
+ 'DirectionalName' => [
+ 'description' => '',
+ 'example' => '',
+ 'type' => 'string',
+ ],
+ 'PaginationResult' => [
+ 'description' => '',
+ 'properties' => [
+ 'PageNo' => [
+ 'description' => '',
+ 'example' => '1',
+ 'format' => 'int32',
+ 'type' => 'integer',
+ ],
+ 'PageSize' => [
+ 'description' => '',
+ 'example' => '10',
+ 'format' => 'int32',
+ 'type' => 'integer',
+ ],
+ 'Total' => [
+ 'description' => '',
+ 'example' => '90',
+ 'format' => 'int32',
+ 'type' => 'integer',
+ ],
+ 'PageCount' => [
+ 'description' => '',
+ 'example' => '9',
+ 'format' => 'int32',
+ 'type' => 'integer',
+ ],
+ 'List' => [
+ 'description' => '',
+ 'items' => [
+ 'description' => '',
+ 'properties' => [
+ 'GroupId' => [
+ 'description' => '',
+ 'example' => '5',
+ 'type' => 'string',
+ ],
+ 'Address' => [
+ 'description' => '',
+ 'example' => '*.aliyun.com',
+ 'type' => 'string',
+ ],
+ 'Source' => [
+ 'description' => '',
+ 'example' => 'user_defined',
+ 'type' => 'string',
+ ],
+ 'AddressType' => [
+ 'description' => '',
+ 'example' => 'Domain',
+ 'type' => 'string',
+ ],
+ 'State' => [
+ 'description' => '',
+ 'example' => '500',
+ 'type' => 'string',
+ ],
+ ],
+ 'type' => 'object',
+ ],
+ 'type' => 'array',
+ ],
+ ],
+ 'type' => 'object',
+ ],
+ ],
+ 'type' => 'object',
+ ],
+ ],
+ 'title' => 'ListDirectionalDetailResponse',
+ 'type' => 'object',
+ ],
+ ],
+ ],
+ 'errorCodes' => [
+ 400 => [
+ [
+ 'errorCode' => 'linkcard.system.IllegalRequest',
+ 'errorMessage' => 'The request parameter is invalid.',
+ ],
+ [
+ 'errorCode' => 'linkcard.directional.notExist',
+ 'errorMessage' => 'Can not find direction group.',
+ ],
+ [
+ 'errorCode' => 'IllegalParameter',
+ 'errorMessage' => 'The request parameter %s is invalid.',
+ ],
+ [
+ 'errorCode' => 'linkcard.common.CardNotExist',
+ 'errorMessage' => 'The card does not exist.',
+ ],
+ [
+ 'errorCode' => 'CardDisabled',
+ 'errorMessage' => 'The SIM card has been permanently disabled.',
+ ],
+ ],
+ 403 => [
+ [
+ 'errorCode' => '%s.',
+ 'errorMessage' => '%s.',
+ ],
+ [
+ 'errorCode' => 'linkcard.common.RamActionPermissionDeny',
+ 'errorMessage' => 'You do not have the RAM permission.',
+ ],
+ [
+ 'errorCode' => 'linkcard.common.RamActionPermissionDeny ',
+ 'errorMessage' => 'You do not have the RAM permission. ',
+ ],
+ ],
+ 500 => [
+ [
+ 'errorCode' => 'Service.InternalError',
+ 'errorMessage' => 'An internal error occurred.',
+ ],
+ [
+ 'errorCode' => 'linkcard.system.RPCInvokeError',
+ 'errorMessage' => 'An RPC invoking error occurred',
+ ],
+ ],
+ ],
+ 'responseDemo' => '[{"type":"json","example":"{\\n \\"RequestId\\": \\"E4F94B97-1D64-4080-BFD2-67461667AA43\\",\\n \\"Success\\": true,\\n \\"Code\\": \\"200\\",\\n \\"ErrorMessage\\": \\"InstanceId cannot be empty.\\",\\n \\"LocalizedMessage\\": \\"InstanceId cannot be empty.\\",\\n \\"Data\\": {\\n \\"DirectionalGroupId\\": 5,\\n \\"DirectionalName\\": \\"测试分组\\",\\n \\"PaginationResult\\": {\\n \\"PageNo\\": 1,\\n \\"PageSize\\": 10,\\n \\"Total\\": 90,\\n \\"PageCount\\": 9,\\n \\"List\\": [\\n {\\n \\"GroupId\\": \\"5\\",\\n \\"Address\\": \\"*.aliyun.com\\",\\n \\"Source\\": \\"user_defined\\",\\n \\"AddressType\\": \\"Domain\\",\\n \\"State\\": \\"500\\"\\n }\\n ]\\n }\\n }\\n}","errorExample":""},{"type":"xml","example":"<ListDirectionalDetailResponse>\\n <RequestId>E4F94B97-1D64-4080-BFD2-67461667AA43</RequestId>\\n <Success>true</Success>\\n <Code>200</Code>\\n <ErrorMessage>InstanceId cannot be empty.</ErrorMessage>\\n <LocalizedMessage>InstanceId cannot be empty.</LocalizedMessage>\\n <Data>\\n <DirectionalGroupId>5</DirectionalGroupId>\\n <DirectionalName>测试分组</DirectionalName>\\n <PaginationResult>\\n <PageNo>1</PageNo>\\n <PageSize>10</PageSize>\\n <Total>90</Total>\\n <PageCount>9</PageCount>\\n <List>\\n <GroupId>5</GroupId>\\n <Address>*.aliyun.com</Address>\\n <Source>user_defined</Source>\\n <AddressType>Domain</AddressType>\\n <State>500</State>\\n </List>\\n </PaginationResult>\\n </Data>\\n</ListDirectionalDetailResponse>","errorExample":""}]',
+ ],
+ 'VerifyIotCard' => [
+ 'summary' => '判断是否是阿里云iot的定向卡',
+ 'methods' => [
+ 'post',
+ 'get',
+ ],
+ 'schemes' => [
+ 'https',
+ 'http',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'operationType' => 'read',
+ 'deprecated' => false,
+ 'systemTags' => [
+ 'operationType' => 'get',
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'Iccid',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '',
+ 'docRequired' => true,
+ 'example' => '89860321******15668',
+ 'required' => true,
+ 'type' => 'string',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'headers' => [],
+ 'schema' => [
+ 'description' => 'VerifyIotCardResponse',
+ 'properties' => [
+ 'RequestId' => [
+ 'description' => '',
+ 'example' => 'E4F94B97-1D64-4080-BFD2-67461667AA43',
+ 'type' => 'string',
+ ],
+ 'Success' => [
+ 'description' => '',
+ 'example' => 'true',
+ 'title' => '必填',
+ 'type' => 'boolean',
+ ],
+ 'Code' => [
+ 'description' => '',
+ 'example' => '200',
+ 'type' => 'string',
+ ],
+ 'ErrorMessage' => [
+ 'description' => '',
+ 'example' => 'InstanceId cannot be empty.',
+ 'type' => 'string',
+ ],
+ 'LocalizedMessage' => [
+ 'description' => '',
+ 'example' => 'InstanceId cannot be empty.',
+ 'type' => 'string',
+ ],
+ 'Data' => [
+ 'description' => '',
+ 'example' => 'true',
+ 'type' => 'boolean',
+ ],
+ ],
+ 'title' => 'VerifyIotCardResponse',
+ 'type' => 'object',
+ ],
+ ],
+ ],
+ 'errorCodes' => [
+ 400 => [
+ [
+ 'errorCode' => 'linkcard.check.IccidCanNotEmpty',
+ 'errorMessage' => 'Iccid cannot be empty.',
+ ],
+ [
+ 'errorCode' => 'linkcard.system.IllegalRequest',
+ 'errorMessage' => 'The request parameter is invalid.',
+ ],
+ [
+ 'errorCode' => 'linkcard.common.CardDestroy',
+ 'errorMessage' => 'The card do not exist or destroy.',
+ ],
+ [
+ 'errorCode' => 'CardDisabled',
+ 'errorMessage' => 'The SIM card has been permanently disabled.',
+ ],
+ [
+ 'errorCode' => 'linkcard.common.CardNotExist',
+ 'errorMessage' => 'The card does not exist.',
+ ],
+ [
+ 'errorCode' => 'IllegalParameter',
+ 'errorMessage' => 'The request parameter %s is invalid.',
+ ],
+ ],
+ 403 => [
+ [
+ 'errorCode' => 'linkcard.common.RamActionPermissionDeny',
+ 'errorMessage' => 'You do not have the RAM permission.',
+ ],
+ [
+ 'errorCode' => 'linkcard.common.RamActionPermissionDeny ',
+ 'errorMessage' => 'You do not have the RAM permission. ',
+ ],
+ ],
+ 500 => [
+ [
+ 'errorCode' => 'Service.InternalError',
+ 'errorMessage' => 'An internal error occurred.',
+ ],
+ ],
+ ],
+ 'responseDemo' => '[{"type":"json","example":"{\\n \\"RequestId\\": \\"E4F94B97-1D64-4080-BFD2-67461667AA43\\",\\n \\"Success\\": true,\\n \\"Code\\": \\"200\\",\\n \\"ErrorMessage\\": \\"InstanceId cannot be empty.\\",\\n \\"LocalizedMessage\\": \\"InstanceId cannot be empty.\\",\\n \\"Data\\": true\\n}","errorExample":""},{"type":"xml","example":"<VerifyIotCardResponse>\\n <RequestId>E4F94B97-1D64-4080-BFD2-67461667AA43</RequestId>\\n <Success>true</Success>\\n <Code>200</Code>\\n <ErrorMessage>InstanceId cannot be empty.</ErrorMessage>\\n <LocalizedMessage>InstanceId cannot be empty.</LocalizedMessage>\\n <Data>true</Data>\\n</VerifyIotCardResponse>","errorExample":""}]',
+ 'title' => 'VerifyIotCard',
+ ],
+ 'AddTagsToCard' => [
+ 'summary' => '卡添加标签(包含已存在的标签和不存在的标签)',
+ 'methods' => [
+ 'post',
+ 'get',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'operationType' => 'readAndWrite',
+ 'deprecated' => false,
+ 'systemTags' => [],
+ 'parameters' => [
+ [
+ 'name' => 'Iccid',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => true,
+ 'docRequired' => true,
+ 'example' => '89860321******15668',
+ ],
+ ],
+ [
+ 'name' => 'TagNameList',
+ 'in' => 'query',
+ 'style' => 'json',
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'array',
+ 'items' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '',
+ ],
+ 'required' => false,
+ 'maxItems' => 4,
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'type' => 'object',
+ 'properties' => [
+ 'Code' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '200',
+ ],
+ 'Data' => [
+ 'description' => '',
+ 'type' => 'array',
+ 'items' => [
+ 'type' => 'object',
+ 'properties' => [
+ 'TagName' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '',
+ ],
+ 'TagId' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '14',
+ ],
+ ],
+ ],
+ ],
+ 'ErrorMessage' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => 'InstanceId cannot be empty.',
+ ],
+ 'RequestId' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => 'E4F94B97-1D64-4080-BFD2-67461667AA43',
+ ],
+ 'Success' => [
+ 'description' => '',
+ 'type' => 'boolean',
+ 'example' => 'true',
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'errorCodes' => [
+ 400 => [
+ [
+ 'errorCode' => 'linkcard.check.IccidCanNotEmpty',
+ 'errorMessage' => 'Iccid cannot be empty.',
+ ],
+ [
+ 'errorCode' => 'linkcard.common.CardDestroy',
+ 'errorMessage' => 'The card do not exist or destroy.',
+ ],
+ [
+ 'errorCode' => 'linkcard.system.IllegalRequest',
+ 'errorMessage' => 'The request parameter is invalid.',
+ ],
+ ],
+ 403 => [
+ [
+ 'errorCode' => '%s.',
+ 'errorMessage' => '%s.',
+ ],
+ [
+ 'errorCode' => 'linkcard.common.RamActionPermissionDeny',
+ 'errorMessage' => 'You do not have the RAM permission.',
+ ],
+ ],
+ 500 => [
+ [
+ 'errorCode' => 'linkcard.system.RPCInvokeError',
+ 'errorMessage' => 'An RPC invoking error occurred',
+ ],
+ [
+ 'errorCode' => '%s..',
+ 'errorMessage' => '%s..',
+ ],
+ [
+ 'errorCode' => 'Service.InternalError',
+ 'errorMessage' => 'An internal error occurred.',
+ ],
+ ],
+ ],
+ 'responseDemo' => '[{"type":"json","example":"{\\n \\"Code\\": \\"200\\",\\n \\"Data\\": [\\n {\\n \\"TagName\\": \\"测试标签\\",\\n \\"TagId\\": \\"14\\"\\n }\\n ],\\n \\"ErrorMessage\\": \\"InstanceId cannot be empty.\\",\\n \\"RequestId\\": \\"E4F94B97-1D64-4080-BFD2-67461667AA43\\",\\n \\"Success\\": true\\n}","errorExample":""},{"type":"xml","example":"<AddTagsToCardResponse>\\n <Code>200</Code>\\n <Data>\\n <TagName>测试标签</TagName>\\n <TagId>14</TagId>\\n </Data>\\n <ErrorMessage>InstanceId cannot be empty.</ErrorMessage>\\n <RequestId>E4F94B97-1D64-4080-BFD2-67461667AA43</RequestId>\\n <Success>true</Success>\\n</AddTagsToCardResponse>","errorExample":""}]',
+ 'title' => 'AddTagsToCard',
+ ],
+ 'GetSimCardStateDistribution' => [
+ 'methods' => [
+ 'post',
+ 'get',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'operationType' => 'read',
+ 'deprecated' => false,
+ 'systemTags' => [
+ 'operationType' => 'get',
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'CredentialNO',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '',
+ 'example' => 'CT-SC-M-2-100M',
+ 'required' => false,
+ 'type' => 'string',
+ ],
+ ],
+ [
+ 'name' => 'Date',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '',
+ 'example' => '202209',
+ 'required' => true,
+ 'type' => 'string',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'headers' => [],
+ 'schema' => [
+ 'properties' => [
+ 'Code' => [
+ 'description' => '',
+ 'example' => '200',
+ 'type' => 'string',
+ ],
+ 'ErrorMessage' => [
+ 'description' => '',
+ 'example' => 'InstanceId cannot be empty.',
+ 'type' => 'string',
+ ],
+ 'RequestId' => [
+ 'description' => '',
+ 'example' => 'E4F94B97-1D64-4080-BFD2-67461667AA43',
+ 'type' => 'string',
+ ],
+ 'Success' => [
+ 'description' => '',
+ 'example' => 'true',
+ 'type' => 'boolean',
+ ],
+ 'Data' => [
+ 'description' => '',
+ 'properties' => [
+ 'CardCount' => [
+ 'description' => '',
+ 'example' => '100',
+ 'format' => 'int64',
+ 'type' => 'integer',
+ ],
+ 'TestCount' => [
+ 'description' => '',
+ 'example' => '20',
+ 'format' => 'int64',
+ 'type' => 'integer',
+ ],
+ 'UnusedCount' => [
+ 'description' => '',
+ 'example' => '10',
+ 'format' => 'int64',
+ 'type' => 'integer',
+ ],
+ 'StopCount' => [
+ 'description' => '',
+ 'example' => '5',
+ 'format' => 'int64',
+ 'type' => 'integer',
+ ],
+ 'DestoryedCount' => [
+ 'description' => '',
+ 'example' => '0',
+ 'format' => 'int64',
+ 'type' => 'integer',
+ ],
+ 'UsingCount' => [
+ 'description' => '',
+ 'example' => '50',
+ 'format' => 'int64',
+ 'type' => 'integer',
+ ],
+ 'ShutDownCount' => [
+ 'description' => '',
+ 'example' => '10',
+ 'format' => 'int64',
+ 'type' => 'integer',
+ ],
+ ],
+ 'type' => 'object',
+ ],
+ ],
+ 'type' => 'object',
+ ],
+ ],
+ ],
+ 'errorCodes' => [
+ 400 => [
+ [
+ 'errorCode' => 'linkcard.system.IllegalRequest',
+ 'errorMessage' => 'The request parameter is invalid.',
+ ],
+ [
+ 'errorCode' => 'linkcard.check.TimeFormatError',
+ 'errorMessage' => 'Time format error.',
+ ],
+ [
+ 'errorCode' => 'IllegalParameter',
+ 'errorMessage' => 'The request parameter %s is invalid.',
+ ],
+ [
+ 'errorCode' => 'linkcard.common.CredentialInstanceNotExist',
+ 'errorMessage' => 'The credential instance does not exist.',
+ ],
+ [
+ 'errorCode' => 'linkcard.common.CredentialNoNotExist',
+ 'errorMessage' => 'The credentialNo does not exist',
+ ],
+ ],
+ 403 => [
+ [
+ 'errorCode' => 'linkcard.common.RamActionPermissionDeny',
+ 'errorMessage' => 'You do not have the RAM permission.',
+ ],
+ [
+ 'errorCode' => '%s.',
+ 'errorMessage' => '%s.',
+ ],
+ ],
+ 500 => [
+ [
+ 'errorCode' => 'linkcard.system.RPCInvokeError',
+ 'errorMessage' => 'An RPC invoking error occurred',
+ ],
+ [
+ 'errorCode' => '%s..',
+ 'errorMessage' => '%s..',
+ ],
+ [
+ 'errorCode' => 'Service.InternalError',
+ 'errorMessage' => 'An internal error occurred.',
+ ],
+ ],
+ ],
+ 'responseDemo' => '[{"type":"json","example":"{\\n \\"Code\\": \\"200\\",\\n \\"ErrorMessage\\": \\"InstanceId cannot be empty.\\",\\n \\"RequestId\\": \\"E4F94B97-1D64-4080-BFD2-67461667AA43\\",\\n \\"Success\\": true,\\n \\"Data\\": {\\n \\"CardCount\\": 100,\\n \\"TestCount\\": 20,\\n \\"UnusedCount\\": 10,\\n \\"StopCount\\": 5,\\n \\"DestoryedCount\\": 0,\\n \\"UsingCount\\": 50,\\n \\"ShutDownCount\\": 10\\n }\\n}","errorExample":""},{"type":"xml","example":"<GetSimCardStateDistributionResponse>\\n <code>200</code>\\n <data>\\n <RequestId>5C06CF1A-959D-10A9-9C56-003EDF663BAF</RequestId>\\n <Data>\\n <StopCount>166</StopCount>\\n <TestCount>50098</TestCount>\\n <UnusedCount>426</UnusedCount>\\n <CardCount>902847</CardCount>\\n <DestoryedCount>340498</DestoryedCount>\\n <UsingCount>511007</UsingCount>\\n <ShutDownCount>652</ShutDownCount>\\n </Data>\\n <Success>true</Success>\\n </data>\\n <httpStatusCode>200</httpStatusCode>\\n <requestId>5C06CF1A-959D-10A9-9C56-003EDF663BAF</requestId>\\n <successResponse>true</successResponse>\\n</GetSimCardStateDistributionResponse>","errorExample":""}]',
+ 'title' => 'GetSimCardStateDistribution',
+ ],
+ 'AddDirectionalAddress' => [
+ 'summary' => '新增目标地址',
+ 'methods' => [
+ 'post',
+ 'get',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'operationType' => 'readAndWrite',
+ 'deprecated' => false,
+ 'systemTags' => [],
+ 'parameters' => [
+ [
+ 'name' => 'GroupId',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '',
+ 'docRequired' => true,
+ 'example' => '10000002595',
+ 'required' => true,
+ 'type' => 'string',
+ ],
+ ],
+ [
+ 'name' => 'Source',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '',
+ 'docRequired' => true,
+ 'example' => 'user_defined',
+ 'required' => true,
+ 'type' => 'string',
+ ],
+ ],
+ [
+ 'name' => 'AddressType',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '',
+ 'docRequired' => true,
+ 'example' => 'Domain',
+ 'required' => true,
+ 'type' => 'string',
+ ],
+ ],
+ [
+ 'name' => 'Address',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '',
+ 'docRequired' => true,
+ 'example' => '*.aliyun.com',
+ 'required' => true,
+ 'type' => 'string',
+ ],
+ ],
+ [
+ 'name' => 'SerialNo',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '',
+ 'example' => '123123',
+ 'required' => false,
+ 'type' => 'string',
+ ],
+ ],
+ [
+ 'name' => 'MsgNotify',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '',
+ 'example' => 'false',
+ 'required' => false,
+ 'type' => 'boolean',
+ ],
+ ],
+ [
+ 'name' => 'UrlInsecurityForce',
+ 'in' => 'query',
+ 'schema' => [
+ 'type' => 'boolean',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'properties' => [
+ 'Data' => [
+ 'description' => '',
+ 'example' => 'true',
+ 'type' => 'boolean',
+ ],
+ 'RequestId' => [
+ 'description' => '',
+ 'example' => 'E4F94B97-1D64-4080-BFD2-67461667AA43',
+ 'type' => 'string',
+ ],
+ 'ErrorMessage' => [
+ 'description' => '',
+ 'example' => 'InstanceId cannot be empty.',
+ 'type' => 'string',
+ ],
+ 'Success' => [
+ 'description' => '',
+ 'example' => 'true',
+ 'type' => 'boolean',
+ ],
+ 'LocalizedMessage' => [
+ 'description' => '',
+ 'example' => 'InstanceId cannot be empty.',
+ 'type' => 'string',
+ ],
+ 'Code' => [
+ 'description' => '',
+ 'example' => '200',
+ 'type' => 'string',
+ ],
+ ],
+ 'type' => 'object',
+ ],
+ ],
+ ],
+ 'errorCodes' => [
+ 400 => [
+ [
+ 'errorCode' => 'linkcard.system.IllegalRequest',
+ 'errorMessage' => 'The request parameter is invalid.',
+ ],
+ [
+ 'errorCode' => 'IllegalParameter',
+ 'errorMessage' => 'The request parameter %s is invalid.',
+ ],
+ ],
+ 403 => [
+ [
+ 'errorCode' => 'linkcard.common.RamActionPermissionDeny',
+ 'errorMessage' => 'You do not have the RAM permission.',
+ ],
+ [
+ 'errorCode' => '%s.',
+ 'errorMessage' => '%s.',
+ ],
+ ],
+ 500 => [
+ [
+ 'errorCode' => 'linkcard.system.RPCInvokeError',
+ 'errorMessage' => 'An RPC invoking error occurred',
+ ],
+ [
+ 'errorCode' => '%s..',
+ 'errorMessage' => '%s..',
+ ],
+ [
+ 'errorCode' => 'Service.InternalError',
+ 'errorMessage' => 'An internal error occurred.',
+ ],
+ ],
+ ],
+ 'responseDemo' => '[{"type":"json","example":"{\\n \\"Data\\": true,\\n \\"RequestId\\": \\"E4F94B97-1D64-4080-BFD2-67461667AA43\\",\\n \\"ErrorMessage\\": \\"InstanceId cannot be empty.\\",\\n \\"Success\\": true,\\n \\"LocalizedMessage\\": \\"InstanceId cannot be empty.\\",\\n \\"Code\\": \\"200\\"\\n}","errorExample":""},{"type":"xml","example":"<AddDirectionalAddressResponse>\\n <Data>true</Data>\\n <RequestId>E4F94B97-1D64-4080-BFD2-67461667AA43</RequestId>\\n <ErrorMessage>InstanceId cannot be empty.</ErrorMessage>\\n <Success>true</Success>\\n <LocalizedMessage>InstanceId cannot be empty.</LocalizedMessage>\\n <Code>200</Code>\\n</AddDirectionalAddressResponse>","errorExample":""}]',
+ ],
+ 'DeleteDirectionalAddress' => [
+ 'summary' => '删除定向地址',
+ 'methods' => [
+ 'post',
+ 'get',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'operationType' => 'readAndWrite',
+ 'deprecated' => false,
+ 'systemTags' => [],
+ 'parameters' => [
+ [
+ 'name' => 'GroupId',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '',
+ 'docRequired' => true,
+ 'example' => '10000002595',
+ 'required' => true,
+ 'type' => 'string',
+ ],
+ ],
+ [
+ 'name' => 'Address',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '',
+ 'docRequired' => true,
+ 'example' => '*.aliyun.com',
+ 'required' => true,
+ 'type' => 'string',
+ ],
+ ],
+ [
+ 'name' => 'SerialNo',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '',
+ 'example' => '123123',
+ 'required' => false,
+ 'type' => 'string',
+ ],
+ ],
+ [
+ 'name' => 'MsgNotify',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '',
+ 'example' => 'false',
+ 'required' => false,
+ 'type' => 'boolean',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'description' => '',
+ 'properties' => [
+ 'Data' => [
+ 'description' => '',
+ 'example' => 'true',
+ 'type' => 'boolean',
+ ],
+ 'RequestId' => [
+ 'description' => '',
+ 'example' => 'E4F94B97-1D64-4080-BFD2-67461667AA43',
+ 'type' => 'string',
+ ],
+ 'ErrorMessage' => [
+ 'description' => '',
+ 'example' => 'InstanceId cannot be empty.',
+ 'type' => 'string',
+ ],
+ 'Success' => [
+ 'description' => '',
+ 'example' => 'true',
+ 'type' => 'boolean',
+ ],
+ 'LocalizedMessage' => [
+ 'description' => '',
+ 'example' => 'InstanceId cannot be empty.',
+ 'type' => 'string',
+ ],
+ 'Code' => [
+ 'description' => '',
+ 'example' => '200',
+ 'type' => 'string',
+ ],
+ ],
+ 'type' => 'object',
+ ],
+ ],
+ ],
+ 'errorCodes' => [
+ 400 => [
+ [
+ 'errorCode' => 'IllegalParameter',
+ 'errorMessage' => 'The request parameter %s is invalid.',
+ ],
+ [
+ 'errorCode' => 'linkcard.system.IllegalRequest',
+ 'errorMessage' => 'The request parameter is invalid.',
+ ],
+ ],
+ 403 => [
+ [
+ 'errorCode' => '%s.',
+ 'errorMessage' => '%s.',
+ ],
+ [
+ 'errorCode' => 'linkcard.common.RamActionPermissionDeny',
+ 'errorMessage' => 'You do not have the RAM permission.',
+ ],
+ ],
+ 500 => [
+ [
+ 'errorCode' => 'linkcard.system.RPCInvokeError',
+ 'errorMessage' => 'An RPC invoking error occurred',
+ ],
+ [
+ 'errorCode' => '%s..',
+ 'errorMessage' => '%s..',
+ ],
+ [
+ 'errorCode' => 'Service.InternalError',
+ 'errorMessage' => 'An internal error occurred.',
+ ],
+ ],
+ ],
+ 'responseDemo' => '[{"type":"json","example":"{\\n \\"Data\\": true,\\n \\"RequestId\\": \\"E4F94B97-1D64-4080-BFD2-67461667AA43\\",\\n \\"ErrorMessage\\": \\"InstanceId cannot be empty.\\",\\n \\"Success\\": true,\\n \\"LocalizedMessage\\": \\"InstanceId cannot be empty.\\",\\n \\"Code\\": \\"200\\"\\n}","errorExample":""},{"type":"xml","example":"<DeleteDirectionalAddressResponse>\\n <Data>true</Data>\\n <RequestId>E4F94B97-1D64-4080-BFD2-67461667AA43</RequestId>\\n <ErrorMessage>InstanceId cannot be empty.</ErrorMessage>\\n <Success>true</Success>\\n <LocalizedMessage>InstanceId cannot be empty.</LocalizedMessage>\\n <Code>200</Code>\\n</DeleteDirectionalAddressResponse>","errorExample":""}]',
+ ],
+ 'DeleteDirectionalGroup' => [
+ 'summary' => '删除定向分组',
+ 'methods' => [
+ 'post',
+ 'get',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'operationType' => 'readAndWrite',
+ 'deprecated' => false,
+ 'systemTags' => [],
+ 'parameters' => [
+ [
+ 'name' => 'GroupId',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '',
+ 'docRequired' => true,
+ 'example' => '10000002595',
+ 'required' => true,
+ 'type' => 'string',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'description' => '',
+ 'properties' => [
+ 'Data' => [
+ 'description' => '',
+ 'example' => 'true',
+ 'type' => 'boolean',
+ ],
+ 'RequestId' => [
+ 'description' => '',
+ 'example' => 'E4F94B97-1D64-4080-BFD2-67461667AA43',
+ 'type' => 'string',
+ ],
+ 'ErrorMessage' => [
+ 'description' => '',
+ 'example' => 'InstanceId cannot be empty.',
+ 'type' => 'string',
+ ],
+ 'Success' => [
+ 'description' => '',
+ 'example' => 'true',
+ 'type' => 'boolean',
+ ],
+ 'LocalizedMessage' => [
+ 'description' => '',
+ 'example' => 'InstanceId cannot be empty.',
+ 'type' => 'string',
+ ],
+ 'Code' => [
+ 'description' => '',
+ 'example' => '200',
+ 'type' => 'string',
+ ],
+ ],
+ 'type' => 'object',
+ ],
+ ],
+ ],
+ 'errorCodes' => [
+ 400 => [
+ [
+ 'errorCode' => 'IllegalParameter',
+ 'errorMessage' => 'The request parameter %s is invalid.',
+ ],
+ [
+ 'errorCode' => 'linkcard.system.IllegalRequest',
+ 'errorMessage' => 'The request parameter is invalid.',
+ ],
+ ],
+ 403 => [
+ [
+ 'errorCode' => '%s.',
+ 'errorMessage' => '%s.',
+ ],
+ [
+ 'errorCode' => 'linkcard.common.RamActionPermissionDeny',
+ 'errorMessage' => 'You do not have the RAM permission.',
+ ],
+ [
+ 'errorCode' => 'linkcard.common.RamActionPermissionDeny ',
+ 'errorMessage' => 'You do not have the RAM permission. ',
+ ],
+ ],
+ 500 => [
+ [
+ 'errorCode' => 'linkcard.system.RPCInvokeError',
+ 'errorMessage' => 'An RPC invoking error occurred',
+ ],
+ [
+ 'errorCode' => '%s..',
+ 'errorMessage' => '%s..',
+ ],
+ [
+ 'errorCode' => 'Service.InternalError',
+ 'errorMessage' => 'An internal error occurred.',
+ ],
+ ],
+ ],
+ 'responseDemo' => '[{"type":"json","example":"{\\n \\"Data\\": true,\\n \\"RequestId\\": \\"E4F94B97-1D64-4080-BFD2-67461667AA43\\",\\n \\"ErrorMessage\\": \\"InstanceId cannot be empty.\\",\\n \\"Success\\": true,\\n \\"LocalizedMessage\\": \\"InstanceId cannot be empty.\\",\\n \\"Code\\": \\"200\\"\\n}","errorExample":""},{"type":"xml","example":"<DeleteDirectionalGroupResponse>\\n <Data>true</Data>\\n <RequestId>E4F94B97-1D64-4080-BFD2-67461667AA43</RequestId>\\n <ErrorMessage>InstanceId cannot be empty.</ErrorMessage>\\n <Success>true</Success>\\n <LocalizedMessage>InstanceId cannot be empty.</LocalizedMessage>\\n <Code>200</Code>\\n</DeleteDirectionalGroupResponse>","errorExample":""}]',
+ ],
+ 'GetCardStatusStatistics' => [
+ 'methods' => [
+ 'post',
+ 'get',
+ ],
+ 'schemes' => [
+ 'https',
+ 'http',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'operationType' => 'read',
+ 'deprecated' => false,
+ 'systemTags' => [
+ 'operationType' => 'get',
+ ],
+ 'parameters' => [],
+ 'responses' => [
+ 200 => [
+ 'headers' => [],
+ 'schema' => [
+ 'properties' => [
+ 'Code' => [
+ 'description' => '',
+ 'example' => '200',
+ 'type' => 'string',
+ ],
+ 'ErrorMessage' => [
+ 'description' => '',
+ 'example' => 'InstanceId cannot be empty.',
+ 'type' => 'string',
+ ],
+ 'RequestId' => [
+ 'description' => '',
+ 'example' => 'E4F94B97-1D64-4080-BFD2-67461667AA43',
+ 'type' => 'string',
+ ],
+ 'Success' => [
+ 'description' => '',
+ 'example' => 'true',
+ 'type' => 'boolean',
+ ],
+ 'LocalizedMessage' => [
+ 'description' => '',
+ 'example' => 'InstanceId cannot be empty.',
+ 'type' => 'string',
+ ],
+ 'Data' => [
+ 'description' => '',
+ 'properties' => [
+ 'UnbindResumeStatisticsDTO' => [
+ 'description' => '',
+ 'properties' => [
+ 'PoolCount' => [
+ 'description' => '',
+ 'example' => '10',
+ 'format' => 'int64',
+ 'type' => 'integer',
+ ],
+ 'SingleCardCount' => [
+ 'description' => '',
+ 'example' => '20',
+ 'format' => 'int64',
+ 'type' => 'integer',
+ ],
+ 'SameFlowCardCount' => [
+ 'description' => '',
+ 'example' => '30',
+ 'format' => 'int64',
+ 'type' => 'integer',
+ ],
+ 'TotalCount' => [
+ 'description' => '',
+ 'example' => '60',
+ 'format' => 'int64',
+ 'type' => 'integer',
+ ],
+ ],
+ 'type' => 'object',
+ ],
+ 'FlowOutStatisticsDTO' => [
+ 'description' => '',
+ 'properties' => [
+ 'PoolCount' => [
+ 'description' => '',
+ 'example' => '10',
+ 'format' => 'int64',
+ 'type' => 'integer',
+ ],
+ 'SingleCardCount' => [
+ 'description' => '',
+ 'example' => '20',
+ 'format' => 'int64',
+ 'type' => 'integer',
+ ],
+ 'SameFlowCardCount' => [
+ 'description' => '',
+ 'example' => '30',
+ 'format' => 'int64',
+ 'type' => 'integer',
+ ],
+ 'TotalCount' => [
+ 'description' => '',
+ 'example' => '60',
+ 'format' => 'int64',
+ 'type' => 'integer',
+ ],
+ ],
+ 'type' => 'object',
+ ],
+ 'ErrorStopStatisticsDTO' => [
+ 'description' => '',
+ 'properties' => [
+ 'PoolCount' => [
+ 'description' => '',
+ 'example' => '10',
+ 'format' => 'int64',
+ 'type' => 'integer',
+ ],
+ 'SingleCardCount' => [
+ 'description' => '',
+ 'example' => '20',
+ 'format' => 'int64',
+ 'type' => 'integer',
+ ],
+ 'SameFlowCardCount' => [
+ 'description' => '',
+ 'example' => '30',
+ 'format' => 'int64',
+ 'type' => 'integer',
+ ],
+ 'TotalCount' => [
+ 'description' => '',
+ 'example' => '60',
+ 'format' => 'int64',
+ 'type' => 'integer',
+ ],
+ ],
+ 'type' => 'object',
+ ],
+ 'ExhaustStopStatisticsDTO' => [
+ 'description' => '',
+ 'properties' => [
+ 'PoolCount' => [
+ 'description' => '',
+ 'example' => '10',
+ 'format' => 'int64',
+ 'type' => 'integer',
+ ],
+ 'SingleCardCount' => [
+ 'description' => '',
+ 'example' => '20',
+ 'format' => 'int64',
+ 'type' => 'integer',
+ ],
+ 'SameFlowCardCount' => [
+ 'description' => '',
+ 'example' => '30',
+ 'format' => 'int64',
+ 'type' => 'integer',
+ ],
+ 'TotalCount' => [
+ 'description' => '',
+ 'example' => '60',
+ 'format' => 'int64',
+ 'type' => 'integer',
+ ],
+ ],
+ 'type' => 'object',
+ ],
+ 'UnCertifiedStopStatisticsDTO' => [
+ 'description' => '',
+ 'properties' => [
+ 'PoolCount' => [
+ 'description' => '',
+ 'example' => '10',
+ 'format' => 'int64',
+ 'type' => 'integer',
+ ],
+ 'SingleCardCount' => [
+ 'description' => '',
+ 'example' => '20',
+ 'format' => 'int64',
+ 'type' => 'integer',
+ ],
+ 'SameFlowCardCount' => [
+ 'description' => '',
+ 'example' => '30',
+ 'format' => 'int64',
+ 'type' => 'integer',
+ ],
+ 'TotalCount' => [
+ 'description' => '',
+ 'example' => '60',
+ 'format' => 'int64',
+ 'type' => 'integer',
+ ],
+ ],
+ 'type' => 'object',
+ ],
+ 'ManageStopStatisticsDTO' => [
+ 'description' => '',
+ 'properties' => [
+ 'PoolCount' => [
+ 'description' => '',
+ 'example' => '10',
+ 'format' => 'int64',
+ 'type' => 'integer',
+ ],
+ 'SingleCardCount' => [
+ 'description' => '',
+ 'example' => '20',
+ 'format' => 'int64',
+ 'type' => 'integer',
+ ],
+ 'SameFlowCardCount' => [
+ 'description' => '',
+ 'example' => '30',
+ 'format' => 'int64',
+ 'type' => 'integer',
+ ],
+ 'TotalCount' => [
+ 'description' => '',
+ 'example' => '60',
+ 'format' => 'int64',
+ 'type' => 'integer',
+ ],
+ ],
+ 'type' => 'object',
+ ],
+ 'ExpireStopStatisticsDTO' => [
+ 'description' => '',
+ 'properties' => [
+ 'PoolCount' => [
+ 'description' => '',
+ 'example' => '10',
+ 'format' => 'int64',
+ 'type' => 'integer',
+ ],
+ 'SingleCardCount' => [
+ 'description' => '',
+ 'example' => '20',
+ 'format' => 'int64',
+ 'type' => 'integer',
+ ],
+ 'SameFlowCardCount' => [
+ 'description' => '',
+ 'example' => '30',
+ 'format' => 'int64',
+ 'type' => 'integer',
+ ],
+ 'TotalCount' => [
+ 'description' => '',
+ 'example' => '60',
+ 'format' => 'int64',
+ 'type' => 'integer',
+ ],
+ ],
+ 'type' => 'object',
+ ],
+ 'WeekWarnStatisticsDTO' => [
+ 'description' => '',
+ 'properties' => [
+ 'PoolCount' => [
+ 'description' => '',
+ 'example' => '10',
+ 'format' => 'int64',
+ 'type' => 'integer',
+ ],
+ 'SingleCardCount' => [
+ 'description' => '',
+ 'example' => '20',
+ 'format' => 'int64',
+ 'type' => 'integer',
+ ],
+ 'SameFlowCardCount' => [
+ 'description' => '',
+ 'example' => '30',
+ 'format' => 'int64',
+ 'type' => 'integer',
+ ],
+ 'TotalCount' => [
+ 'description' => '',
+ 'example' => '60',
+ 'format' => 'int64',
+ 'type' => 'integer',
+ ],
+ ],
+ 'type' => 'object',
+ ],
+ 'RiskWaringStatisticsDTO' => [
+ 'description' => '',
+ 'properties' => [
+ 'WarningCount' => [
+ 'description' => '',
+ 'example' => '20',
+ 'format' => 'int64',
+ 'type' => 'integer',
+ ],
+ 'WaringTotalCount' => [
+ 'description' => '',
+ 'example' => '100',
+ 'format' => 'int64',
+ 'type' => 'integer',
+ ],
+ 'StopCount' => [
+ 'description' => '',
+ 'example' => '40',
+ 'format' => 'int64',
+ 'type' => 'integer',
+ ],
+ 'LeftFlowPercentageWarnCount' => [
+ 'description' => '',
+ 'example' => '40',
+ 'format' => 'int64',
+ 'type' => 'integer',
+ ],
+ ],
+ 'type' => 'object',
+ ],
+ 'SingCardPeriodLeftFlowWarnDTO' => [
+ 'description' => '',
+ 'properties' => [
+ 'LessFlowPercentage10Count' => [
+ 'description' => '',
+ 'example' => '5',
+ 'format' => 'int64',
+ 'type' => 'integer',
+ ],
+ 'LessFlowPercentage30Count' => [
+ 'description' => '',
+ 'example' => '8',
+ 'format' => 'int64',
+ 'type' => 'integer',
+ ],
+ ],
+ 'type' => 'object',
+ ],
+ ],
+ 'type' => 'object',
+ ],
+ ],
+ 'type' => 'object',
+ ],
+ ],
+ ],
+ 'errorCodes' => [
+ 400 => [
+ [
+ 'errorCode' => 'linkcard.system.IllegalRequest',
+ 'errorMessage' => 'The request parameter is invalid.',
+ ],
+ ],
+ 403 => [
+ [
+ 'errorCode' => 'linkcard.common.RamActionPermissionDeny',
+ 'errorMessage' => 'You do not have the RAM permission.',
+ ],
+ [
+ 'errorCode' => '%s.',
+ 'errorMessage' => '%s.',
+ ],
+ ],
+ 500 => [
+ [
+ 'errorCode' => 'linkcard.system.RPCInvokeError',
+ 'errorMessage' => 'An RPC invoking error occurred',
+ ],
+ [
+ 'errorCode' => '%s..',
+ 'errorMessage' => '%s..',
+ ],
+ [
+ 'errorCode' => 'Service.InternalError',
+ 'errorMessage' => 'An internal error occurred.',
+ ],
+ ],
+ ],
+ 'responseDemo' => '[{"type":"json","example":"{\\n \\"Code\\": \\"200\\",\\n \\"ErrorMessage\\": \\"InstanceId cannot be empty.\\",\\n \\"RequestId\\": \\"E4F94B97-1D64-4080-BFD2-67461667AA43\\",\\n \\"Success\\": true,\\n \\"LocalizedMessage\\": \\"InstanceId cannot be empty.\\",\\n \\"Data\\": {\\n \\"UnbindResumeStatisticsDTO\\": {\\n \\"PoolCount\\": 10,\\n \\"SingleCardCount\\": 20,\\n \\"SameFlowCardCount\\": 30,\\n \\"TotalCount\\": 60\\n },\\n \\"FlowOutStatisticsDTO\\": {\\n \\"PoolCount\\": 10,\\n \\"SingleCardCount\\": 20,\\n \\"SameFlowCardCount\\": 30,\\n \\"TotalCount\\": 60\\n },\\n \\"ErrorStopStatisticsDTO\\": {\\n \\"PoolCount\\": 10,\\n \\"SingleCardCount\\": 20,\\n \\"SameFlowCardCount\\": 30,\\n \\"TotalCount\\": 60\\n },\\n \\"ExhaustStopStatisticsDTO\\": {\\n \\"PoolCount\\": 10,\\n \\"SingleCardCount\\": 20,\\n \\"SameFlowCardCount\\": 30,\\n \\"TotalCount\\": 60\\n },\\n \\"UnCertifiedStopStatisticsDTO\\": {\\n \\"PoolCount\\": 10,\\n \\"SingleCardCount\\": 20,\\n \\"SameFlowCardCount\\": 30,\\n \\"TotalCount\\": 60\\n },\\n \\"ManageStopStatisticsDTO\\": {\\n \\"PoolCount\\": 10,\\n \\"SingleCardCount\\": 20,\\n \\"SameFlowCardCount\\": 30,\\n \\"TotalCount\\": 60\\n },\\n \\"ExpireStopStatisticsDTO\\": {\\n \\"PoolCount\\": 10,\\n \\"SingleCardCount\\": 20,\\n \\"SameFlowCardCount\\": 30,\\n \\"TotalCount\\": 60\\n },\\n \\"WeekWarnStatisticsDTO\\": {\\n \\"PoolCount\\": 10,\\n \\"SingleCardCount\\": 20,\\n \\"SameFlowCardCount\\": 30,\\n \\"TotalCount\\": 60\\n },\\n \\"RiskWaringStatisticsDTO\\": {\\n \\"WarningCount\\": 20,\\n \\"WaringTotalCount\\": 100,\\n \\"StopCount\\": 40,\\n \\"LeftFlowPercentageWarnCount\\": 40\\n },\\n \\"SingCardPeriodLeftFlowWarnDTO\\": {\\n \\"LessFlowPercentage10Count\\": 5,\\n \\"LessFlowPercentage30Count\\": 8\\n }\\n }\\n}","errorExample":""},{"type":"xml","example":"<GetCardStatusStatisticsResponse>\\n <code>200</code>\\n <data>\\n <RequestId>DCBDCDBC-0E54-53AC-97A4-6194849CC6BC</RequestId>\\n <Data>\\n <ExhaustStopStatisticsDTO>\\n <TotalCount>8</TotalCount>\\n <SingleCardCount>0</SingleCardCount>\\n <SameFlowCardCount>4</SameFlowCardCount>\\n <PoolCount>4</PoolCount>\\n </ExhaustStopStatisticsDTO>\\n <WeekWarnStatisticsDTO>\\n <TotalCount>20</TotalCount>\\n <SingleCardCount>20</SingleCardCount>\\n <SameFlowCardCount>0</SameFlowCardCount>\\n <PoolCount>0</PoolCount>\\n </WeekWarnStatisticsDTO>\\n <FlowOutStatisticsDTO>\\n <TotalCount>12</TotalCount>\\n <SingleCardCount>7</SingleCardCount>\\n <SameFlowCardCount>0</SameFlowCardCount>\\n <PoolCount>5</PoolCount>\\n </FlowOutStatisticsDTO>\\n <SingCardPeriodLeftFlowWarnDTO>\\n <LessFlowPercentage10Count>15</LessFlowPercentage10Count>\\n <LessFlowPercentage30Count>0</LessFlowPercentage30Count>\\n </SingCardPeriodLeftFlowWarnDTO>\\n <ErrorStopStatisticsDTO>\\n <TotalCount>1</TotalCount>\\n <SingleCardCount>0</SingleCardCount>\\n <SameFlowCardCount>0</SameFlowCardCount>\\n <PoolCount>1</PoolCount>\\n </ErrorStopStatisticsDTO>\\n <ExpireStopStatisticsDTO>\\n <TotalCount>652</TotalCount>\\n <SingleCardCount>506</SingleCardCount>\\n <SameFlowCardCount>146</SameFlowCardCount>\\n <PoolCount>0</PoolCount>\\n </ExpireStopStatisticsDTO>\\n <UnbindResumeStatisticsDTO>\\n <TotalCount>1</TotalCount>\\n <SingleCardCount>0</SingleCardCount>\\n <SameFlowCardCount>0</SameFlowCardCount>\\n <PoolCount>1</PoolCount>\\n </UnbindResumeStatisticsDTO>\\n <UnCertifiedStopStatisticsDTO>\\n <TotalCount>1</TotalCount>\\n <SingleCardCount>0</SingleCardCount>\\n <SameFlowCardCount>0</SameFlowCardCount>\\n <PoolCount>1</PoolCount>\\n </UnCertifiedStopStatisticsDTO>\\n <RiskWaringStatisticsDTO>\\n <WarningCount>20</WarningCount>\\n <StopCount>825</StopCount>\\n <LeftFlowPercentageWarnCount>15</LeftFlowPercentageWarnCount>\\n <WaringTotalCount>860</WaringTotalCount>\\n </RiskWaringStatisticsDTO>\\n <ManageStopStatisticsDTO>\\n <TotalCount>150</TotalCount>\\n <SingleCardCount>57</SingleCardCount>\\n <SameFlowCardCount>31</SameFlowCardCount>\\n <PoolCount>62</PoolCount>\\n </ManageStopStatisticsDTO>\\n </Data>\\n <ErrorMessage/>\\n <Code/>\\n <Success>true</Success>\\n <LocalizedMessage/>\\n </data>\\n <httpStatusCode>200</httpStatusCode>\\n <requestId>DCBDCDBC-0E54-53AC-97A4-6194849CC6BC</requestId>\\n <successResponse>true</successResponse>\\n</GetCardStatusStatisticsResponse>","errorExample":""}]',
+ 'title' => 'GetCardStatusStatistics',
+ ],
+ 'GetCardRealStatus' => [
+ 'methods' => [
+ 'post',
+ 'get',
+ ],
+ 'schemes' => [
+ 'https',
+ 'http',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'operationType' => 'read',
+ 'deprecated' => false,
+ 'systemTags' => [
+ 'operationType' => 'get',
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'Iccid',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '',
+ 'example' => '89860321******15668',
+ 'required' => false,
+ 'type' => 'string',
+ ],
+ ],
+ [
+ 'name' => 'Msisdn',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '',
+ 'example' => '144******1111',
+ 'required' => false,
+ 'type' => 'string',
+ ],
+ ],
+ [
+ 'name' => 'SerialNo',
+ 'in' => 'query',
+ 'style' => 'json',
+ 'schema' => [
+ 'description' => '',
+ 'items' => [
+ 'description' => '',
+ 'example' => '4f84******7895',
+ 'required' => false,
+ 'type' => 'string',
+ ],
+ 'required' => false,
+ 'type' => 'array',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'description' => 'GetCardRealStatusResponse',
+ 'properties' => [
+ 'RequestId' => [
+ 'description' => '',
+ 'example' => 'E4F94B97-1D64-4080-BFD2-67461667AA43',
+ 'type' => 'string',
+ ],
+ 'Success' => [
+ 'description' => '',
+ 'example' => 'true',
+ 'title' => '必填',
+ 'type' => 'boolean',
+ ],
+ 'Code' => [
+ 'description' => '',
+ 'example' => '200',
+ 'type' => 'string',
+ ],
+ 'ErrorMessage' => [
+ 'description' => '',
+ 'example' => 'InstanceId cannot be empty.',
+ 'type' => 'string',
+ ],
+ 'LocalizedMessage' => [
+ 'description' => '',
+ 'example' => 'InstanceId cannot be empty.',
+ 'type' => 'string',
+ ],
+ 'Data' => [
+ 'description' => '',
+ 'items' => [
+ 'properties' => [
+ 'SerialNo' => [
+ 'description' => '',
+ 'example' => '4f84******7895',
+ 'type' => 'string',
+ ],
+ 'Iccid' => [
+ 'description' => '',
+ 'example' => '89860321******15668',
+ 'type' => 'string',
+ ],
+ 'Gprs' => [
+ 'description' => '',
+ 'example' => 'true',
+ 'type' => 'boolean',
+ ],
+ 'Online' => [
+ 'description' => '',
+ 'example' => 'true',
+ 'type' => 'boolean',
+ ],
+ 'Status' => [
+ 'description' => '',
+ 'example' => 'SUCCESS',
+ 'type' => 'string',
+ ],
+ ],
+ 'type' => 'object',
+ ],
+ 'type' => 'array',
+ ],
+ ],
+ 'title' => 'GetCardRealStatusResponse',
+ 'type' => 'object',
+ ],
+ ],
+ ],
+ 'errorCodes' => [
+ 400 => [
+ [
+ 'errorCode' => 'linkcard.system.IllegalRequest',
+ 'errorMessage' => 'The request parameter is invalid.',
+ ],
+ ],
+ 403 => [
+ [
+ 'errorCode' => 'linkcard.common.RamActionPermissionDeny',
+ 'errorMessage' => 'You do not have the RAM permission.',
+ ],
+ [
+ 'errorCode' => '%s.',
+ 'errorMessage' => '%s.',
+ ],
+ ],
+ 500 => [
+ [
+ 'errorCode' => '%s..',
+ 'errorMessage' => '%s..',
+ ],
+ [
+ 'errorCode' => 'Service.InternalError',
+ 'errorMessage' => 'An internal error occurred.',
+ ],
+ [
+ 'errorCode' => 'linkcard.system.RPCInvokeError',
+ 'errorMessage' => 'An RPC invoking error occurred',
+ ],
+ [
+ 'errorCode' => 'linkcard.common.BusinessProcessError',
+ 'errorMessage' => 'A business processing exception occurred.',
+ ],
+ ],
+ ],
+ 'responseDemo' => '[{"type":"json","example":"{\\n \\"RequestId\\": \\"E4F94B97-1D64-4080-BFD2-67461667AA43\\",\\n \\"Success\\": true,\\n \\"Code\\": \\"200\\",\\n \\"ErrorMessage\\": \\"InstanceId cannot be empty.\\",\\n \\"LocalizedMessage\\": \\"InstanceId cannot be empty.\\",\\n \\"Data\\": [\\n {\\n \\"SerialNo\\": \\"4f84******7895\\",\\n \\"Iccid\\": \\"89860321******15668\\",\\n \\"Gprs\\": true,\\n \\"Online\\": true,\\n \\"Status\\": \\"SUCCESS\\"\\n }\\n ]\\n}","errorExample":""},{"type":"xml","example":"<GetCardRealStatusResponse>\\n <RequestId>E4F94B97-1D64-4080-BFD2-67461667AA43</RequestId>\\n <Success>true</Success>\\n <Code>200</Code>\\n <ErrorMessage>InstanceId cannot be empty.</ErrorMessage>\\n <LocalizedMessage>InstanceId cannot be empty.</LocalizedMessage>\\n <Data>\\n <SerialNo>4f84b7a5-90******07895</SerialNo>\\n <Iccid>89860321******15668</Iccid>\\n <Gprs>true</Gprs>\\n <Online>true</Online>\\n <Status>SUCCESS</Status>\\n </Data>\\n</GetCardRealStatusResponse>","errorExample":""}]',
+ 'title' => 'GetCardRealStatus',
+ ],
+ 'GetCardLatestFlow' => [
+ 'summary' => '获取卡的最新周期累计流量',
+ 'methods' => [
+ 'post',
+ 'get',
+ ],
+ 'schemes' => [
+ 'https',
+ 'http',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'operationType' => 'read',
+ 'deprecated' => false,
+ 'systemTags' => [
+ 'operationType' => 'get',
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'Iccid',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '',
+ 'example' => '89860321******15668',
+ 'required' => true,
+ 'title' => 'iccid',
+ 'type' => 'string',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'headers' => [],
+ 'schema' => [
+ 'description' => 'GetCardLatestFlowResponse',
+ 'properties' => [
+ 'RequestId' => [
+ 'description' => '',
+ 'example' => 'E4F94B97-1D64-4080-BFD2-67461667AA43',
+ 'type' => 'string',
+ ],
+ 'Success' => [
+ 'description' => '',
+ 'example' => 'true',
+ 'title' => '必填',
+ 'type' => 'boolean',
+ ],
+ 'Code' => [
+ 'description' => '',
+ 'example' => '200',
+ 'type' => 'string',
+ ],
+ 'ErrorMessage' => [
+ 'description' => '',
+ 'example' => 'InstanceId cannot be empty.',
+ 'type' => 'string',
+ ],
+ 'LocalizedMessage' => [
+ 'description' => '',
+ 'example' => 'InstanceId cannot be empty.',
+ 'type' => 'string',
+ ],
+ 'Data' => [
+ 'description' => '',
+ 'example' => '1.00MB',
+ 'type' => 'string',
+ ],
+ ],
+ 'title' => 'GetCardLatestFlowResponse',
+ 'type' => 'object',
+ ],
+ ],
+ ],
+ 'errorCodes' => [
+ 400 => [
+ [
+ 'errorCode' => 'linkcard.system.IllegalRequest',
+ 'errorMessage' => 'The request parameter is invalid.',
+ ],
+ [
+ 'errorCode' => 'linkcard.common.InvalidAliyunPK',
+ 'errorMessage' => 'AliyunPk is invalid.',
+ ],
+ [
+ 'errorCode' => 'linkcard.common.CardDestroy',
+ 'errorMessage' => 'The card do not exist or destroy.',
+ ],
+ [
+ 'errorCode' => 'linkcard.common.IccidNotExist',
+ 'errorMessage' => 'IccId does not exist.',
+ ],
+ [
+ 'errorCode' => 'IllegalParameter',
+ 'errorMessage' => 'The request parameter %s is invalid.',
+ ],
+ ],
+ 403 => [
+ [
+ 'errorCode' => '%s.',
+ 'errorMessage' => '%s.',
+ ],
+ [
+ 'errorCode' => 'linkcard.common.RamActionPermissionDeny',
+ 'errorMessage' => 'You do not have the RAM permission.',
+ ],
+ ],
+ 500 => [
+ [
+ 'errorCode' => 'Service.InternalError',
+ 'errorMessage' => 'An internal error occurred.',
+ ],
+ [
+ 'errorCode' => 'linkcard.system.RPCInvokeError',
+ 'errorMessage' => 'An RPC invoking error occurred',
+ ],
+ ],
+ ],
+ 'responseDemo' => '[{"type":"json","example":"{\\n \\"RequestId\\": \\"E4F94B97-1D64-4080-BFD2-67461667AA43\\",\\n \\"Success\\": true,\\n \\"Code\\": \\"200\\",\\n \\"ErrorMessage\\": \\"InstanceId cannot be empty.\\",\\n \\"LocalizedMessage\\": \\"InstanceId cannot be empty.\\",\\n \\"Data\\": \\"1.00MB\\"\\n}","errorExample":""},{"type":"xml","example":"<GetCardLatestFlowResponse>\\n <RequestId>E4F94B97-1D64-4080-BFD2-67461667AA43</RequestId>\\n <Success>true</Success>\\n <Code>200</Code>\\n <ErrorMessage>InstanceId cannot be empty.</ErrorMessage>\\n <LocalizedMessage>InstanceId cannot be empty.</LocalizedMessage>\\n <Data>1.00MB</Data>\\n</GetCardLatestFlowResponse>","errorExample":""}]',
+ 'title' => 'GetCardLatestFlow',
+ ],
+ 'AddCardToDirectionalGroup' => [
+ 'methods' => [
+ 'post',
+ 'get',
+ ],
+ 'schemes' => [
+ 'https',
+ 'http',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'operationType' => 'readAndWrite',
+ 'deprecated' => false,
+ 'systemTags' => [],
+ 'parameters' => [
+ [
+ 'name' => 'IccidList',
+ 'in' => 'query',
+ 'style' => 'json',
+ 'schema' => [
+ 'description' => '',
+ 'items' => [
+ 'description' => 'ICCID。',
+ 'example' => '1111****6225',
+ 'required' => true,
+ 'type' => 'string',
+ ],
+ 'maxItems' => 200,
+ 'required' => true,
+ 'type' => 'array',
+ ],
+ ],
+ [
+ 'name' => 'GroupId',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '',
+ 'example' => '10000002595',
+ 'required' => true,
+ 'type' => 'string',
+ ],
+ ],
+ [
+ 'name' => 'SerialNo',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '',
+ 'example' => '123123',
+ 'required' => true,
+ 'type' => 'string',
+ ],
+ ],
+ [
+ 'name' => 'AddType',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '',
+ 'example' => 'NEW',
+ 'required' => true,
+ 'type' => 'string',
+ ],
+ ],
+ [
+ 'name' => 'MsgNotify',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '',
+ 'example' => 'false',
+ 'required' => false,
+ 'type' => 'boolean',
+ ],
+ ],
+ [
+ 'name' => 'ApiProduct',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => 'Linkcard',
+ 'example' => 'Linkcard',
+ 'required' => false,
+ 'type' => 'string',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'description' => 'AddCardToDirectionalGroupResponse',
+ 'properties' => [
+ 'RequestId' => [
+ 'description' => '',
+ 'example' => 'E4F94B97-1D64-4080-BFD2-67461667AA43',
+ 'type' => 'string',
+ ],
+ 'Success' => [
+ 'description' => '',
+ 'example' => 'true',
+ 'title' => '必填',
+ 'type' => 'boolean',
+ ],
+ 'Code' => [
+ 'description' => '',
+ 'example' => '200',
+ 'type' => 'string',
+ ],
+ 'ErrorMessage' => [
+ 'description' => '',
+ 'example' => 'InstanceId cannot be empty.',
+ 'type' => 'string',
+ ],
+ 'LocalizedMessage' => [
+ 'description' => '',
+ 'example' => 'InstanceId cannot be empty.',
+ 'type' => 'string',
+ ],
+ 'Data' => [
+ 'description' => '',
+ 'properties' => [
+ 'Result' => [
+ 'description' => '',
+ 'example' => 'true',
+ 'type' => 'boolean',
+ ],
+ 'SerialNo' => [
+ 'description' => '',
+ 'example' => '123213',
+ 'type' => 'string',
+ ],
+ ],
+ 'type' => 'object',
+ ],
+ ],
+ 'title' => 'AddCardToDirectionalGroupResponse',
+ 'type' => 'object',
+ ],
+ ],
+ ],
+ 'errorCodes' => [
+ 400 => [
+ [
+ 'errorCode' => 'IllegalParameter',
+ 'errorMessage' => 'The request parameter %s is invalid.',
+ ],
+ [
+ 'errorCode' => 'linkcard.system.IllegalRequest',
+ 'errorMessage' => 'The request parameter is invalid.',
+ ],
+ ],
+ 403 => [
+ [
+ 'errorCode' => '%s.',
+ 'errorMessage' => '%s.',
+ ],
+ [
+ 'errorCode' => 'linkcard.common.RamActionPermissionDeny',
+ 'errorMessage' => 'You do not have the RAM permission.',
+ ],
+ [
+ 'errorCode' => 'linkcard.common.RamActionPermissionDeny ',
+ 'errorMessage' => 'You do not have the RAM permission. ',
+ ],
+ ],
+ 500 => [
+ [
+ 'errorCode' => 'Service.InternalError',
+ 'errorMessage' => 'An internal error occurred.',
+ ],
+ [
+ 'errorCode' => '%s..',
+ 'errorMessage' => '%s..',
+ ],
+ [
+ 'errorCode' => 'linkcard.system.RPCInvokeError',
+ 'errorMessage' => 'An RPC invoking error occurred',
+ ],
+ ],
+ ],
+ 'responseDemo' => '[{"type":"json","example":"{\\n \\"RequestId\\": \\"E4F94B97-1D64-4080-BFD2-67461667AA43\\",\\n \\"Success\\": true,\\n \\"Code\\": \\"200\\",\\n \\"ErrorMessage\\": \\"InstanceId cannot be empty.\\",\\n \\"LocalizedMessage\\": \\"InstanceId cannot be empty.\\",\\n \\"Data\\": {\\n \\"Result\\": true,\\n \\"SerialNo\\": \\"123213\\"\\n }\\n}","errorExample":""},{"type":"xml","example":"<AddCardToDirectionalGroupResponse>\\n <RequestId>E4F94B97-1D64-4080-BFD2-67461667AA43</RequestId>\\n <Success>true</Success>\\n <Code>200</Code>\\n <ErrorMessage>InstanceId cannot be empty.</ErrorMessage>\\n <LocalizedMessage>InstanceId cannot be empty.</LocalizedMessage>\\n <Data>\\n <Result>true</Result>\\n <SerialNo>123213</SerialNo>\\n </Data>\\n</AddCardToDirectionalGroupResponse>","errorExample":""}]',
+ ],
+ 'GetRealNameStatus' => [
+ 'summary' => '查询卡的实名认证状态',
+ 'methods' => [
+ 'post',
+ 'get',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'operationType' => 'read',
+ 'deprecated' => false,
+ 'systemTags' => [],
+ 'parameters' => [
+ [
+ 'name' => 'Iccid',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '',
+ 'example' => '89860321******15668',
+ 'required' => true,
+ 'type' => 'string',
+ ],
+ ],
+ [
+ 'name' => 'ListMsisdns',
+ 'in' => 'query',
+ 'style' => 'json',
+ 'schema' => [
+ 'description' => '',
+ 'items' => [
+ 'description' => '',
+ 'example' => '144******1111',
+ 'required' => false,
+ 'type' => 'string',
+ ],
+ 'maxItems' => 10,
+ 'required' => false,
+ 'type' => 'array',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'description' => 'GetRealNameStatusResponse',
+ 'properties' => [
+ 'RequestId' => [
+ 'description' => '',
+ 'example' => 'E4F94B97-1D64-4080-BFD2-67461667AA43',
+ 'type' => 'string',
+ ],
+ 'Success' => [
+ 'description' => '',
+ 'example' => 'true',
+ 'title' => '必填',
+ 'type' => 'boolean',
+ ],
+ 'Code' => [
+ 'description' => '',
+ 'example' => '200',
+ 'type' => 'string',
+ ],
+ 'ErrorMessage' => [
+ 'description' => '',
+ 'example' => 'InstanceId cannot be empty.',
+ 'type' => 'string',
+ ],
+ 'LocalizedMessage' => [
+ 'description' => '',
+ 'example' => 'InstanceId cannot be empty.',
+ 'type' => 'string',
+ ],
+ 'Data' => [
+ 'description' => '',
+ 'properties' => [
+ 'RealNameStatus' => [
+ 'description' => '',
+ 'example' => 'CERTIFIED',
+ 'type' => 'string',
+ ],
+ 'Desc' => [
+ 'description' => '',
+ 'example' => '',
+ 'type' => 'string',
+ ],
+ ],
+ 'type' => 'object',
+ ],
+ ],
+ 'title' => 'GetRealNameStatusResponse',
+ 'type' => 'object',
+ ],
+ ],
+ ],
+ 'errorCodes' => [
+ 400 => [
+ [
+ 'errorCode' => 'linkcard.system.IllegalRequest',
+ 'errorMessage' => 'The request parameter is invalid.',
+ ],
+ [
+ 'errorCode' => 'linkcard.common.InvalidAliyunPK',
+ 'errorMessage' => 'AliyunPk is invalid.',
+ ],
+ [
+ 'errorCode' => 'linkcard.check.IccidCanNotEmpty',
+ 'errorMessage' => 'Iccid cannot be empty.',
+ ],
+ [
+ 'errorCode' => 'linkcard.common.CardDestroy',
+ 'errorMessage' => 'The card do not exist or destroy.',
+ ],
+ [
+ 'errorCode' => 'linkcard.common.IccidFormatError',
+ 'errorMessage' => 'Iccid format error.',
+ ],
+ [
+ 'errorCode' => 'linkcard.common.VnoCardNotSupported',
+ 'errorMessage' => 'This function does not support vno card.',
+ ],
+ ],
+ 403 => [
+ [
+ 'errorCode' => '%s.',
+ 'errorMessage' => '%s.',
+ ],
+ [
+ 'errorCode' => 'linkcard.common.RamActionPermissionDeny',
+ 'errorMessage' => 'You do not have the RAM permission.',
+ ],
+ ],
+ 500 => [
+ [
+ 'errorCode' => 'Service.InternalError',
+ 'errorMessage' => 'An internal error occurred.',
+ ],
+ [
+ 'errorCode' => 'linkcard.system.RPCInvokeError',
+ 'errorMessage' => 'An RPC invoking error occurred',
+ ],
+ ],
+ ],
+ 'responseDemo' => '[{"type":"json","example":"{\\n \\"RequestId\\": \\"E4F94B97-1D64-4080-BFD2-67461667AA43\\",\\n \\"Success\\": true,\\n \\"Code\\": \\"200\\",\\n \\"ErrorMessage\\": \\"InstanceId cannot be empty.\\",\\n \\"LocalizedMessage\\": \\"InstanceId cannot be empty.\\",\\n \\"Data\\": {\\n \\"RealNameStatus\\": \\"CERTIFIED\\",\\n \\"Desc\\": \\"已认证\\"\\n }\\n}","errorExample":""},{"type":"xml","example":"<GetRealNameStatusResponse>\\n <data>\\n <realNameStatus>NOT_CERTIFIED</realNameStatus>\\n <desc>未认证</desc>\\n </data>\\n <requestId>D3778AAD-6A0E-16F8-8074-C4AF604E21B3</requestId>\\n <success>true</success>\\n</GetRealNameStatusResponse>","errorExample":""}]',
+ 'title' => 'GetRealNameStatus',
+ ],
+ 'SendMessage' => [
+ 'summary' => '短信发送openApi',
+ 'methods' => [
+ 'post',
+ 'get',
+ ],
+ 'schemes' => [
+ 'https',
+ 'http',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'operationType' => 'readAndWrite',
+ 'deprecated' => false,
+ 'systemTags' => [
+ 'operationType' => 'create',
+ 'riskType' => 'none',
+ 'chargeType' => 'free',
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'TaskName',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => true,
+ 'example' => '',
+ ],
+ ],
+ [
+ 'name' => 'MessageTemplateId',
+ 'in' => 'formData',
+ 'schema' => [
+ 'title' => '模版ID',
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'required' => true,
+ 'example' => '14',
+ ],
+ ],
+ [
+ 'name' => 'MessageVariableParam',
+ 'in' => 'formData',
+ 'schema' => [
+ 'title' => '请求参数',
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '',
+ ],
+ ],
+ [
+ 'name' => 'MessageSendTime',
+ 'in' => 'formData',
+ 'schema' => [
+ 'title' => '单位:s',
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'required' => true,
+ 'example' => '1694401634',
+ ],
+ ],
+ [
+ 'name' => 'Msisdns',
+ 'in' => 'formData',
+ 'style' => 'json',
+ 'schema' => [
+ 'description' => '',
+ 'type' => 'array',
+ 'items' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '1411234123412',
+ ],
+ 'required' => false,
+ ],
+ ],
+ [
+ 'name' => 'ApiProduct',
+ 'in' => 'formData',
+ 'schema' => [
+ 'description' => 'Linkcard',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'Linkcard',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'title' => 'SendMessageResponse',
+ 'description' => 'SendMessageResponse',
+ 'type' => 'object',
+ 'properties' => [
+ 'RequestId' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => 'E4F94B97-1D64-4080-BFD2-67461667AA43',
+ ],
+ 'Success' => [
+ 'title' => '必填',
+ 'description' => '',
+ 'type' => 'boolean',
+ 'example' => 'true',
+ ],
+ 'Code' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '200',
+ ],
+ 'ErrorMessage' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => 'InstanceId cannot be empty.',
+ ],
+ 'LocalizedMessage' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => 'InstanceId cannot be empty.',
+ ],
+ 'DynamicCode' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => 'InvokeError',
+ ],
+ 'DynamicMessage' => [
+ 'description' => '',
+ 'type' => 'string',
+ 'example' => '',
+ ],
+ 'Data' => [
+ 'description' => '',
+ 'type' => 'integer',
+ 'format' => 'int64',
+ 'example' => 'true',
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'errorCodes' => [
+ 400 => [
+ [
+ 'errorCode' => 'linkcard.common.InvalidAliyunPK',
+ 'errorMessage' => 'AliyunPk is invalid.',
+ ],
+ [
+ 'errorCode' => 'linkcard.system.IllegalRequest',
+ 'errorMessage' => 'The request parameter is invalid.',
+ ],
+ ],
+ 403 => [
+ [
+ 'errorCode' => 'linkcard.common.RamActionPermissionDeny',
+ 'errorMessage' => 'You do not have the RAM permission.',
+ ],
+ [
+ 'errorCode' => '%s.',
+ 'errorMessage' => '%s.',
+ ],
+ [
+ 'errorCode' => 'linkcard.common.RamActionPermissionDeny ',
+ 'errorMessage' => 'You do not have the RAM permission. ',
+ ],
+ ],
+ 500 => [
+ [
+ 'errorCode' => 'Service.InternalError',
+ 'errorMessage' => 'An internal error occurred.',
+ ],
+ [
+ 'errorCode' => 'linkcard.system.RPCInvokeError',
+ 'errorMessage' => 'An RPC invoking error occurred',
+ ],
+ [
+ 'errorCode' => '%s..',
+ 'errorMessage' => '%s..',
+ ],
+ ],
+ ],
+ 'staticInfo' => [
+ 'returnType' => 'synchronous',
+ ],
+ 'responseDemo' => '[{"type":"json","example":"{\\n \\"RequestId\\": \\"E4F94B97-1D64-4080-BFD2-67461667AA43\\",\\n \\"Success\\": true,\\n \\"Code\\": \\"200\\",\\n \\"ErrorMessage\\": \\"InstanceId cannot be empty.\\",\\n \\"LocalizedMessage\\": \\"InstanceId cannot be empty.\\",\\n \\"DynamicCode\\": \\"InvokeError\\",\\n \\"DynamicMessage\\": \\"入参不能为空,或不能包含空格\\",\\n \\"Data\\": 0\\n}","errorExample":""},{"type":"xml","example":"<SendMessageResponse>\\n <RequestId>E4F94B97-1D64-4080-BFD2-67461667AA43</RequestId>\\n <Success>true</Success>\\n <Code>200</Code>\\n <ErrorMessage>InstanceId cannot be empty.</ErrorMessage>\\n <LocalizedMessage>InstanceId cannot be empty.</LocalizedMessage>\\n</SendMessageResponse>","errorExample":""}]',
+ 'title' => 'SendMessage',
+ ],
+ ],
+ 'endpoints' => [
+ [
+ 'regionId' => 'ap-northeast-1',
+ 'endpoint' => 'linkcard.aliyuncs.com',
+ ],
+ [
+ 'regionId' => 'ap-northeast-2-pop',
+ 'endpoint' => 'linkcard.aliyuncs.com',
+ ],
+ [
+ 'regionId' => 'ap-south-1',
+ 'endpoint' => 'linkcard.aliyuncs.com',
+ ],
+ [
+ 'regionId' => 'ap-southeast-1',
+ 'endpoint' => 'linkcard.aliyuncs.com',
+ ],
+ [
+ 'regionId' => 'ap-southeast-2',
+ 'endpoint' => 'linkcard.aliyuncs.com',
+ ],
+ [
+ 'regionId' => 'ap-southeast-3',
+ 'endpoint' => 'linkcard.aliyuncs.com',
+ ],
+ [
+ 'regionId' => 'ap-southeast-5',
+ 'endpoint' => 'linkcard.aliyuncs.com',
+ ],
+ [
+ 'regionId' => 'cn-beijing',
+ 'endpoint' => 'linkcard.aliyuncs.com',
+ ],
+ [
+ 'regionId' => 'cn-beijing-finance-1',
+ 'endpoint' => 'linkcard.aliyuncs.com',
+ ],
+ [
+ 'regionId' => 'cn-beijing-finance-pop',
+ 'endpoint' => 'linkcard.aliyuncs.com',
+ ],
+ [
+ 'regionId' => 'cn-beijing-gov-1',
+ 'endpoint' => 'linkcard.aliyuncs.com',
+ ],
+ [
+ 'regionId' => 'cn-beijing-nu16-b01',
+ 'endpoint' => 'linkcard.aliyuncs.com',
+ ],
+ [
+ 'regionId' => 'cn-chengdu',
+ 'endpoint' => 'linkcard.aliyuncs.com',
+ ],
+ [
+ 'regionId' => 'cn-edge-1',
+ 'endpoint' => 'linkcard.aliyuncs.com',
+ ],
+ [
+ 'regionId' => 'cn-fujian',
+ 'endpoint' => 'linkcard.aliyuncs.com',
+ ],
+ [
+ 'regionId' => 'cn-haidian-cm12-c01',
+ 'endpoint' => 'linkcard.aliyuncs.com',
+ ],
+ [
+ 'regionId' => 'cn-hangzhou',
+ 'endpoint' => 'linkcard.aliyuncs.com',
+ ],
+ [
+ 'regionId' => 'cn-hangzhou-bj-b01',
+ 'endpoint' => 'linkcard.aliyuncs.com',
+ ],
+ [
+ 'regionId' => 'cn-hangzhou-finance',
+ 'endpoint' => 'linkcard.aliyuncs.com',
+ ],
+ [
+ 'regionId' => 'cn-hangzhou-internal-prod-1',
+ 'endpoint' => 'linkcard.aliyuncs.com',
+ ],
+ [
+ 'regionId' => 'cn-hangzhou-internal-test-1',
+ 'endpoint' => 'linkcard.aliyuncs.com',
+ ],
+ [
+ 'regionId' => 'cn-hangzhou-internal-test-2',
+ 'endpoint' => 'linkcard.aliyuncs.com',
+ ],
+ [
+ 'regionId' => 'cn-hangzhou-internal-test-3',
+ 'endpoint' => 'linkcard.aliyuncs.com',
+ ],
+ [
+ 'regionId' => 'cn-hangzhou-test-306',
+ 'endpoint' => 'linkcard.aliyuncs.com',
+ ],
+ [
+ 'regionId' => 'cn-hongkong',
+ 'endpoint' => 'linkcard.aliyuncs.com',
+ ],
+ [
+ 'regionId' => 'cn-hongkong-finance-pop',
+ 'endpoint' => 'linkcard.aliyuncs.com',
+ ],
+ [
+ 'regionId' => 'cn-huhehaote',
+ 'endpoint' => 'linkcard.aliyuncs.com',
+ ],
+ [
+ 'regionId' => 'cn-huhehaote-nebula-1',
+ 'endpoint' => 'linkcard.aliyuncs.com',
+ ],
+ [
+ 'regionId' => 'cn-north-2-gov-1',
+ 'endpoint' => 'linkcard.aliyuncs.com',
+ ],
+ [
+ 'regionId' => 'cn-qingdao',
+ 'endpoint' => 'linkcard.aliyuncs.com',
+ ],
+ [
+ 'regionId' => 'cn-qingdao-nebula',
+ 'endpoint' => 'linkcard.aliyuncs.com',
+ ],
+ [
+ 'regionId' => 'cn-shanghai',
+ 'endpoint' => 'linkcard.aliyuncs.com',
+ ],
+ [
+ 'regionId' => 'cn-shanghai-et15-b01',
+ 'endpoint' => 'linkcard.aliyuncs.com',
+ ],
+ [
+ 'regionId' => 'cn-shanghai-et2-b01',
+ 'endpoint' => 'linkcard.aliyuncs.com',
+ ],
+ [
+ 'regionId' => 'cn-shanghai-finance-1',
+ 'endpoint' => 'linkcard.aliyuncs.com',
+ ],
+ [
+ 'regionId' => 'cn-shanghai-inner',
+ 'endpoint' => 'linkcard.aliyuncs.com',
+ ],
+ [
+ 'regionId' => 'cn-shanghai-internal-test-1',
+ 'endpoint' => 'linkcard.aliyuncs.com',
+ ],
+ [
+ 'regionId' => 'cn-shenzhen',
+ 'endpoint' => 'linkcard.aliyuncs.com',
+ ],
+ [
+ 'regionId' => 'cn-shenzhen-finance-1',
+ 'endpoint' => 'linkcard.aliyuncs.com',
+ ],
+ [
+ 'regionId' => 'cn-shenzhen-inner',
+ 'endpoint' => 'linkcard.aliyuncs.com',
+ ],
+ [
+ 'regionId' => 'cn-shenzhen-st4-d01',
+ 'endpoint' => 'linkcard.aliyuncs.com',
+ ],
+ [
+ 'regionId' => 'cn-shenzhen-su18-b01',
+ 'endpoint' => 'linkcard.aliyuncs.com',
+ ],
+ [
+ 'regionId' => 'cn-wuhan',
+ 'endpoint' => 'linkcard.aliyuncs.com',
+ ],
+ [
+ 'regionId' => 'cn-wulanchabu',
+ 'endpoint' => 'linkcard.aliyuncs.com',
+ ],
+ [
+ 'regionId' => 'cn-yushanfang',
+ 'endpoint' => 'linkcard.aliyuncs.com',
+ ],
+ [
+ 'regionId' => 'cn-zhangbei',
+ 'endpoint' => 'linkcard.aliyuncs.com',
+ ],
+ [
+ 'regionId' => 'cn-zhangbei-na61-b01',
+ 'endpoint' => 'linkcard.aliyuncs.com',
+ ],
+ [
+ 'regionId' => 'cn-zhangjiakou',
+ 'endpoint' => 'linkcard.aliyuncs.com',
+ ],
+ [
+ 'regionId' => 'cn-zhangjiakou-na62-a01',
+ 'endpoint' => 'linkcard.aliyuncs.com',
+ ],
+ [
+ 'regionId' => 'cn-zhengzhou-nebula-1',
+ 'endpoint' => 'linkcard.aliyuncs.com',
+ ],
+ [
+ 'regionId' => 'eu-central-1',
+ 'endpoint' => 'linkcard.aliyuncs.com',
+ ],
+ [
+ 'regionId' => 'eu-west-1',
+ 'endpoint' => 'linkcard.aliyuncs.com',
+ ],
+ [
+ 'regionId' => 'eu-west-1-oxs',
+ 'endpoint' => 'linkcard.aliyuncs.com',
+ ],
+ [
+ 'regionId' => 'me-east-1',
+ 'endpoint' => 'linkcard.aliyuncs.com',
+ ],
+ [
+ 'regionId' => 'rus-west-1-pop',
+ 'endpoint' => 'linkcard.aliyuncs.com',
+ ],
+ [
+ 'regionId' => 'us-east-1',
+ 'endpoint' => 'linkcard.aliyuncs.com',
+ ],
+ [
+ 'regionId' => 'us-west-1',
+ 'endpoint' => 'linkcard.aliyuncs.com',
+ ],
+ ],
+];