'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":"\\n E4F94B97-1D64-4080-BFD2-67461667AA43\\n 200\\n true\\n \\n 21450******0275\\n 12345678\\n \\n","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":"\\n true\\n E4F94B97-1D64-4080-BFD2-67461667AA43\\n true\\n 200\\n","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":"\\n true\\n E4F94B97-1D64-4080-BFD2-67461667AA43\\n true\\n 200\\n","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":"\\n true\\n E4F94B97-1D64-4080-BFD2-67461667AA43\\n true\\n 200\\n","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":"\\n true\\n E4F94B97-1D64-4080-BFD2-67461667AA43\\n true\\n 200\\n","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":"\\n true\\n E4F94B97-1D64-4080-BFD2-67461667AA43\\n true\\n 200\\n","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":"\\n true\\n E4F94B97-1D64-4080-BFD2-67461667AA43\\n true\\n 200\\n","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":"\\n E4F94B97-1D64-4080-BFD2-67461667AA43\\n true\\n \\n 0KB\\n CM-SF-M-2-12G\\n 0KB\\n 6.00GB\\n CM-SF-M-2-12G\\n 20\\n 12.00GB\\n 10\\n 12.00GB\\n 6.00GB\\n 6.00GB\\n 100\\n 259****\\n 0\\n \\n","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":"\\n 200\\n E4F94B97-1D64-4080-BFD2-67461667AA43\\n true\\n \\n \\n 20\\n 20\\n CMCC\\n \\n \\n 200MB\\n 202112\\n \\n 100MB\\n 20211201\\n \\n \\n \\n 2022-03-20 23:59:59\\n 备注内容\\n 移动-单卡通用流量-月包-30M\\n 2022-04-30 23:59:59\\n \\n \\n","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":"\\n 200\\n E4F94B97-1D64-4080-BFD2-67461667AA43\\n InstanceId cannot be empty.\\n true\\n InstanceId cannot be empty.\\n \\n \\n 35\\n *.2.*.4\\n 300\\n 2\\n cmiot\\n 130.00MB\\n 89860321******15668\\n CMCC\\n 0\\n 460081937******\\n 1411111******\\n true\\n 1.1.*.*\\n \\n \\n 35\\n sameflowcard\\n 1024\\n 130.00MB\\n 测试分组\\n CT-SC-M-1-30M\\n 0KB\\n 22\\n 0\\n 200\\n 11111\\n 30MB\\n \\n 测试标签\\n 24\\n \\n 211519634******\\n ali_2\\n first_data_record\\n true\\n true\\n 2622***\\n 1024\\n 2022-04-30 23:59:59\\n KB\\n cmiot\\n 2021-11-16 16:35:50\\n 20480\\n 89860321******15668\\n CMCC\\n 1101\\n 1.*.3.*\\n 2021-11-29 16:12:14\\n enterprise\\n nano\\n 2\\n 11111111******\\n 123456\\n false\\n CM-***-*-2-**M\\n 20480\\n 460081937******\\n 1440993******\\n true\\n 190.*.*.*\\n \\n \\n","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":"\\n 200\\n InstanceId cannot be empty.\\n E4F94B97-1D64-4080-BFD2-67461667AA43\\n true\\n InstanceId cannot be empty.\\n \\n 1\\n 10\\n 20\\n 199\\n \\n 35\\n sameflowcard\\n 测试分组\\n 130.00MB\\n unityPayPool\\n 0KB\\n 0\\n 30MB\\n 300\\n 11111\\n ali_2\\n 211519634******\\n first_data_record\\n true\\n 2622***\\n 2022-04-30 23:59:59\\n cmiot\\n 2021-11-16 16:35:50\\n 89860321******15668\\n CMCC\\n 1101\\n enterprise\\n 1.*.3.*\\n 2021-11-29 16:12:14\\n nano\\n 123456\\n CM-***-*-2-**M\\n \\n 测试标签\\n 24\\n \\n 460081937******\\n 1440993******\\n 备注信息\\n 55\\n \\n \\n","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' => 'xxx@xxx.com', '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\\": \\"xxx@xxx.com\\",\\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":"\\n 200\\n E4F94B97-1D64-4080-BFD2-67461667AA43\\n true\\n \\n 1\\n 10\\n 5\\n 48\\n \\n 1101\\n 100\\n GB\\n AL-UPG-******3_beika4\\n CMCC\\n 30MB\\n 12月\\n ali_2\\n processing\\n beika4\\n 90\\n 2022-04-11 16:43:00\\n singlecard\\n 200\\n 123123\\n NEW\\n 21450******0275\\n CM-***-*-2-**M\\n 123123123\\n \\n 100000\\n
收货地址
\\n xxx@xxx.com\\n 收件人\\n 收件电话\\n
\\n https://us******60589\\n
\\n
\\n
","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":"\\n true\\n E4F94B97-1D64-4080-BFD2-67461667AA43\\n InstanceId cannot be empty.\\n true\\n InstanceId cannot be empty.\\n 200\\n","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":"\\n E4F94B97-1D64-4080-BFD2-67461667AA43\\n 系统异常\\n true\\n InstanceId cannot be empty.\\n 200\\n","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":"\\n E4F94B97-1D64-4080-BFD2-67461667AA43\\n true\\n 200\\n InstanceId cannot be empty.\\n InstanceId cannot be empty.\\n true\\n","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":"\\n 200\\n InstanceId cannot be empty.\\n E4F94B97-1D64-4080-BFD2-67461667AA43\\n true\\n InstanceId cannot be empty.\\n \\n 1\\n 10\\n 9\\n 90\\n \\n
*.aliyun.com
\\n Domain\\n user_defined\\n 5\\n 500\\n
\\n
\\n
","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":"\\n E4F94B97-1D64-4080-BFD2-67461667AA43\\n true\\n 200\\n InstanceId cannot be empty.\\n InstanceId cannot be empty.\\n \\n 5\\n 测试分组\\n \\n 1\\n 10\\n 90\\n 9\\n \\n 5\\n
*.aliyun.com
\\n user_defined\\n Domain\\n 500\\n
\\n
\\n
\\n
","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":"\\n E4F94B97-1D64-4080-BFD2-67461667AA43\\n true\\n 200\\n InstanceId cannot be empty.\\n InstanceId cannot be empty.\\n true\\n","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":"\\n 200\\n \\n 测试标签\\n 14\\n \\n InstanceId cannot be empty.\\n E4F94B97-1D64-4080-BFD2-67461667AA43\\n true\\n","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":"\\n 200\\n \\n 5C06CF1A-959D-10A9-9C56-003EDF663BAF\\n \\n 166\\n 50098\\n 426\\n 902847\\n 340498\\n 511007\\n 652\\n \\n true\\n \\n 200\\n 5C06CF1A-959D-10A9-9C56-003EDF663BAF\\n true\\n","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":"\\n true\\n E4F94B97-1D64-4080-BFD2-67461667AA43\\n InstanceId cannot be empty.\\n true\\n InstanceId cannot be empty.\\n 200\\n","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":"\\n true\\n E4F94B97-1D64-4080-BFD2-67461667AA43\\n InstanceId cannot be empty.\\n true\\n InstanceId cannot be empty.\\n 200\\n","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":"\\n true\\n E4F94B97-1D64-4080-BFD2-67461667AA43\\n InstanceId cannot be empty.\\n true\\n InstanceId cannot be empty.\\n 200\\n","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":"\\n 200\\n \\n DCBDCDBC-0E54-53AC-97A4-6194849CC6BC\\n \\n \\n 8\\n 0\\n 4\\n 4\\n \\n \\n 20\\n 20\\n 0\\n 0\\n \\n \\n 12\\n 7\\n 0\\n 5\\n \\n \\n 15\\n 0\\n \\n \\n 1\\n 0\\n 0\\n 1\\n \\n \\n 652\\n 506\\n 146\\n 0\\n \\n \\n 1\\n 0\\n 0\\n 1\\n \\n \\n 1\\n 0\\n 0\\n 1\\n \\n \\n 20\\n 825\\n 15\\n 860\\n \\n \\n 150\\n 57\\n 31\\n 62\\n \\n \\n \\n \\n true\\n \\n \\n 200\\n DCBDCDBC-0E54-53AC-97A4-6194849CC6BC\\n true\\n","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":"\\n E4F94B97-1D64-4080-BFD2-67461667AA43\\n true\\n 200\\n InstanceId cannot be empty.\\n InstanceId cannot be empty.\\n \\n 4f84b7a5-90******07895\\n 89860321******15668\\n true\\n true\\n SUCCESS\\n \\n","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":"\\n E4F94B97-1D64-4080-BFD2-67461667AA43\\n true\\n 200\\n InstanceId cannot be empty.\\n InstanceId cannot be empty.\\n 1.00MB\\n","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":"\\n E4F94B97-1D64-4080-BFD2-67461667AA43\\n true\\n 200\\n InstanceId cannot be empty.\\n InstanceId cannot be empty.\\n \\n true\\n 123213\\n \\n","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":"\\n \\n NOT_CERTIFIED\\n 未认证\\n \\n D3778AAD-6A0E-16F8-8074-C4AF604E21B3\\n true\\n","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":"\\n E4F94B97-1D64-4080-BFD2-67461667AA43\\n true\\n 200\\n InstanceId cannot be empty.\\n InstanceId cannot be empty.\\n","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', ], ], ];