'1.0', 'info' => [ 'style' => 'RPC', 'product' => 'Market', 'version' => '2015-11-01', ], 'directories' => [ [ 'id' => 250866, 'title' => '消息通知', 'type' => 'directory', 'children' => [ 'DescribeFailedNotifications', 'ConfirmNotification', ], ], [ 'id' => 250867, 'title' => '发票', 'type' => 'directory', 'children' => [ 'ModifyInvoiceForIsv', 'DescribeInvoiceForIsv', ], ], [ 'id' => 65815, 'title' => '商品', 'type' => 'directory', 'children' => [ 'DescribePrice', 'DescribeProduct', 'DescribeProducts', ], ], [ 'id' => 65819, 'title' => '订单', 'type' => 'directory', 'children' => [ 'DescribeOrderForIsv', 'CreateOrder', 'DescribeOrder', ], ], [ 'id' => 65822, 'title' => '流程', 'type' => 'directory', 'children' => [ 'DescribeProjectMessages', 'DescribeProjectNodes', 'DescribeProjectOperateLogs', 'DescribeCurrentNodeInfo', 'FinishCurrentProjectNode', 'RollbackCurrentProjectNode', ], ], [ 'id' => 65829, 'title' => '实例', 'type' => 'directory', 'children' => [ 'DescribeInstance', 'DescribeInstanceForIsv', 'DescribeInstances', 'AutoRenewInstance', ], ], [ 'id' => 65832, 'title' => '项目', 'type' => 'directory', 'children' => [ 'PauseProject', 'DescribeProjectAttachments', 'DescribeProjectInfo', 'ResumeProject', ], ], [ 'id' => 65837, 'title' => '授权', 'type' => 'directory', 'children' => [ 'DescribeLicense', 'ActivateLicense', ], ], [ 'id' => 65840, 'title' => '计量', 'type' => 'directory', 'children' => [ 'PushMeteringData', ], ], [ 'id' => 182754, 'title' => '其他', 'type' => 'directory', 'children' => [ 'CrossAccountVerifyToken', 'DescribeDistributionProductsLink', 'DescribeDistributionProducts', 'DescribeApiMetering', ], ], ], 'components' => [ 'schemas' => [], ], 'apis' => [ 'DescribeFailedNotifications' => [ 'summary' => '查询订阅通知失败列表,云市场调用商家消息SPI失败后,商家可以通过此接口主动查询出失败的信息。', 'path' => '', 'methods' => [ 'get', 'post', ], 'schemes' => [ 'https', ], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'read', 'deprecated' => false, 'systemTags' => [ 'operationType' => 'get', 'riskType' => 'none', 'chargeType' => 'free', 'tenantRelevance' => 'tenant', ], 'parameters' => [ [ 'name' => 'PageNumber', 'in' => 'query', 'schema' => [ 'description' => '当前页数', 'type' => 'integer', 'format' => 'int32', 'required' => true, 'example' => '1', ], ], [ 'name' => 'PageSize', 'in' => 'query', 'schema' => [ 'description' => '每页的实例个数。', 'type' => 'integer', 'format' => 'int32', 'required' => true, 'example' => '10', ], ], ], 'responses' => [ 200 => [ 'schema' => [ 'title' => 'Schema of Response', 'description' => 'Schema of Response', 'type' => 'object', 'properties' => [ 'RequestId' => [ 'title' => 'Id of the request', 'description' => 'Id of the request', 'type' => 'string', 'example' => '6EF60BEC-0242-43AF-BB20-270359FB54A7', ], 'TotalCount' => [ 'description' => '实例总数', 'type' => 'integer', 'format' => 'int32', 'example' => '55', ], 'PageNumber' => [ 'description' => '当前页数', 'type' => 'integer', 'format' => 'int32', 'example' => '1', ], 'PageSize' => [ 'description' => '每页的实例个数。', 'type' => 'integer', 'format' => 'int32', 'example' => '10', ], 'NotificationList' => [ 'description' => '通知列表', 'type' => 'array', 'items' => [ 'description' => '通知对象', 'type' => 'object', 'properties' => [ 'NotificationRequestId' => [ 'description' => '通知请求ID(UUID生成),用于幂等', 'type' => 'string', 'example' => 'deab3673236843a3b378c7d8d25c5f01', ], 'Message' => [ 'description' => '通知消息体,json结构', 'type' => 'string', 'example' => '{"productCode":"cmgj00001","orderId":"123456","orderBizId":"111222","action":"orderPay","aliUid":"12211222211","skuId":"cmgj00001-prepay"}', ], 'Action' => [ 'description' => '操作事件', 'type' => 'string', 'example' => 'orderPay', ], 'CreateTime' => [ 'description' => '创建时间', 'type' => 'integer', 'format' => 'int64', 'example' => '1665988512000', ], ], ], ], ], ], ], ], 'errorCodes' => [ 400 => [ [ 'errorCode' => 'IllegalPermission', 'errorMessage' => 'Permission Denied.', ], ], ], 'staticInfo' => [ 'returnType' => 'synchronous', ], 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"6EF60BEC-0242-43AF-BB20-270359FB54A7\\",\\n \\"TotalCount\\": 55,\\n \\"PageNumber\\": 1,\\n \\"PageSize\\": 10,\\n \\"NotificationList\\": [\\n {\\n \\"NotificationRequestId\\": \\"deab3673236843a3b378c7d8d25c5f01\\",\\n \\"Message\\": \\"{\\\\\\"productCode\\\\\\":\\\\\\"cmgj00001\\\\\\",\\\\\\"orderId\\\\\\":\\\\\\"123456\\\\\\",\\\\\\"orderBizId\\\\\\":\\\\\\"111222\\\\\\",\\\\\\"action\\\\\\":\\\\\\"orderPay\\\\\\",\\\\\\"aliUid\\\\\\":\\\\\\"12211222211\\\\\\",\\\\\\"skuId\\\\\\":\\\\\\"cmgj00001-prepay\\\\\\"}\\",\\n \\"Action\\": \\"orderPay\\",\\n \\"CreateTime\\": 1665988512000\\n }\\n ]\\n}","type":"json"}]', 'title' => '查询订阅通知失败列表', 'description' => '查询商家订阅通知失败的信息'."\n" ."\n" .'- 如果当前不存在未确认的通知失败信息,TotalCount返回0', ], 'ConfirmNotification' => [ 'summary' => '商家查收完毕通知信息之后调用此接口反馈给平台,后续该信息不会再被查询出来。', 'path' => '', 'methods' => [ 'get', 'post', ], 'schemes' => [ 'https', ], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'write', 'deprecated' => false, 'systemTags' => [ 'operationType' => 'update', 'riskType' => 'none', 'chargeType' => 'free', ], 'parameters' => [ [ 'name' => 'NotificationRequestId', 'in' => 'query', 'schema' => [ 'description' => '通知请求ID', 'type' => 'string', 'required' => true, 'example' => 'deab3673236843a3b378c7d8d25c5f01', ], ], ], 'responses' => [ 200 => [ 'schema' => [ 'title' => 'Schema of Response', 'description' => 'Schema of Response', 'type' => 'object', 'properties' => [ 'RequestId' => [ 'title' => 'Id of the request', 'description' => 'Id of the request', 'type' => 'string', 'example' => 'A077D99E-0C4D-421E-A5D4-F533F6657817', ], 'Success' => [ 'description' => '成功状态标识', 'type' => 'boolean', 'example' => 'true', ], ], ], ], ], 'errorCodes' => [ 400 => [ [ 'errorCode' => 'IllegalPermission', 'errorMessage' => 'Permission Denied.', ], ], ], 'staticInfo' => [ 'returnType' => 'synchronous', ], 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"A077D99E-0C4D-421E-A5D4-F533F6657817\\",\\n \\"Success\\": true\\n}","type":"json"}]', 'title' => '确认查收订阅通知', 'description' => '确认查收订阅通知失败信息'."\n" ."\n" .'- 调用成功之后该信息后续不会再被查询出来,平台认为商家已经把该信息正确处理完毕'."\n", ], 'ModifyInvoiceForIsv' => [ 'summary' => '发票受理接口', 'path' => '', 'methods' => [ 'post', ], 'schemes' => [ 'https', ], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'readAndWrite', 'deprecated' => false, 'systemTags' => [ 'operationType' => 'update', 'riskType' => 'high', 'chargeType' => 'free', ], 'parameters' => [ [ 'name' => 'Type', 'in' => 'query', 'schema' => [ 'title' => '发票类型:数字电子普通发票:2;数字电子专用发票:3', 'description' => '当前开票的发票类型:'."\n" .'- 数字电子普通发票:2'."\n" .'- 数字电子专用发票:3', 'type' => 'integer', 'format' => 'int32', 'required' => false, 'example' => '2', ], ], [ 'name' => 'ElectronUrl', 'in' => 'query', 'schema' => [ 'title' => '电子发票地址', 'description' => '电子发票地址,用于客户下载', 'type' => 'string', 'required' => false, 'example' => 'https://oss.aliyuncs.com/xxxx.png', ], ], [ 'name' => 'InvoiceId', 'in' => 'query', 'schema' => [ 'title' => '发票Id', 'description' => '发票申请Id(对应DescribeInvoiceForIsv接口返回结果中的Result.Id)', 'type' => 'integer', 'format' => 'int64', 'required' => false, 'example' => '4072040****', ], ], [ 'name' => 'OperateType', 'in' => 'query', 'schema' => [ 'title' => '操作类型:开票:0 ;拒绝开票:1', 'description' => '操作当前发票:'."\n" .'- 开票:0'."\n" .'- 拒绝开票:1', 'type' => 'integer', 'format' => 'int32', 'required' => true, 'example' => '0', ], ], [ 'name' => 'CheckNotice', 'in' => 'query', 'schema' => [ 'title' => '服务商发票信息备注', 'description' => '服务商发票信息备注', 'type' => 'string', 'required' => false, 'example' => '******', ], ], [ 'name' => 'Number', 'in' => 'query', 'schema' => [ 'title' => '发票号', 'description' => '发票号', 'type' => 'string', 'required' => false, 'example' => '1897702****', ], ], ], 'responses' => [ 200 => [ 'schema' => [ 'title' => 'Schema of Response', 'description' => 'Schema of Response', 'type' => 'object', 'properties' => [ 'Code' => [ 'description' => '状态码,200表示成功', 'type' => 'string', 'example' => 'cmjj01**45', ], 'Message' => [ 'description' => '错误信息', 'type' => 'string', 'example' => '"成功"', ], 'HttpStatusCode' => [ 'description' => 'HTTP状态码。', 'type' => 'integer', 'format' => 'int32', 'example' => '200', ], 'Result' => [ 'description' => '是否返回成功', 'type' => 'boolean', 'example' => 'true', ], 'RequestId' => [ 'description' => '请求ID。', 'type' => 'string', 'example' => '5BD09171-MB74-18D8-890E-C70C067527BE', ], ], ], ], ], 'staticInfo' => [ 'returnType' => 'synchronous', ], 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"Code\\": \\"cmjj01**45\\",\\n \\"Message\\": \\"\\\\\\"成功\\\\\\"\\",\\n \\"HttpStatusCode\\": 200,\\n \\"Result\\": true,\\n \\"RequestId\\": \\"5BD09171-MB74-18D8-890E-C70C067527BE\\"\\n}","type":"json"}]', 'title' => '云市场店铺发票受理', 'description' => '查询商家订阅通知失败的信息'."\n" ."\n" .'- 如果当前不存在未确认的通知失败信息,TotalCount返回0', ], 'DescribeInvoiceForIsv' => [ 'summary' => '查询云市场供应商店铺的发票信息', 'path' => '', 'methods' => [ 'get', 'post', ], 'schemes' => [ 'https', ], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'read', 'deprecated' => false, 'systemTags' => [ 'operationType' => 'list', 'riskType' => 'none', 'chargeType' => 'free', ], 'parameters' => [ [ 'name' => 'Status', 'in' => 'query', 'schema' => [ 'title' => '发票状态:申请中:0;已完成:1', 'description' => '当前发票状态'."\n" .'- 申请中:0'."\n" .'- 已完成:1', 'type' => 'integer', 'format' => 'int64', 'required' => false, 'example' => '0', ], ], [ 'name' => 'Type', 'in' => 'query', 'schema' => [ 'title' => '发票类型:数字电子普通发票:2;数字电子专用发票:3', 'description' => '发票类型,为空代表默认查询所有类型'."\n" .'- 数字电子普通发票:2'."\n" .'- 数字电子专用发票:3', 'type' => 'integer', 'format' => 'int64', 'required' => false, 'example' => '2', ], ], [ 'name' => 'InvoiceId', 'in' => 'query', 'schema' => [ 'title' => '发票Id', 'description' => '发票申请 Id(对应 DescribeInvoiceForIsv 接口返回结果中的 Result.Id)', 'type' => 'integer', 'format' => 'int64', 'required' => false, 'example' => '4072040****', ], ], [ 'name' => 'PageSize', 'in' => 'query', 'schema' => [ 'description' => '每页的实例个数。', 'type' => 'integer', 'format' => 'int64', 'required' => false, 'example' => '10', ], ], [ 'name' => 'UserId', 'in' => 'query', 'schema' => [ 'title' => '客户的阿里云userId', 'description' => '客户的阿里云userId', 'type' => 'integer', 'format' => 'int64', 'required' => false, 'example' => '174452687724****', ], ], [ 'name' => 'CreateTimeEnd', 'in' => 'query', 'schema' => [ 'title' => '开始时间', 'description' => '结束时间(日期后默认拼接23:59:59)', 'type' => 'string', 'required' => false, 'example' => '2025-01-01 00:00:00', ], ], [ 'name' => 'CreateTimeStart', 'in' => 'query', 'schema' => [ 'title' => '结束时间', 'description' => '开始时间(日期后默认拼接00:00:00)', 'type' => 'string', 'required' => false, 'example' => '2025-01-31 23:59:59', ], ], [ 'name' => 'PageIndex', 'in' => 'query', 'schema' => [ 'description' => '查询页码,从1开始', 'type' => 'integer', 'format' => 'int64', 'required' => false, 'example' => '1', ], ], [ 'name' => 'MaxResults', 'in' => 'query', 'schema' => [ 'description' => '分页查询时每页的最大条目数。最大值为50。默认值为10。(未启用此参数)', 'type' => 'integer', 'format' => 'int32', 'required' => false, 'example' => '100', ], ], [ 'name' => 'NextToken', 'in' => 'query', 'schema' => [ 'description' => '本次调用返回的查询凭证值。(未启用此参数)', 'type' => 'string', 'required' => false, 'example' => '3v3mzZN1QdVsTPNiT0OkD9v+MeV8LSqSQDSuTTVFCUMMWShmnj/LXRMScqm242bB', ], ], ], 'responses' => [ 200 => [ 'schema' => [ 'title' => 'Schema of Response', 'description' => 'Schema of Response', 'type' => 'object', 'properties' => [ 'RequestId' => [ 'description' => '请求ID。', 'type' => 'string', 'example' => '6EF60BEC-0242-43AF-BB20-270359FB54A7', ], 'PageSize' => [ 'description' => '每页的实例个数。', 'type' => 'string', 'example' => '10', ], 'PageNumber' => [ 'description' => '当前页数', 'type' => 'string', 'example' => '1', ], 'Count' => [ 'description' => '总数', 'type' => 'string', 'example' => '100', ], 'Code' => [ 'description' => '商品对应商品码', 'type' => 'string', 'example' => '200', ], 'Success' => [ 'description' => '结果标识', 'type' => 'boolean', 'example' => 'true', ], 'Result' => [ 'description' => '成功流程节点信息', 'type' => 'array', 'items' => [ 'description' => '返回结果', 'type' => 'object', 'properties' => [ 'AliyunPk' => [ 'description' => '客户的阿里云userId', 'type' => 'string', 'example' => '102277855749****', ], 'CreateTimeStr' => [ 'description' => '创建时间', 'type' => 'string', 'example' => '2025-01-01 00:00:00'."\n", ], 'EvaluateList' => [ 'description' => '订单/账单/合同编号', 'type' => 'array', 'items' => [ 'description' => '修改时间', 'type' => 'object', 'properties' => [ 'Agent' => [ 'title' => '是否代理开票', 'description' => '是否代理开票', 'type' => 'boolean', 'example' => 'false', ], 'Amount' => [ 'title' => '金额(分)', 'description' => '金额(单位:元)', 'type' => 'string', 'example' => '1', ], 'BizTimeStr' => [ 'description' => '业务发生时间', 'type' => 'string', 'example' => '2025-01-01 00:00:00'."\n", ], 'Id' => [ 'title' => '开票对象id', 'description' => '开票对象id', 'type' => 'string', 'example' => '9540765', ], 'OrderType' => [ 'title' => '订账单类型'."\n" .'0:订单'."\n" .'1:账单', 'description' => '订账单类型'."\n" ."\n" .'- 0:订单'."\n" ."\n" .'- 1:账单', 'type' => 'string', 'example' => '0', ], 'OutBizId' => [ 'title' => '订单Id', 'description' => '订单Id', 'type' => 'string', 'example' => '2024091610072000****', ], 'RealAliyunPk' => [ 'title' => '订单归属账号', 'description' => '订单归属账号', 'type' => 'string', 'example' => '102277855749****'."\n", ], 'RealAliyunId' => [ 'description' => '账号id', 'type' => 'string', 'example' => 'example@alibaba-inc.com', ], 'ProductCode' => [ 'description' => '商品Code', 'type' => 'string', 'example' => 'cmapi00067***', ], 'ProductName' => [ 'description' => '商品名称(已废弃)', 'type' => 'string', 'example' => '图像识别OCR***', ], ], ], ], 'Id' => [ 'description' => '发票申请Id(对应调用发票受理接口ModifyInvoiceForIsv'."\n" .'时参数InvoiceId)', 'type' => 'string', 'example' => '4072040****'."\n", ], 'InvoiceId' => [ 'description' => '发票对象id', 'type' => 'string', 'example' => '4072040****'."\n", ], 'InvoiceList' => [ 'description' => '发票子集合(废弃)', 'type' => 'array', 'items' => [ 'description' => '发票子集合(废弃)', 'type' => 'object', 'properties' => [ 'Id' => [ 'description' => '发票对象id', 'type' => 'string', 'example' => '4072040****'."\n", ], 'InvoiceAmount' => [ 'description' => '申请开票金额(单位:元)。', 'type' => 'string', 'example' => '99.99', ], ], ], ], 'MaterialType' => [ 'title' => '发票开具类型,0:纸质,1:电子', 'description' => '发票开具类型'."\n" .'- 0:纸质'."\n" .'- 1:电子', 'type' => 'string', 'example' => '1', ], 'ModifiedTime' => [ 'description' => '订单状态修改时间(GMT时间)', 'type' => 'string', 'example' => '2025-03-04T09:43:18+08:00', ], 'Price' => [ 'title' => '电子发票下载地址', 'description' => '发票总金额(单位:元)', 'type' => 'string', 'example' => '99.99', ], 'Status' => [ 'title' => '发票状态 0:待开票;1:已开票', 'description' => '发票状态 0:待开票;1:已开票', 'type' => 'string', 'example' => 'Success', ], 'Title' => [ 'title' => '发票抬头', 'description' => '发票抬头', 'type' => 'string', 'example' => '阿里云计算有限公司', ], 'Type' => [ 'title' => '数字电子普通发票:2'."\n" .'数字电子专用发票:3', 'description' => '发票类型'."\n" .'- 数字电子普通发票:2'."\n" .'- 数字电子专用发票:3', 'type' => 'string', 'example' => '2', ], 'UserAddressDto' => [ 'description' => '地址信息', 'type' => 'object', 'properties' => [ 'AliyunPk' => [ 'description' => '客户的阿里云userId', 'type' => 'string', 'example' => '174452687724****'."\n", ], 'BizType' => [ 'description' => '废弃', 'type' => 'string', 'example' => '******', ], 'Emails' => [ 'description' => '邮箱', 'type' => 'string', 'example' => '******', ], 'Addressee' => [ 'description' => '收件人', 'type' => 'string', 'example' => '***', ], 'DeliveryAddress' => [ 'description' => '收货地址', 'type' => 'string', 'example' => '杭州市****'."\n", ], 'Phone' => [ 'description' => '电话', 'type' => 'string', 'example' => '130********', ], 'PostalCode' => [ 'description' => '邮政编码', 'type' => 'string', 'example' => '******', ], ], ], 'ModifiedTimeStr' => [ 'description' => '发票修改时间', 'type' => 'string', 'example' => '2025-01-01 00:00:00'."\n", ], 'ReceiptUserInfoDto' => [ 'description' => '发票申请人用户信息', 'type' => 'object', 'properties' => [ 'TaxNumber' => [ 'description' => '企业社会征信代码', 'type' => 'string', 'example' => '91420100MA49L5****', ], ], ], 'UserNotice' => [ 'title' => '用户发票备注', 'description' => '用户发票备注', 'type' => 'string', 'example' => '无', ], 'CheckNotice' => [ 'title' => '服务商发票备注', 'description' => '服务商发票备注', 'type' => 'string', 'example' => '无', ], ], ], ], 'NextToken' => [ 'description' => '本次调用返回的查询凭证值。', 'type' => 'string', 'example' => '3v3mzZN1QdVsTPNiT0OkD36LC9I+AJHU9z2oXBmJJOyy4nQl7MIUZUYG6fdbYBk+', ], 'MaxResults' => [ 'description' => '分页查询时每页的最大条目数。最大值为50。默认值为10。', 'type' => 'integer', 'format' => 'int32', 'example' => '10', ], ], ], ], 403 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'AccessDeniedDetail' => [ 'type' => 'string', ], 'RequestId' => [ 'type' => 'string', ], 'PageSize' => [ 'type' => 'string', ], 'Message' => [ 'type' => 'string', ], 'PageNumber' => [ 'type' => 'string', ], 'Version' => [ 'type' => 'string', ], 'HttpStatusCode' => [ 'type' => 'integer', 'format' => 'int32', ], 'Count' => [ 'type' => 'string', ], 'Fatal' => [ 'type' => 'boolean', ], 'Code' => [ 'type' => 'string', ], 'Success' => [ 'type' => 'boolean', ], ], ], ], ], 'errorCodes' => [], 'staticInfo' => [ 'returnType' => 'synchronous', ], 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"6EF60BEC-0242-43AF-BB20-270359FB54A7\\",\\n \\"PageSize\\": \\"10\\",\\n \\"PageNumber\\": \\"1\\",\\n \\"Count\\": \\"100\\",\\n \\"Code\\": \\"200\\",\\n \\"Success\\": true,\\n \\"Result\\": [\\n {\\n \\"AliyunPk\\": \\"102277855749****\\",\\n \\"CreateTimeStr\\": \\"2025-01-01 00:00:00\\\\n\\",\\n \\"EvaluateList\\": [\\n {\\n \\"Agent\\": false,\\n \\"Amount\\": \\"1\\",\\n \\"BizTimeStr\\": \\"2025-01-01 00:00:00\\\\n\\",\\n \\"Id\\": \\"9540765\\",\\n \\"OrderType\\": \\"0\\",\\n \\"OutBizId\\": \\"2024091610072000****\\",\\n \\"RealAliyunPk\\": \\"102277855749****\\\\n\\",\\n \\"RealAliyunId\\": \\"example@alibaba-inc.com\\",\\n \\"ProductCode\\": \\"cmapi00067***\\",\\n \\"ProductName\\": \\"图像识别OCR***\\"\\n }\\n ],\\n \\"Id\\": \\"4072040****\\\\n\\",\\n \\"InvoiceId\\": \\"4072040****\\\\n\\",\\n \\"InvoiceList\\": [\\n {\\n \\"Id\\": \\"4072040****\\\\n\\",\\n \\"InvoiceAmount\\": \\"99.99\\"\\n }\\n ],\\n \\"MaterialType\\": \\"1\\",\\n \\"ModifiedTime\\": \\"2025-03-04T09:43:18+08:00\\",\\n \\"Price\\": \\"99.99\\",\\n \\"Status\\": \\"Success\\",\\n \\"Title\\": \\"阿里云计算有限公司\\",\\n \\"Type\\": \\"2\\",\\n \\"UserAddressDto\\": {\\n \\"AliyunPk\\": \\"174452687724****\\\\n\\",\\n \\"BizType\\": \\"******\\",\\n \\"Emails\\": \\"******\\",\\n \\"Addressee\\": \\"***\\",\\n \\"DeliveryAddress\\": \\"杭州市****\\\\n\\",\\n \\"Phone\\": \\"130********\\",\\n \\"PostalCode\\": \\"******\\"\\n },\\n \\"ModifiedTimeStr\\": \\"2025-01-01 00:00:00\\\\n\\",\\n \\"ReceiptUserInfoDto\\": {\\n \\"TaxNumber\\": \\"91420100MA49L5****\\"\\n },\\n \\"UserNotice\\": \\"无\\",\\n \\"CheckNotice\\": \\"无\\"\\n }\\n ],\\n \\"NextToken\\": \\"3v3mzZN1QdVsTPNiT0OkD36LC9I+AJHU9z2oXBmJJOyy4nQl7MIUZUYG6fdbYBk+\\",\\n \\"MaxResults\\": 10\\n}","type":"json"}]', 'title' => '查询云市场供应商店铺的发票信息', 'description' => '根据授权码查询业务信息首先验证授权码是否有效。'."\n" ."\n" .'- 授权码无效,返回错误信息'."\n" ."\n" .'- 授权码有效,返回授权信息', ], 'DescribePrice' => [ 'summary' => '调用 DescribePrice 查询对应商品的价格信息。', 'methods' => [ 'post', 'get', ], 'schemes' => [ 'http', 'https', ], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'read', 'deprecated' => false, 'systemTags' => [ 'operationType' => 'get', 'riskType' => 'none', 'chargeType' => 'free', ], 'parameters' => [ [ 'name' => 'OrderType', 'in' => 'query', 'schema' => [ 'description' => '订单类型。取值:'."\n" ."\n" .'INSTANCE_BUY:商品购买'."\n" .'INSTANCE_RENEW:实例续费'."\n" .'INSTANCE_UPGRADE:实例升级'."\n" .'说明:对于续费类型的询价,需要在 Commodity 中传入 InstanceId。', 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => 'INSTANCE_BUY', ], ], [ 'name' => 'Commodity', 'in' => 'query', 'schema' => [ 'description' => '根据指定的 OrderType,使用对应的配件并序列化。 不同 OrderType 分别对应的 CommodityType 如下所示:'."\n" ."\n" .'INSTANCE_BUY:InstanceBuyCommodity'."\n" .'INSTANCE_RENEW:InstanceRenewCommodity'."\n" .'INSTANCE_UPGRADE:InstanceUpgradeCommodity'."\n" .'示例中的参数说明如下:'."\n" ."\n" .'productCode:商品 Code。'."\n" .'skuCode:商品规格 Code。非镜像商品:预付费固定为 prepay,后付费固定为 postpay;镜像商品:按量为ECS,包年包月为Package'."\n" .'components:规格模块。其中版本 package_version 必传,其他模块根据商品的设置来传。'."\n" .'duration:周期数量 1,2,3...。'."\n" .'pricingCycle: 周期单位。Day(日),Month(月),Year(年)。', 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => '{"components":{"package_version":"yuncode12928000016"},"duration":1,"pricingCycle":"YEAR","productCode":"cmgj01**28","quantity":1,"skuCode":"prepay"}', ], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'ExpressionCode' => [ 'description' => '限购编码', 'type' => 'string', 'example' => 'ORDER.NO_REAL_NAME_AUTHENTICATION', ], 'Cuxiao' => [ 'description' => '是否有促销', 'type' => 'boolean', 'example' => 'true', ], 'DiscountPrice' => [ 'description' => '优惠的价格(原价-实际价格),单位:元', 'type' => 'number', 'format' => 'float', 'example' => '178.20', ], 'Cycle' => [ 'description' => '周期单位'."\n" ."\n" .'DAY:日'."\n" .'MONTH:月'."\n" .'YEAR:年', 'type' => 'string', 'example' => 'MONTH', ], 'TradePrice' => [ 'description' => '实际价格,单位:元', 'type' => 'number', 'format' => 'float', 'example' => '19.80', ], 'OriginalPrice' => [ 'description' => '原价,单位:元', 'type' => 'number', 'format' => 'float', 'example' => '198.00', ], 'Duration' => [ 'description' => '周期数, 1,2,3...', 'type' => 'integer', 'format' => 'int32', 'example' => '1', ], 'Currency' => [ 'description' => '币种'."\n" ."\n" .'CNY: 人民币'."\n" .'USD: 美元'."\n" .'JPY:日元', 'type' => 'string', 'example' => 'CNY', ], 'ExpressionMessage' => [ 'description' => '限购描述', 'type' => 'string', 'example' => '企业用户才能购买', ], 'InfoTitle' => [ 'description' => '活动名称', 'type' => 'string', 'example' => '新年特惠', ], 'ProductCode' => [ 'description' => '商品 Code', 'type' => 'string', 'example' => 'cmgj01****', ], 'PromotionRules' => [ 'type' => 'object', 'itemNode' => true, 'properties' => [ 'PromotionRule' => [ 'description' => '优惠信息', 'type' => 'array', 'items' => [ 'type' => 'object', 'properties' => [ 'Title' => [ 'description' => '优惠标题', 'type' => 'string', 'example' => '展示型首年19.8元', ], 'Name' => [ 'description' => '优惠内容', 'type' => 'string', 'example' => '展示型首年19.8元', ], 'RuleId' => [ 'description' => '优惠ID', 'type' => 'string', 'example' => '102112', ], ], ], ], ], ], 'Coupons' => [ 'type' => 'object', 'itemNode' => true, 'properties' => [ 'Coupon' => [ 'description' => '优惠券信息', 'type' => 'array', 'items' => [ 'type' => 'object', 'properties' => [ 'CouponOptionCode' => [ 'description' => '优惠券类型', 'type' => 'string', 'example' => 'ActiveCoupon', ], 'CouponOptionNo' => [ 'description' => '优惠券编号', 'type' => 'string', 'example' => '3874923111', ], 'CouponName' => [ 'description' => '优惠券名称', 'type' => 'string', 'example' => '促销', ], 'CouponDesc' => [ 'description' => '优惠券描述', 'type' => 'string', 'example' => '促销', ], 'IsSelected' => [ 'description' => '是否选中', 'type' => 'boolean', 'example' => 'false', ], 'CanPromFee' => [ 'description' => '可优惠价格', 'type' => 'number', 'format' => 'float', 'example' => '100.00', ], ], ], ], ], ], ], ], ], ], 'errorCodes' => [ 500 => [ [ 'errorCode' => 'UnknownError', 'errorMessage' => 'An error occurred while processing your request.', ], ], [ [ 'errorCode' => 'DownstreamError', 'errorMessage' => 'An error occurred while processing your request.', ], ], [ [ 'errorCode' => 'ReturnNull', 'errorMessage' => 'No results found.', ], ], 999999 => [ [ 'errorCode' => 'IgnoreError', 'errorMessage' => 'The specified parameter is invalid.', ], ], ], 'responseDemo' => '[{"type":"json","example":"{\\n \\"ExpressionCode\\": \\"ORDER.NO_REAL_NAME_AUTHENTICATION\\",\\n \\"Cuxiao\\": true,\\n \\"DiscountPrice\\": 178.2,\\n \\"Cycle\\": \\"MONTH\\",\\n \\"TradePrice\\": 19.8,\\n \\"OriginalPrice\\": 198,\\n \\"Duration\\": 1,\\n \\"Currency\\": \\"CNY\\",\\n \\"ExpressionMessage\\": \\"企业用户才能购买\\",\\n \\"InfoTitle\\": \\"新年特惠\\",\\n \\"ProductCode\\": \\"cmgj01****\\",\\n \\"PromotionRules\\": {\\n \\"PromotionRule\\": [\\n {\\n \\"Title\\": \\"展示型首年19.8元\\",\\n \\"Name\\": \\"展示型首年19.8元\\",\\n \\"RuleId\\": \\"102112\\"\\n }\\n ]\\n },\\n \\"Coupons\\": {\\n \\"Coupon\\": [\\n {\\n \\"CouponOptionCode\\": \\"ActiveCoupon\\",\\n \\"CouponOptionNo\\": \\"3874923111\\",\\n \\"CouponName\\": \\"促销\\",\\n \\"CouponDesc\\": \\"促销\\",\\n \\"IsSelected\\": false,\\n \\"CanPromFee\\": 100\\n }\\n ]\\n }\\n}","errorExample":""},{"type":"xml","example":"\\n false\\n Month\\n 0\\n 1\\n 0\\n cmgj01****\\n 0\\n","errorExample":""}]', 'title' => '查询对应商品的价格信息', ], 'DescribeProduct' => [ 'methods' => [ 'post', 'get', ], 'schemes' => [ 'http', 'https', ], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'read', 'deprecated' => false, 'systemTags' => [ 'operationType' => 'get', ], 'parameters' => [ [ 'name' => 'AliUid', 'in' => 'query', 'schema' => [ 'description' => 'AliUid', 'type' => 'string', 'required' => false, 'example' => '190********569', ], ], [ 'name' => 'Code', 'in' => 'query', 'schema' => [ 'description' => '商品对应商品码', 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => 'cmjj01**45', ], ], [ 'name' => 'QueryDraft', 'in' => 'query', 'schema' => [ 'description' => '是否查询商品草稿,通常不需要查询商品草稿,商品草稿适用于在商品正式上架售卖之前查询。', 'type' => 'boolean', 'required' => false, 'example' => 'false', ], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'FrontCategoryId' => [ 'description' => '商品类目 ID', 'type' => 'integer', 'format' => 'int64', 'example' => '523617212', ], 'Status' => [ 'description' => '已废弃', 'type' => 'string', 'example' => '1', ], 'Type' => [ 'description' => '商品类型。取值:'."\n" ."\n" .'* APP:应用类'."\n" .'* DOWNLOAD: 下载类'."\n" .'* MIRROR: 镜像类'."\n" .'* SERVICE: 服务类'."\n" .'* API_SERVICE: api类', 'type' => 'string', 'example' => 'MIRROR', ], 'PicUrl' => [ 'description' => '商品图片 URL', 'type' => 'string', 'example' => 'https://oss.aliyuncs.com/photogallery/photo/1930532890589852/6245/495d5f19-03e4-4c2e-9c4e-bef9ab6af1e1.png', ], 'Score' => [ 'description' => '商品评分', 'type' => 'number', 'format' => 'float', 'example' => '5.0', ], 'UseCount' => [ 'description' => '使用计数', 'type' => 'integer', 'format' => 'int64', 'example' => '10', ], 'GmtModified' => [ 'description' => '更改时间', 'type' => 'integer', 'format' => 'int64', 'example' => '1578931200000', ], 'SupplierPk' => [ 'description' => '服务商 UID', 'type' => 'integer', 'format' => 'int64', 'example' => '1526111111****', ], 'GmtCreated' => [ 'description' => '创建时间', 'type' => 'integer', 'format' => 'int64', 'example' => '1578931200000', ], 'RequestId' => [ 'description' => '请求 ID', 'type' => 'string', 'example' => '6EF60BEC-0242-43AF-BB20-270359FB54A7', ], 'ShortDescription' => [ 'description' => '商品简介', 'type' => 'string', 'example' => '该镜像为LNMP(Ubuntu16.04 64位+Nginx+MySQL5.6+PHP5.3)', ], 'Description' => [ 'description' => '商品详情描述,支持 HTML。', 'type' => 'string', 'example' => '
基于阿里云(Ubuntu16.04 64位)系统源码安装,安全、稳定、高效!
', ], 'Code' => [ 'description' => '商品对应商品码', 'type' => 'string', 'example' => 'cmjj01**45', ], 'AuditFailMsg' => [ 'description' => '审核失败原因,QueryDraft = true 时返回。', 'type' => 'string', 'example' => '功能验收不通过', ], 'Name' => [ 'description' => '商品名称', 'type' => 'string', 'example' => 'LNMP环境(Ubuntu16.04 Nginx PHP5.3)', ], 'AuditTime' => [ 'description' => '审核时间,QueryDraft = true 时返回。', 'type' => 'integer', 'format' => 'int64', 'example' => '1581609600000', ], 'AuditStatus' => [ 'description' => '审核状态,QueryDraft = true 时返回。'."\n" .'- draft:未提交'."\n" .'- security_ing:安全审核中'."\n" .'- security_fail:安全审核失败'."\n" .'- function_ing:功能审核中'."\n" .'- function_fail:功能审核失败'."\n" .'- info_ing:商品信息审核中'."\n" .'- info_fail:商品信息审核失败'."\n" .'- success:成功'."\n", 'type' => 'string', 'example' => 'function_fail', ], 'ShopInfo' => [ 'description' => '店铺信息', 'type' => 'object', 'properties' => [ 'Name' => [ 'description' => '店铺名称', 'type' => 'string', 'example' => '**科学公司', ], 'Emails' => [ 'description' => '邮箱', 'type' => 'string', 'example' => '46**41@example.com', ], 'Id' => [ 'description' => '店铺 ID', 'type' => 'integer', 'format' => 'int64', 'example' => '123', ], 'WangWangs' => [ 'type' => 'object', 'itemNode' => true, 'properties' => [ 'WangWang' => [ 'description' => '旺旺', 'type' => 'array', 'items' => [ 'type' => 'object', 'properties' => [ 'Remark' => [ 'description' => '备注', 'type' => 'string', 'example' => '123', ], 'UserName' => [ 'description' => '旺旺用户名', 'type' => 'string', 'example' => 'ABC', ], ], ], ], ], ], 'Telephones' => [ 'type' => 'object', 'itemNode' => true, 'properties' => [ 'Telephone' => [ 'type' => 'array', 'items' => [ 'description' => '电话', 'type' => 'string', 'example' => '{1386658****, 1386658****}', ], ], ], ], ], ], 'ProductSkus' => [ 'type' => 'object', 'itemNode' => true, 'properties' => [ 'ProductSku' => [ 'description' => '商品规格信息', 'type' => 'array', 'items' => [ 'type' => 'object', 'properties' => [ 'Hidden' => [ 'description' => '是否隐藏', 'type' => 'boolean', 'example' => 'true', ], 'Code' => [ 'description' => '规格码', 'type' => 'string', 'example' => 'cmjj01****-Package', ], 'Constraints' => [ 'description' => '规格模块约束,支持 JSON 格式。', 'type' => 'string', 'example' => '{\\"img_id\\":{\\"img_version|img_region\\":{\\"V1.7|cn-shenzhen-st3-a01\\":[\\"m-wz9ho4hmos0lpxcldqoq\\"]}}', ], 'Name' => [ 'description' => '规格名称', 'type' => 'string', 'example' => '21', ], 'ChargeType' => [ 'description' => '付费方式:'."\n" ."\n" .'* POSTPAY:后付费'."\n" .'* PREPAY:预付费'."\n", 'type' => 'string', 'example' => 'PREPAY', ], 'OrderPeriods' => [ 'type' => 'object', 'itemNode' => true, 'properties' => [ 'OrderPeriod' => [ 'description' => '可订购周期', 'type' => 'array', 'items' => [ 'type' => 'object', 'properties' => [ 'Name' => [ 'description' => '订购周期名称', 'type' => 'string', 'example' => '小时', ], 'PeriodType' => [ 'description' => '预付费时间单位', 'type' => 'string', 'example' => 'HOUR', ], ], ], ], ], ], 'Modules' => [ 'type' => 'object', 'itemNode' => true, 'properties' => [ 'Module' => [ 'description' => '规格模块信息', 'type' => 'array', 'items' => [ 'type' => 'object', 'properties' => [ 'Code' => [ 'description' => '规格模块 Code', 'type' => 'string', 'example' => 'img_id', ], 'Name' => [ 'description' => '模块名称', 'type' => 'string', 'example' => '镜像ID', ], 'Id' => [ 'description' => '模块 ID', 'type' => 'string', 'example' => '248220', ], 'Properties' => [ 'type' => 'object', 'itemNode' => true, 'properties' => [ 'Property' => [ 'description' => '模块可选值', 'type' => 'array', 'items' => [ 'type' => 'object', 'properties' => [ 'Key' => [ 'description' => '英文名称', 'type' => 'string', 'example' => 'img_id', ], 'ShowType' => [ 'description' => '展示样式类型。取值:'."\n" .'- number: 数字'."\n" .'- string: 字符串'."\n" .'- radio:单选', 'type' => 'string', 'example' => 'number', ], 'Name' => [ 'description' => '中文名称', 'type' => 'string', 'example' => '镜像ID', ], 'DisplayUnit' => [ 'description' => '显示单位', 'type' => 'string', 'example' => '1', ], 'PropertyValues' => [ 'type' => 'object', 'itemNode' => true, 'properties' => [ 'PropertyValue' => [ 'description' => '属性值', 'type' => 'array', 'items' => [ 'type' => 'object', 'properties' => [ 'DisplayName' => [ 'description' => '展示名称', 'type' => 'string', 'example' => '华北 1_V1.1', ], 'Type' => [ 'description' => '属性值类型', 'type' => 'string', 'example' => 'single_string', ], 'Step' => [ 'description' => '步进', 'type' => 'string', 'example' => '1', ], 'Value' => [ 'description' => '属性值', 'type' => 'string', 'example' => 'm-28e213e7t', ], 'Max' => [ 'description' => '最大', 'type' => 'string', 'example' => '123', ], 'Remark' => [ 'description' => '备注', 'type' => 'string', 'example' => 'abc', ], 'Min' => [ 'description' => '最小', 'type' => 'string', 'example' => '11', ], ], ], ], ], ], ], ], ], ], ], ], ], ], ], ], ], ], ], ], ], 'ProductExtras' => [ 'type' => 'object', 'itemNode' => true, 'properties' => [ 'ProductExtra' => [ 'description' => '商品附加信息:'."\n" ."\n" .'* 产品亮点 product_advantage'."\n" .'* 产品截图 product_shot'."\n" .'* 使用指南 product_guide'."\n" .'* 售后支持范围 product_support'."\n" .'* 产品资质 product_aptitude'."\n" .'* 产品说明 product_direction'."\n" .'* 客户案例 product_case'."\n", 'type' => 'array', 'items' => [ 'type' => 'object', 'properties' => [ 'Type' => [ 'description' => '扩展项类型:'."\n" ."\n" .'* HTML'."\n" .'* LIST'."\n" .'* JSON'."\n" .'* SLIDER'."\n" .'* LINK'."\n" .'* IMG'."\n", 'type' => 'string', 'example' => 'HTML', ], 'Key' => [ 'description' => '扩展项英文标识', 'type' => 'string', 'example' => 'product_advantage', ], 'Label' => [ 'description' => '扩展项中文标识', 'type' => 'string', 'example' => '产品亮点', ], 'Order' => [ 'description' => '排序', 'type' => 'integer', 'format' => 'int32', 'example' => '0', ], 'Values' => [ 'description' => '扩展项数据值', 'type' => 'string', 'example' => '\\"1. 基于阿里云(Ubuntu16.04 64位)系统源码安装,安全、稳定、高效!\\"', ], ], ], ], ], ], ], ], ], ], 'errorCodes' => [ 400 => [ [ 'errorCode' => 'DeniedModify', 'errorMessage' => 'You are not authorized to call the specified API operation.', ], ], 500 => [ [ 'errorCode' => 'UnknownError', 'errorMessage' => 'An error occurred while processing your request.', ], ], ], 'eventInfo' => [ 'enable' => false, 'eventNames' => [], ], 'responseDemo' => '[{"type":"json","example":"{\\n \\"FrontCategoryId\\": 523617212,\\n \\"Status\\": \\"1\\",\\n \\"Type\\": \\"MIRROR\\",\\n \\"PicUrl\\": \\"https://oss.aliyuncs.com/photogallery/photo/1930532890589852/6245/495d5f19-03e4-4c2e-9c4e-bef9ab6af1e1.png\\",\\n \\"Score\\": 5,\\n \\"UseCount\\": 10,\\n \\"GmtModified\\": 1578931200000,\\n \\"SupplierPk\\": 0,\\n \\"GmtCreated\\": 1578931200000,\\n \\"RequestId\\": \\"6EF60BEC-0242-43AF-BB20-270359FB54A7\\",\\n \\"ShortDescription\\": \\"该镜像为LNMP(Ubuntu16.04 64位+Nginx+MySQL5.6+PHP5.3)\\",\\n \\"Description\\": \\"
基于阿里云(Ubuntu16.04 64位)系统源码安装,安全、稳定、高效!
\\",\\n \\"Code\\": \\"cmjj01**45\\",\\n \\"AuditFailMsg\\": \\"功能验收不通过\\",\\n \\"Name\\": \\"LNMP环境(Ubuntu16.04 Nginx PHP5.3)\\",\\n \\"AuditTime\\": 1581609600000,\\n \\"AuditStatus\\": \\"function_fail\\",\\n \\"ShopInfo\\": {\\n \\"Name\\": \\"**科学公司\\",\\n \\"Emails\\": \\"46**41@example.com\\",\\n \\"Id\\": 123,\\n \\"WangWangs\\": {\\n \\"WangWang\\": [\\n {\\n \\"Remark\\": \\"123\\",\\n \\"UserName\\": \\"ABC\\"\\n }\\n ]\\n },\\n \\"Telephones\\": {\\n \\"Telephone\\": [\\n \\"{1386658****, 1386658****}\\"\\n ]\\n }\\n },\\n \\"ProductSkus\\": {\\n \\"ProductSku\\": [\\n {\\n \\"Hidden\\": true,\\n \\"Code\\": \\"cmjj01****-Package\\",\\n \\"Constraints\\": \\"{\\\\\\\\\\\\\\"img_id\\\\\\\\\\\\\\":{\\\\\\\\\\\\\\"img_version|img_region\\\\\\\\\\\\\\":{\\\\\\\\\\\\\\"V1.7|cn-shenzhen-st3-a01\\\\\\\\\\\\\\":[\\\\\\\\\\\\\\"m-wz9ho4hmos0lpxcldqoq\\\\\\\\\\\\\\"]}}\\",\\n \\"Name\\": \\"21\\",\\n \\"ChargeType\\": \\"PREPAY\\",\\n \\"OrderPeriods\\": {\\n \\"OrderPeriod\\": [\\n {\\n \\"Name\\": \\"小时\\",\\n \\"PeriodType\\": \\"HOUR\\"\\n }\\n ]\\n },\\n \\"Modules\\": {\\n \\"Module\\": [\\n {\\n \\"Code\\": \\"img_id\\",\\n \\"Name\\": \\"镜像ID\\",\\n \\"Id\\": \\"248220\\",\\n \\"Properties\\": {\\n \\"Property\\": [\\n {\\n \\"Key\\": \\"img_id\\",\\n \\"ShowType\\": \\"number\\",\\n \\"Name\\": \\"镜像ID\\",\\n \\"DisplayUnit\\": \\"1\\",\\n \\"PropertyValues\\": {\\n \\"PropertyValue\\": [\\n {\\n \\"DisplayName\\": \\"华北 1_V1.1\\",\\n \\"Type\\": \\"single_string\\",\\n \\"Step\\": \\"1\\",\\n \\"Value\\": \\"m-28e213e7t\\",\\n \\"Max\\": \\"123\\",\\n \\"Remark\\": \\"abc\\",\\n \\"Min\\": \\"11\\"\\n }\\n ]\\n }\\n }\\n ]\\n }\\n }\\n ]\\n }\\n }\\n ]\\n },\\n \\"ProductExtras\\": {\\n \\"ProductExtra\\": [\\n {\\n \\"Type\\": \\"HTML\\",\\n \\"Key\\": \\"product_advantage\\",\\n \\"Label\\": \\"产品亮点\\",\\n \\"Order\\": 0,\\n \\"Values\\": \\"\\\\\\\\\\\\\\"1. 基于阿里云(Ubuntu16.04 64位)系统源码安装,安全、稳定、高效!\\\\\\\\\\\\\\"\\"\\n }\\n ]\\n }\\n}","errorExample":""},{"type":"xml","example":"\\n<p>aaa</p>\\nAPP\\nhttps://photogallery.oss.aliyuncs.com/photo/1666562244190862/17909/ce4e8f40-1d3e-465d-b884-f78a432cde81.jpg\\ncmgj02****\\n\\n \\n \\"aaa\\"\\n product_advantage\\n HTML\\n 0\\n \\n \\n \\n \\n [\\"Windows\\"]\\n \\n \\n \\n aa\\n \\n \\n \\n 应用软件类\\n \\n \\n product_param\\n LIST\\n 15\\n \\n \\n\\nV3【回归】服务类-按周期\\naaa\\n\\n \\n 1581016*****\\n \\n ****有限公司测试\\n ***.dxz@***.com\\n \\n \\n 凌鲲\\n 凌鲲\\n \\n \\n 1597411\\n\\n\\n \\n PREPAY\\n 预付费\\n \\n \\n 一年\\n YEAR\\n \\n \\n \\n \\n 几号数\\n 1018040000484633\\n AC\\n \\n \\n 几号数\\n AC\\n \\n \\n \\n 1\\n range_float\\n 999\\n 1\\n \\n \\n 1\\n range_float\\n 999999999999999\\n 999\\n \\n \\n number\\n \\n \\n \\n \\n 购买个数\\n 1018040000484634\\n order_num\\n \\n \\n 购买个数\\n order_num\\n \\n \\n \\n 1\\n range_float\\n 100\\n 1\\n \\n \\n number\\n \\n \\n \\n \\n 购买时长\\n 1018040000484740\\n ord_time\\n \\n \\n 购买时长\\n ord_time\\n \\n \\n \\n 1:Month\\n single_string\\n 1个月\\n \\n \\n 2:Month\\n single_string\\n 2个月\\n \\n \\n 3:Month\\n single_string\\n 3个月\\n \\n \\n 4:Month\\n single_string\\n 4个月\\n \\n \\n 5:Month\\n single_string\\n 5个月\\n \\n \\n 6:Month\\n single_string\\n 6个月\\n \\n \\n 7:Month\\n single_string\\n 7个月\\n \\n \\n 8:Month\\n single_string\\n 8个月\\n \\n \\n 9:Month\\n single_string\\n 9个月\\n \\n \\n 10:Month\\n single_string\\n 10个月\\n \\n \\n 11:Month\\n single_string\\n 11个月\\n \\n \\n 1:Year\\n single_string\\n 1年\\n \\n \\n 2:Year\\n single_string\\n 2年\\n \\n \\n 3:Year\\n single_string\\n 3年\\n \\n \\n radio\\n \\n \\n \\n \\n 套餐配置\\n 1018040000484632\\n package_config\\n \\n \\n 套餐配置\\n package_config\\n \\n \\n \\n yuncode2138100001\\n single_string\\n {\\"frontShow\\":true}\\n \\n \\n yuncode2138100002\\n single_string\\n {\\"frontShow\\":true}\\n \\n \\n yuncode2138100003\\n single_string\\n {\\"frontShow\\":true}\\n \\n \\n string\\n \\n \\n \\n \\n 套餐版本\\n 1018040000484631\\n package_version\\n \\n \\n 套餐版本\\n package_version\\n \\n \\n \\n yuncode2138100001\\n single_string\\n 月版\\n \\n \\n yuncode2138100002\\n single_string\\n 年版\\n \\n \\n yuncode2138100003\\n single_string\\n 年月版\\n \\n \\n radio\\n \\n \\n \\n \\n {\\"AC\\":{\\"package_version\\":{\\"yuncode2138100003\\":[{\\"min\\":1,\\"max\\":999999999999999,\\"step\\":1}]}},\\"ord_time\\":{\\"package_version\\":{\\"yuncode2138100001\\":[\\"1:Month\\",\\"2:Month\\",\\"3:Month\\",\\"4:Month\\",\\"5:Month\\",\\"6:Month\\",\\"7:Month\\",\\"8:Month\\",\\"9:Month\\",\\"10:Month\\",\\"11:Month\\"],\\"yuncode2138100002\\":[\\"1:Year\\",\\"2:Year\\",\\"3:Year\\"],\\"yuncode2138100003\\":[\\"1:Month\\",\\"2:Month\\",\\"3:Month\\",\\"4:Month\\",\\"5:Month\\",\\"6:Month\\",\\"7:Month\\",\\"8:Month\\",\\"9:Month\\",\\"10:Month\\",\\"11:Month\\",\\"1:Year\\",\\"2:Year\\",\\"3:Year\\"]}}}\\n false\\n cmgj02****-prepay\\n \\n\\n0\\n152611111****\\n523617212\\n","errorExample":""}]', 'title' => '用于查询指定商品的详细信息', 'summary' => '调用 DescribeProduct 用于查询指定商品的详细信息。', 'requestParamsDescription' => ' ', 'responseParamsDescription' => ' ', 'extraInfo' => ' ', ], 'DescribeProducts' => [ 'methods' => [ 'post', 'get', ], 'schemes' => [ 'http', 'https', ], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'read', 'deprecated' => false, 'systemTags' => [ 'operationType' => 'get', ], 'parameters' => [ [ 'name' => 'SearchTerm', 'in' => 'query', 'schema' => [ 'description' => '搜索词', 'type' => 'string', 'required' => false, 'example' => '镜像', ], ], [ 'name' => 'PageNumber', 'in' => 'query', 'schema' => [ 'description' => '当前页数。', 'type' => 'integer', 'format' => 'int32', 'required' => false, 'example' => '1', ], ], [ 'name' => 'PageSize', 'in' => 'query', 'schema' => [ 'description' => '每页显示商品数。', 'type' => 'integer', 'format' => 'int32', 'required' => false, 'example' => '10', ], ], [ 'name' => 'Filter', 'in' => 'query', 'style' => 'repeatList', 'schema' => [ 'description' => '过滤条件列表。'."\n" ."\n\n" ."\n", 'type' => 'array', 'items' => [ 'type' => 'object', 'properties' => [ 'Key' => [ 'description' => '搜索标签类别,取值:'."\n" ."\n" .'* sort:排序方式'."\n" .'* categoryId:类目 ID'."\n" .'* productType:商品类型'."\n" .'* aliyunUid:商品所属服务商的阿里云主账号Uid', 'type' => 'string', 'required' => false, 'example' => 'categoryId', ], 'Value' => [ 'description' => '搜索标签取值:'."\n" ."\n\n" .'- sort'."\n" .' - user_count-desc:近180天成交数'."\n" .' - created_on-desc:创建时间'."\n" .' - price-desc:价格'."\n" .' - score-desc:评分'."\n" ."\n" .'- categoryId '."\n" .' - 软件市场 53366009'."\n" .' + 运行环境 53448001'."\n" .' - 管理与监控 53690006'."\n" .' - 建站系统 53616009'."\n" .' - 应用开发 55530001'."\n" .' - 数据库 56024006'."\n" .' - 服务器软件 56014009'."\n" .' - 网络功能软件 56368007'."\n" .' - 操作系统 57742013'."\n" .' - 服务市场 52734001'."\n" .' - 数据迁移 52738004'."\n" .' - 环境配置 52746001'."\n" .' - 故障排查 52740002'."\n" .' - 安全代维 52732002'."\n" .' - 定制开发 56082003'."\n" .' - 培训与认证 57252001'."\n" .' - 专线接入 57392001'."\n" .' - 企业服务 56838014'."\n" .' - 安全服务 57004003'."\n" .' - 建站市场 52738001'."\n" .' - 企业展示 52738005'."\n" .' - 电子商务 52750001'."\n" .' - 手机网站 52752001'."\n" .' - 设计 52732003'."\n" .' - 信息门户 52744002'."\n" .' - 售后服务 52744003'."\n" .' - 社区论坛 55586021'."\n" .' - 移动营销 55514022'."\n" .' - 模板网站 56598032'."\n" .' - 网站空间 57342011'."\n" .' - 云安全市场 56764045'."\n" .' + 主机安全 56832023'."\n" .' + 应用安全 56846020'."\n" .' + 数据安全 56824015'."\n" .' + 安全管理 56830014'."\n" .' + 网络安全 56820014'."\n" .' - 企业应用 56832009'."\n" .' - 办公管理 56778013'."\n" .' - 财务管理 56764034'."\n" .' - 人事管理 56780006'."\n" .' - 销售管理 56842010'."\n" .' - 广告营销 56842011'."\n" .' - 外贸业务 56790007'."\n" .' - 云通信 57602001'."\n" .' - 供应链管理 57604001'."\n" .' - 数据服务 57606001'."\n" .' - 解决方案 56848023'."\n" .' - 电商 56848024'."\n" .' - 金融 56820017'."\n" .' - 物流 56776025'."\n" .' - 政务 56842031'."\n" .' - 多媒体 56784018'."\n" .' - 物联网 56794026'."\n" .' - 大数据 56792022'."\n" .' - API市场 56956004'."\n" .' - 电子商务 56928004'."\n" .' - 金融理财 57000002'."\n" .' - 交通地理 57002002'."\n" .' - 企业管理 56928005'."\n" .' - 公共事务 57002003'."\n" .' - 气象水利 57096001'."\n" .' - 人工智能 57124001'."\n" .' - 生活服务 57126001'."\n" .' - 物联网市场 201194001'."\n" .' - 集成系统 201196001'."\n" .' - 智能硬件 201198001'."\n" .' - 模组 201200001'."\n" .' - 传感器 201192002'."\n" .' - 芯片 201202001'."\n" .' - 物联网应用 201196002'."\n" .' - 物联服务 201196003'."\n" .' - 数据智能 201204005'."\n" .' - 数据分析及展现 201190008'."\n" .' - 舆情分析 201198004'."\n" .' - 电商与营销 201202006'."\n" .' - 人工智能 201204006'."\n" .' - 气象交通 201214006'."\n" .' - 金融财务 201208013'."\n" .'- productType:'."\n" .' - APP:应用类'."\n" .' - SERVICE:服务类'."\n" .' - MIRROR:镜像类'."\n" .' - DOWNLOAD:下载类'."\n" .' - API_SERVICE:API 类'."\n", 'type' => 'string', 'required' => false, 'example' => '53366009', ], ], 'required' => false, ], 'required' => false, 'maxItems' => 5, ], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'RequestId' => [ 'description' => '请求 ID', 'type' => 'string', 'example' => 'A077D99E-0C4D-421E-A5D4-F533F6657817', ], 'PageNumber' => [ 'description' => '当前页数', 'type' => 'integer', 'format' => 'int32', 'example' => '1', ], 'PageSize' => [ 'description' => '每页显示商品数', 'type' => 'integer', 'format' => 'int32', 'example' => '10', ], 'TotalCount' => [ 'description' => '符合搜索条件的商品数', 'type' => 'integer', 'format' => 'int32', 'example' => '75', ], 'ProductItems' => [ 'type' => 'object', 'itemNode' => true, 'properties' => [ 'ProductItem' => [ 'description' => '商品信息', 'type' => 'array', 'items' => [ 'type' => 'object', 'properties' => [ 'PriceInfo' => [ 'description' => '价格信息。', 'type' => 'string', 'example' => '{\'DiscountPrice\': 0.0, \'TradePrice\': 15750.0, \'Currency\': \'CNY\', \'OriginalPrice\': 15750.0, \'RuleIds\': {\'RuleId\': []}, \'Coupons\': {\'Coupon\': []}}', ], 'DeliveryWay' => [ 'description' => '交付方式', 'type' => 'string', 'example' => '镜像', ], 'ImageUrl' => [ 'description' => '图片 URL', 'type' => 'string', 'example' => 'https://oss.aliyuncs.com/photogallery/photo/1904996544835414/7549/767d6d07-8366-4822-b84e-61f6ea10d146.png', ], 'WarrantyDate' => [ 'description' => '质保时间', 'type' => 'string', 'example' => '1天', ], 'Tags' => [ 'description' => '产品标签', 'type' => 'string', 'example' => '企业,上云,Windows,Windows server 2012,Apache,Nginx,Windows面板', ], 'Score' => [ 'description' => '评分', 'type' => 'string', 'example' => '5.0', ], 'SupplierId' => [ 'description' => '供应商 ID', 'type' => 'integer', 'format' => 'int64', 'example' => '228399', ], 'OperationSystem' => [ 'description' => '交付时间', 'type' => 'string', 'example' => 'windows', ], 'ShortDescription' => [ 'description' => '商品简介', 'type' => 'string', 'example' => '【定制建站一条龙服务+阿里云独享服务器】由客户经理与设计师提供一对一服务,应用标准化全自动服务流程体系,帮助企业轻松拥有官方网站。该建站产品与ECS下单时同时购买,ECS最低配置1核1G即可。购买须知:请在购买ECS配置安全组时选择HTTP:80端口 ...', ], 'DeliveryDate' => [ 'description' => '交付时间', 'type' => 'string', 'example' => '1天', ], 'TargetUrl' => [ 'description' => '详情页URL', 'type' => 'string', 'example' => '/products/53616009/cmjj02****.html', ], 'Code' => [ 'description' => '商品码', 'type' => 'string', 'example' => 'cmjj02****', ], 'CategoryId' => [ 'description' => '类目 ID', 'type' => 'integer', 'format' => 'int64', 'example' => '53398003', ], 'Name' => [ 'description' => '商品名称', 'type' => 'string', 'example' => 'PHP多版本环境(Windows2012 | phpStudy)', ], 'SuggestedPrice' => [ 'description' => '建议价格', 'type' => 'string', 'example' => '10元/月', ], 'SupplierName' => [ 'description' => '供应商名称', 'type' => 'string', 'example' => '长沙****有限公司', ], ], ], ], ], ], ], ], ], ], 'errorCodes' => [ 500 => [ [ 'errorCode' => 'UnknownError', 'errorMessage' => 'An error occurred while processing your request.', ], [ 'errorCode' => 'Invalid.CategoryId', 'errorMessage' => 'The specified CategoryId is invalid.', ], [ 'errorCode' => 'Invalid.Sort', 'errorMessage' => 'The specified Sort is invalid.', ], [ 'errorCode' => 'Invalid.Param', 'errorMessage' => 'The specified Filter key is invalid.', ], ], ], 'eventInfo' => [ 'enable' => false, 'eventNames' => [], ], 'responseDemo' => '[{"type":"json","example":"{\\n \\"RequestId\\": \\"A077D99E-0C4D-421E-A5D4-F533F6657817\\",\\n \\"PageNumber\\": 1,\\n \\"PageSize\\": 10,\\n \\"TotalCount\\": 75,\\n \\"ProductItems\\": {\\n \\"ProductItem\\": [\\n {\\n \\"PriceInfo\\": \\"{\'DiscountPrice\': 0.0, \'TradePrice\': 15750.0, \'Currency\': \'CNY\', \'OriginalPrice\': 15750.0, \'RuleIds\': {\'RuleId\': []}, \'Coupons\': {\'Coupon\': []}}\\",\\n \\"DeliveryWay\\": \\"镜像\\",\\n \\"ImageUrl\\": \\"https://oss.aliyuncs.com/photogallery/photo/1904996544835414/7549/767d6d07-8366-4822-b84e-61f6ea10d146.png\\",\\n \\"WarrantyDate\\": \\"1天\\",\\n \\"Tags\\": \\"企业,上云,Windows,Windows server 2012,Apache,Nginx,Windows面板\\",\\n \\"Score\\": \\"5.0\\",\\n \\"SupplierId\\": 228399,\\n \\"OperationSystem\\": \\"windows\\",\\n \\"ShortDescription\\": \\"【定制建站一条龙服务+阿里云独享服务器】由客户经理与设计师提供一对一服务,应用标准化全自动服务流程体系,帮助企业轻松拥有官方网站。该建站产品与ECS下单时同时购买,ECS最低配置1核1G即可。购买须知:请在购买ECS配置安全组时选择HTTP:80端口 ...\\",\\n \\"DeliveryDate\\": \\"1天\\",\\n \\"TargetUrl\\": \\"/products/53616009/cmjj02****.html\\",\\n \\"Code\\": \\"cmjj02****\\",\\n \\"CategoryId\\": 53398003,\\n \\"Name\\": \\"PHP多版本环境(Windows2012 | phpStudy)\\",\\n \\"SuggestedPrice\\": \\"10元/月\\",\\n \\"SupplierName\\": \\"长沙****有限公司\\"\\n }\\n ]\\n }\\n}","errorExample":""},{"type":"xml","example":"\\n1\\n10\\n\\n 53398003\\n PHP多版本环境(Windows2012 | phpStudy)\\n PHP多版本环境(Windows2012 | phpStudy)\\n 镜像\\n https://oss.aliyuncs.com/photogallery/photo/1904996544835414/7549/767d6d07-8366-4822-b84e-61f6ea10d146.png\\n Windows2008 R2 企业版 64位\\n 5.0\\n 由Websof9提供的phpStudy镜像是一个预安装环境,可在<em>ECS</em>上一键安装。phpStudy是一个PHP环境集成包,支持php5.2到7.0多个版本切换,同时支持Apache,Nginx,IIS ...\\n 10元/月\\n 228399\\n 长沙****有限公司\\n 企业,上云,Windows,Windows server 2012,Apache,Nginx,Windows面板\\n\\n\\n 56014009\\n Pydio 开源在线文件管理系统(构建企业网盘和云存储系统)\\n Pydio 开源在线文件管理系统(构建企业网盘和云存储系统)\\n 镜像\\n https://oss.aliyuncs.com/photogallery/photo/1904996544835414/7049/47bde5de-8610-439f-a160-1eb34aec5505.png\\n CentOS7.0 64位\\n 5.0\\n 由Websof9提供的Pydio镜像是一个预安装环境,可在<em>ECS</em>上一键安装。Pydio是功能强大在线文件管理系统(ECM),用于构建自托管的企业网盘和云存储系统,支持多用户的文档协作、分享、设备同步。 ...\\n 10元/月\\n 228399\\n 长沙****有限公司\\n 企业,应用开发,Linux,Centos,PHP,LAMP\\n\\n\\n 53616009\\n Joomla! 内容管理系统( WAMP )\\n Joomla! 内容管理系统( WAMP )\\n 镜像\\n https://oss.aliyuncs.com/photogallery/photo/1904996544835414/5280/fab724de-da66-4548-9717-1a1d3ac6f887.png\\n Windows2008 64位 标准版\\n 5.0\\n 由Websof9提供的Joomla3.7.5预装环境,可在<em>ECS</em>上一键安装。Joomla是全球三大开源内容管理系统之一(CMS),比肩WordPress和Drupal,占据全球5%的建站市场。 ...\\n 10元/月\\n 228399\\n 长沙****有限公司\\n 开发者,建站,Windows,Windows server 2008,PHP,WAMP,Joomla!\\n\\n\\n 53690006\\n Ubuntu 16.04 64位(含Webmin中文)\\n Ubuntu 16.04 64位(含Webmin中文)\\n 镜像\\n https://oss.aliyuncs.com/photogallery/photo/1904996544835414/4613/57259fc6-7086-42b8-9619-f688fd3eb310.png\\n 5.0\\n 由Websoft9提供Ubuntu 16.04+Webmin1.881(中文)镜像,可以一键安装到<em>ECS</em>。Webmin是知名的Linux可视化面板管理工具,100%免费开源,可轻松管理文件、配置域名、修改配置文件、备份数据等 ...\\n 10元/月\\n 228399\\n 长沙****有限公司\\n 站长,上云,Linux,Centos,LAMP,Webmin,Linux面板\\n\\n\\n 53616009\\n 云·企业官网尊贵版(ECS)\\n 云·企业官网尊贵版(ECS)\\n 镜像\\n https://photogallery.oss.aliyuncs.com/photo/1984723351411381/22286/727fc507-37b5-4b91-b706-8bbc2a765a88.jpg\\n windows\\n 5.0\\n 【定制建站一条龙服务+阿里云独享服务器】由客户经理与设计师提供一对一服务,应用标准化全自动服务流程体系,帮助企业轻松拥有官方网站。该建站产品与<em>ECS</em>下单时同时购买,<em>ECS</em>最低配置1核1G即可。购买须知:请在购买<em>ECS</em>配置安全组时选择HTTP:80端口 ...\\n 998元/月\\n 3587828\\n **-云市场自营店\\n 企业,建站\\n\\n\\n 56014009\\n Zurmo 开源CRM系统(LAMP)\\n Zurmo 开源CRM系统(LAMP)\\n 镜像\\n https://oss.aliyuncs.com/photogallery/photo/1904996544835414/7716/6b100770-1f15-43c6-b99f-9b6c53c89e2d.png\\n CentOS7.4 64位\\n 5.0\\n 由Websof9提供的Zurmo镜像是一个预安装环境,可在<em>ECS</em>上一键安装。Zurmo是一个开源的客户关系管理系统(CRM),使用Yii框架、RedBeanPHP和Jquery实现,界面美观,功能全面 ...\\n 20元/月\\n 228399\\n 长沙****有限公司\\n 企业,上云,Linux,Centos,PHP,LAMP,ERP\\n\\n\\n 56014009\\n SuiteCRM,优质开源CRM\\n SuiteCRM,优质开源CRM\\n 镜像\\n https://oss.aliyuncs.com/photogallery/photo/1904996544835414/7760/0db05f1e-aa8a-490d-b8eb-093c43d93f7d.png\\n CentOS7.3 64位\\n 5.0\\n 由Websof9提供的EspoCRM预装环境,可在<em>ECS</em>上一键安装。SuiteCRM是一个国际上屡获殊荣的企业级的、强大的、可定制的,免费的CRM系统。 ...\\n 20元/月\\n 228399\\n 长沙****有限公司\\n 企业,移动营销,Linux,Centos,PHP,LAMP,ERP\\n\\n\\n 55528001\\n Node.JS6 运行环境(Windows2008 | Nginx | Express)\\n Node.JS6 运行环境(Windows2008 | Nginx | Express)\\n 镜像\\n https://photogallery.oss.aliyuncs.com/photo/1904996544835414/7573/e03da499-c7e9-4784-867f-8789539e6a82.png\\n 5.0\\n Websoft9提供Node.JS镜像,预装了NodeJS 6.14,PM2 2.10,Express框架,Yarn1.7,MySQL5.6,MongoDB4.0,Nginx1.14,任何<em>ECS</em>用户可以一键获取,用于快速部署Node.JS应用程序。 ...\\n 0元/月\\n 228399\\n 长沙****有限公司\\n 企业,上云,Windows,Windows server 2008,Node.js,Nginx,MySQL\\n\\n\\n 56014009\\n ERPNext 中小企业开源ERP系统(Ubuntu16.04)\\n ERPNext 中小企业开源ERP系统(Ubuntu16.04)\\n 镜像\\n https://oss.aliyuncs.com/photogallery/photo/1904996544835414/7259/cdee958f-bcfa-4362-ad2f-543e01140e60.png\\n 5.0\\n 由Websof9提供的Vtiger CRM预装环境,可在<em>ECS</em>上一键安装。ERPNext是全球化的开源ERP系统,使用Python语言开发,支持70+种语言,拥有150+国家的用户。界面友好,入门简单,包括:财务、采购、销售和库存管理、POS系统、制造管理、资产管理等功能。 ...\\n 10元/月\\n 228399\\n 长沙****有限公司\\n 企业,上云,Linux,Ubuntu,Python,ERP\\n\\n\\n 55530001\\n Gitlab-CE10.1.0 代码托管系统(Ubuntu16)\\n Gitlab-CE10.1.0 代码托管系统(Ubuntu16)\\n 镜像\\n https://oss.aliyuncs.com/photogallery/photo/1904996544835414/17080/cd8053ae-2666-4716-9e4d-1b754f24fbc2.png\\n Ubuntu16.04 64位\\n 5.0\\n 由Websof9提供的Omnibus Gitlab镜像是一个预安装环境,可在<em>ECS</em>上一键安装。Gitlab是一个开源的Git代码仓库系统,用于构建私有代码托管平台,基于Rails开发,速度快、安全稳定 ...\\n 10元/月\\n 228399\\n 长沙****有限公司\\n 开发者,应用开发,Linux,Ubuntu,Ruby,Nginx,PostgreSQL\\n\\n5A85CB8D-EF2F-46DA-91E2-8AF75900F1BF\\n75\\n","errorExample":""}]', 'title' => 'DescribeProducts', 'summary' => '调用 DescribeProducts 拉取符合条件的商品列表及详细信息。', 'requestParamsDescription' => ' ', 'responseParamsDescription' => ' ', 'extraInfo' => ' ', ], 'DescribeOrderForIsv' => [ 'summary' => '服务商侧查询订单详情', 'path' => '', 'methods' => [ 'get', 'post', ], 'schemes' => [ 'https', ], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'read', 'deprecated' => false, 'systemTags' => [ 'operationType' => 'get', 'riskType' => 'none', 'chargeType' => 'free', ], 'parameters' => [ [ 'name' => 'OrderId', 'in' => 'query', 'schema' => [ 'description' => '订单id', 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => '202*********415', ], ], ], 'responses' => [ 200 => [ 'schema' => [ 'title' => 'Schema of Response', 'description' => 'Schema of Response', 'type' => 'object', 'properties' => [ 'ProductName' => [ 'title' => '订购商品名称', 'description' => '订购商品名称', 'type' => 'string', 'example' => 'saas服务产品', ], 'OriginalPrice' => [ 'title' => '订单原价(元)', 'description' => '订单原价(元)', 'type' => 'number', 'format' => 'float', 'example' => '10.0', ], 'AliUid' => [ 'title' => '阿里云用户唯一标识(aliyunPK)', 'description' => '阿里云用户唯一标识(aliyunPK)', 'type' => 'integer', 'format' => 'int64', 'example' => '190311111111****', ], 'CouponPrice' => [ 'title' => '已使用代金券金额(元)', 'description' => '已使用代金券金额(元)', 'type' => 'number', 'format' => 'float', 'example' => '0.0', ], 'AccountQuantity' => [ 'title' => '账号数', 'description' => '账号数', 'type' => 'integer', 'format' => 'int64', 'example' => '0', ], 'PeriodType' => [ 'title' => '预付费的时间单位。取值:'."\n" .'● MONTH:单月'."\n" .'● SEASON:季度'."\n" .'● HALFYEAR:半年'."\n" .'● YEAR:一年'."\n" .'● TWOYEARS:两年'."\n" .'● ONCE:单次', 'description' => '预付费的时间单位。取值:'."\n" .'● MONTH:单月'."\n" .'● SEASON:季度'."\n" .'● HALFYEAR:半年'."\n" .'● YEAR:一年'."\n" .'● TWOYEARS:两年'."\n" .'● ONCE:单次', 'type' => 'string', 'example' => 'MONTH', ], 'PayStatus' => [ 'title' => '付款状态。取值:'."\n" .'● PAID 已支付'."\n" .'● UNPAID 未支付', 'description' => '付款状态。取值:'."\n" .'● PAID 已支付'."\n" .'● UNPAID 未支付', 'type' => 'string', 'example' => 'PAID', ], 'PaymentPrice' => [ 'title' => '实际支付金额(元)', 'description' => '实际支付金额(元)', 'type' => 'number', 'format' => 'float', 'example' => '0.0', ], 'OrderStatus' => [ 'title' => '订单状态。取值:'."\n" .'● NORMAL 正常'."\n" .'● REFUND 退款'."\n" .'● DELETE 作废', 'description' => '订单状态。取值:'."\n" .'● NORMAL 正常'."\n" .'● REFUND 退款'."\n" .'● DELETE 作废', 'type' => 'string', 'example' => 'NORMAL', ], 'ProductSkuCode' => [ 'title' => '订购商品规格 Code', 'description' => '订购商品规格 Code', 'type' => 'string', 'example' => 'cmgj02****-prepay', ], 'PaidOn' => [ 'title' => '付款时间', 'description' => '付款时间', 'type' => 'integer', 'format' => 'int64', 'example' => '1531191675000', ], 'CreatedOn' => [ 'title' => '下单时间', 'description' => '下单时间', 'type' => 'integer', 'format' => 'int64', 'example' => '1531191564000', ], 'OrderType' => [ 'title' => '订单类型。取值:'."\n" .'● NEW 新购订单'."\n" .'● RENEW 续费订单'."\n" .'● TRIAL 试用订单', 'description' => '订单类型。取值:'."\n" .'● NEW 新购订单'."\n" .'● RENEW 续费订单'."\n" .'● TRIAL 试用订单'."\n" .'● UPGRADE 升级订单'."\n" .'● DOWNGRADE 降配订单'."\n" .'● PURCHASE 转正订单', 'type' => 'string', 'example' => 'NEW', ], 'TotalPrice' => [ 'title' => '订单应收金额(元)', 'description' => '订单应收金额(元)', 'type' => 'number', 'format' => 'float', 'example' => '0.0', ], 'Quantity' => [ 'title' => '订购数量', 'description' => '订购数量', 'type' => 'integer', 'format' => 'int32', 'example' => '1', ], 'OrderId' => [ 'title' => '订单ID', 'description' => '订单ID', 'type' => 'integer', 'format' => 'int64', 'example' => '202211111111111', ], 'ProductCode' => [ 'title' => '商品Code', 'description' => '商品Code', 'type' => 'string', 'example' => 'cmgj02****', ], 'InstanceIds' => [ 'title' => '订单关联业务实例 ID', 'description' => 'List', 'type' => 'array', 'items' => [ 'description' => '实例id', 'type' => 'string', 'example' => '1597985', ], ], 'RequestId' => [ 'description' => '请求ID。用于出现错误后排查问题。'."\n", 'type' => 'string', 'example' => '6EF60BEC-****-****-****-270359FB54A7', ], 'Components' => [ 'description' => '订单模块信息。示例中的参数说明如下:'."\n" .'● package_quantity: 使用次数(API 商品特有模块)'."\n" .'● package_version:版本'."\n" .'● ord_time: 时长'."\n" .'● order_num: 数量'."\n" .'● code:模块 Code'."\n" .'● globarKey: 模块 key'."\n" .'● name: 模块名称'."\n" .'● value: 模块值', 'type' => 'any', 'example' => '{"package_version":{"code":"package_version","globarKey":"cmgj0******8_package_version_package_version_yuncode4176*****1","name":"0.01","value":"yuncode4176*****1"},"ord_time":{"code":"ord_time","globarKey":"cmgj0******8_ord_time_ord_time_1:Month","name":"1个月","value":"1:Month"},"order_num":{"code":"order_num","globarKey":"cmgj0******8_order_num_order_num_1","name":"1","value":"1"}}', ], ], ], ], ], 'errorCodes' => [ 400 => [ [ 'errorCode' => 'IllegalPermission', 'errorMessage' => 'Permission Denied.', ], ], 500 => [ [ 'errorCode' => 'UnknownError', 'errorMessage' => 'An error occurred while processing your request.', ], ], ], 'staticInfo' => [ 'returnType' => 'synchronous', ], 'responseDemo' => '[{"type":"json","example":"{\\n \\"ProductName\\": \\"saas服务产品\\",\\n \\"OriginalPrice\\": 10,\\n \\"AliUid\\": 0,\\n \\"CouponPrice\\": 0,\\n \\"AccountQuantity\\": 0,\\n \\"PeriodType\\": \\"MONTH\\",\\n \\"PayStatus\\": \\"PAID\\",\\n \\"PaymentPrice\\": 0,\\n \\"OrderStatus\\": \\"NORMAL\\",\\n \\"ProductSkuCode\\": \\"cmgj02****-prepay\\",\\n \\"PaidOn\\": 1531191675000,\\n \\"CreatedOn\\": 1531191564000,\\n \\"OrderType\\": \\"NEW\\",\\n \\"TotalPrice\\": 0,\\n \\"Quantity\\": 1,\\n \\"OrderId\\": 202211111111111,\\n \\"ProductCode\\": \\"cmgj02****\\",\\n \\"InstanceIds\\": [\\n \\"1597985\\"\\n ],\\n \\"RequestId\\": \\"6EF60BEC-****-****-****-270359FB54A7\\",\\n \\"Components\\": \\"{\\\\\\"package_version\\\\\\":{\\\\\\"code\\\\\\":\\\\\\"package_version\\\\\\",\\\\\\"globarKey\\\\\\":\\\\\\"cmgj0******8_package_version_package_version_yuncode4176*****1\\\\\\",\\\\\\"name\\\\\\":\\\\\\"0.01\\\\\\",\\\\\\"value\\\\\\":\\\\\\"yuncode4176*****1\\\\\\"},\\\\\\"ord_time\\\\\\":{\\\\\\"code\\\\\\":\\\\\\"ord_time\\\\\\",\\\\\\"globarKey\\\\\\":\\\\\\"cmgj0******8_ord_time_ord_time_1:Month\\\\\\",\\\\\\"name\\\\\\":\\\\\\"1个月\\\\\\",\\\\\\"value\\\\\\":\\\\\\"1:Month\\\\\\"},\\\\\\"order_num\\\\\\":{\\\\\\"code\\\\\\":\\\\\\"order_num\\\\\\",\\\\\\"globarKey\\\\\\":\\\\\\"cmgj0******8_order_num_order_num_1\\\\\\",\\\\\\"name\\\\\\":\\\\\\"1\\\\\\",\\\\\\"value\\\\\\":\\\\\\"1\\\\\\"}}\\"\\n}","errorExample":""},{"type":"xml","example":"\\n saas服务产品\\n 10\\n 0\\n 0\\n MONTH\\n PAID\\n 0\\n NORMAL\\n cmgj02****-prepay\\n 1531191675000\\n 1531191564000\\n NEW\\n 0\\n 1\\n 202211111111111\\n cmgj02****\\n 1597985\\n 6EF60BEC-****-****-****-270359FB54A7\\n","errorExample":""}]', 'title' => '服务商侧查询订单详情', ], 'CreateOrder' => [ 'summary' => '调用 CreateOrder 创建订单。'."\n" ."\n" .'请确保在使用该接口前,已充分了解云市场产品的收费方式和价格。'."\n" ."\n" .'商业镜像创建订单接口请参考 CreateInstance。', 'methods' => [ 'post', 'get', ], 'schemes' => [ 'http', 'https', ], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'read', 'deprecated' => false, 'systemTags' => [ 'operationType' => 'create', 'riskType' => 'high', 'chargeType' => 'paid', ], 'parameters' => [ [ 'name' => 'OrderType', 'in' => 'query', 'schema' => [ 'description' => '订单类型。 取值: '."\n" .'- INSTANCE_BUY:商品购买 '."\n" .'- INSTANCE_RENEW:实例续费 '."\n" .'- INSTANCE_UPGRADE:实例升级'."\n", 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => 'INSTANCE_BUY', ], ], [ 'name' => 'Commodity', 'in' => 'query', 'schema' => [ 'description' => '订单配件信息。 '."\n" ."\n" .'可根据指定的 OrderType,使用对应的配件再进行序列化。'."\n" ."\n" .'不同 OrderType 分别对应的 CommodityType 如下所示: '."\n" .'* INSTANC_BUY:InstanceBuyCommodity'."\n" .'* INSTANCE_RENEW:InstanceRenewCommodity'."\n" .'* INSTANCE_UPGRADE:InstanceUpgradeCommodity'."\n" ."\n" .'示例中的 Commodity 参数说明如下:'."\n" .'- 必传参数'."\n" .' - productCode:商品码'."\n" .' - skuCode:商品规格码。预付费固定为 prepay,后付费固定为 postpay。'."\n" .' - duration:周期数量 1,2,3...。'."\n" .' - pricingCycle:周期单位。Day(日),Month(月),Year(年)。'."\n" .' - components:规格模块。其中版本 package_version 必传,其他模块根据商品的设置来传。'."\n" ."\n" .'- 可选参数'."\n" .' - quantity:订购数量'."\n" .' - queryPromotion:是否查询优惠'."\n" .' - couponId:优惠卷 ID'."\n" .' - properties:订单扩展属性字符串,JSON 的 dict 格式'."\n", 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => 'InstanceBuyCommodity示例:{"components":{"package_version":"yuncode1394000000"},"duration":100,"pricingCycle":"Year","productCode":"cmfw019940","properties":{},"quantity":1,"skuCode":"cmfw019940-prepay"};InstanceRenewCommodity示例:{“components”:{“package_version”:”yuncode1806900001”},”quantity”:1,”duration”:2,”instanceId”:”6227091”,”productCode”:”cmgj024069”,”pricingCycle”:”Month”,”properties”:{},”skuCode”:”cmgj024069-prepay”};InstanceUpgradeCommodity示例:{“components”:{“package_version”:”yuncode1806900002”},”quantity”:1,”duration”:1,”instanceId”:”6227091”,”productCode”:”cmgj024069”,”pricingCycle”:”Month”,”properties”:{},”skuCode”:”cmgj024069-prepay”} ', ], ], [ 'name' => 'OrderSouce', 'in' => 'query', 'schema' => [ 'description' => '订单来源(未启用)', 'type' => 'string', 'required' => false, 'example' => 'abc', ], ], [ 'name' => 'PaymentType', 'in' => 'query', 'schema' => [ 'description' => '付款方式:'."\n" .'* AUTO:余额自动支付'."\n" .'* HAND:手动支付'."\n", 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => 'HAND', ], ], [ 'name' => 'ClientToken', 'in' => 'query', 'schema' => [ 'description' => '用于保证请求的幂等性。 '."\n" .'由客户端生成该参数值,要保证在不同请求间唯一,最大不值过 64 个 ASCII 字符。'."\n", 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => '2709c68a-d569-4819-9c5d-1222ed2ee924', ], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'OrderId' => [ 'description' => '订单 ID', 'type' => 'string', 'example' => '202********0117', ], 'RequestId' => [ 'description' => '请求 ID', 'type' => 'string', 'example' => '4ca591b5-bc30-4fa7-aeaa-c4d0ec5d24ed', ], 'InstanceIds' => [ 'type' => 'object', 'itemNode' => true, 'properties' => [ 'InstanceId' => [ 'type' => 'array', 'items' => [ 'description' => '实例 ID', 'type' => 'string', 'example' => '5604018', ], ], ], ], ], ], ], ], 'responseDemo' => '[{"type":"json","example":"{\\n \\"OrderId\\": \\"202********0117\\",\\n \\"RequestId\\": \\"4ca591b5-bc30-4fa7-aeaa-c4d0ec5d24ed\\",\\n \\"InstanceIds\\": {\\n \\"InstanceId\\": [\\n \\"5604018\\"\\n ]\\n }\\n}","errorExample":"{\\"RequestId\\":\\"004CDE94-C51C-4EBD-8D4A-8874888ECBDB\\",\\"HostId\\":\\"market.aliyuncs.com\\",\\"Code\\":\\"UnknownError\\",\\"Message\\":\\"The request processing has failed due to some unknown error.\\"}\\n"},{"type":"xml","example":"\\n4ca591b5-bc30-4fa7-aeaa-c4d0ec5d24ed\\n\\n 5604018\\n\\n202********0117\\n","errorExample":"904A07C3-D30A-4E2C-93B2-DDECAE4B66E8market.aliyuncs.comUnknownErrorThe request processing has failed due to some unknown error.\\n"}]', 'title' => '创建订单', 'description' => '请确保在使用该接口前,已充分了解云市场产品的收费方式和[价格](https://market.aliyun.com/)。'."\n" ."\n" .'商业镜像创建订单接口请参考 [CreateInstance](https://help.aliyun.com/document_detail/25499.html)。', 'requestParamsDescription' => ' ', 'responseParamsDescription' => ' ', 'extraInfo' => ' ', ], 'DescribeOrder' => [ 'summary' => '调用 DescribeOrder 用于查询对应订单的详细信息。', 'methods' => [ 'post', 'get', ], 'schemes' => [ 'http', 'https', ], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'read', 'deprecated' => false, 'systemTags' => [ 'operationType' => 'get', 'riskType' => 'none', 'chargeType' => 'free', ], 'parameters' => [ [ 'name' => 'OrderId', 'in' => 'query', 'schema' => [ 'description' => '订单ID', 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => '202*********415', ], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'ProductName' => [ 'description' => '订购商品名称', 'type' => 'string', 'example' => 'saas服务产品', ], 'SupplierCompanyName' => [ 'description' => '卖家公司名称', 'type' => 'string', 'example' => '**科技股份有限公司', ], 'OriginalPrice' => [ 'description' => '订单原价(元)', 'type' => 'number', 'format' => 'float', 'example' => '10.0', ], 'AliUid' => [ 'description' => '阿里云用户唯一标识(aliyunPK)', 'type' => 'integer', 'format' => 'int64', 'example' => '190311111111****', ], 'CouponPrice' => [ 'description' => '已使用代金券金额(元)', 'type' => 'number', 'format' => 'float', 'example' => '0.0', ], 'AccountQuantity' => [ 'description' => '账号数', 'type' => 'integer', 'format' => 'int64', 'example' => '0', ], 'PeriodType' => [ 'description' => '预付费的时间单位。取值:'."\n" ."\n" .'- MONTH:单月'."\n" .'- SEASON:季度'."\n" .'- HALFYEAR:半年'."\n" .'- YEAR:一年'."\n" .'- TWOYEARS:两年'."\n" .'- ONCE:单次', 'type' => 'string', 'example' => 'MONTH', ], 'RequestId' => [ 'description' => '请求 ID', 'type' => 'string', 'example' => '6EF60BEC-0242-43AF-BB20-270359FB54A7', ], 'PayStatus' => [ 'description' => '付款状态。取值:'."\n" ."\n" .'- PAID 已支付'."\n" .'- UNPAID 未支付', 'type' => 'string', 'example' => 'PAID', ], 'PaymentPrice' => [ 'description' => '实际支付金额(元)', 'type' => 'number', 'format' => 'float', 'example' => '0.0', ], 'OrderStatus' => [ 'description' => '订单状态。取值:'."\n" ."\n" .'- NORMAL 正常'."\n" .'- REFUND 退款'."\n" .'- DELETE 作废', 'type' => 'string', 'example' => 'NORMAL', ], 'ProductSkuCode' => [ 'description' => '订购商品规格 Code', 'type' => 'string', 'example' => 'cmgj02****-prepay', ], 'PaidOn' => [ 'description' => '付款时间', 'type' => 'integer', 'format' => 'int64', 'example' => '1531191675000', ], 'Components' => [ 'description' => '订单模块信息。示例中的参数说明如下:'."\n" ."\n" .'- package_quantity: 使用次数(API 商品特有模块)'."\n" .'- package_version:版本'."\n" .'- ord_time: 时长'."\n" .'- order_num: 数量'."\n" .'- code:模块 Code'."\n" .'- globarKey: 模块 key'."\n" .'- name: 模块名称'."\n" .'- value: 模块值', 'type' => 'object', 'example' => '{ "package_quantity": { "code": "package_quantity", "globarKey": "cmapi014302_package_quantity_package_quantity_10000", "name": "10000次", "value": "10000" }, "package_version": { "code": "package_version", "globarKey": "cmapi014302_package_version_package_version_yuncode830200000", "name": "0元/10000次", "value": "yuncode830200000" }, "ord_time": { "code": "ord_time", "globarKey": "cmapi014302_ord_time_ord_time_6:Month", "name": "6个月", "value": "6:Month" }, "order_num": { "code": "order_num", "globarKey": "cmapi014302_order_num_order_num_1", "name": "1", "value": "1" } }', ], 'CreatedOn' => [ 'description' => '下单时间', 'type' => 'integer', 'format' => 'int64', 'example' => '1531191564000', ], 'OrderType' => [ 'description' => '订单类型。取值:'."\n" ."\n" .'- NEW 新购订单'."\n" .'- RENEW 续费订单'."\n" .'- TRIAL 试用订单', 'type' => 'string', 'example' => 'NEW', ], 'TotalPrice' => [ 'description' => '订单应收金额(元)', 'type' => 'number', 'format' => 'float', 'example' => '0.0', ], 'Quantity' => [ 'description' => '订购数量', 'type' => 'integer', 'format' => 'int32', 'example' => '1', ], 'OrderId' => [ 'description' => '订单ID', 'type' => 'integer', 'format' => 'int64', 'example' => '202211111111111', ], 'ProductCode' => [ 'description' => '商品Code', 'type' => 'string', 'example' => 'cmgj02****', ], 'SupplierTelephones' => [ 'type' => 'object', 'itemNode' => true, 'properties' => [ 'Telephone' => [ 'description' => '卖家客服热线', 'type' => 'array', 'items' => [ 'description' => '卖家客服热线', 'type' => 'string', 'example' => '{139*****950, 139*****831}', ], ], ], ], 'InstanceIds' => [ 'type' => 'object', 'itemNode' => true, 'properties' => [ 'InstanceId' => [ 'description' => '订单关联业务实例', 'type' => 'array', 'items' => [ 'description' => '订单关联业务实例 ID', 'type' => 'string', 'example' => '{1597985, 1227195}', ], ], ], ], ], ], ], ], 'errorCodes' => [ 500 => [ [ 'errorCode' => 'UnknownError', 'errorMessage' => 'An error occurred while processing your request.', ], ], ], 'responseDemo' => '[{"type":"json","example":"{\\n \\"ProductName\\": \\"saas服务产品\\",\\n \\"SupplierCompanyName\\": \\"**科技股份有限公司\\",\\n \\"OriginalPrice\\": 10,\\n \\"AliUid\\": 0,\\n \\"CouponPrice\\": 0,\\n \\"AccountQuantity\\": 0,\\n \\"PeriodType\\": \\"MONTH\\",\\n \\"RequestId\\": \\"6EF60BEC-0242-43AF-BB20-270359FB54A7\\",\\n \\"PayStatus\\": \\"PAID\\",\\n \\"PaymentPrice\\": 0,\\n \\"OrderStatus\\": \\"NORMAL\\",\\n \\"ProductSkuCode\\": \\"cmgj02****-prepay\\",\\n \\"PaidOn\\": 1531191675000,\\n \\"Components\\": {\\n \\"package_quantity\\": {\\n \\"code\\": \\"package_quantity\\",\\n \\"globarKey\\": \\"cmapi014302_package_quantity_package_quantity_10000\\",\\n \\"name\\": \\"10000次\\",\\n \\"value\\": \\"10000\\"\\n },\\n \\"package_version\\": {\\n \\"code\\": \\"package_version\\",\\n \\"globarKey\\": \\"cmapi014302_package_version_package_version_yuncode830200000\\",\\n \\"name\\": \\"0元/10000次\\",\\n \\"value\\": \\"yuncode830200000\\"\\n },\\n \\"ord_time\\": {\\n \\"code\\": \\"ord_time\\",\\n \\"globarKey\\": \\"cmapi014302_ord_time_ord_time_6:Month\\",\\n \\"name\\": \\"6个月\\",\\n \\"value\\": \\"6:Month\\"\\n },\\n \\"order_num\\": {\\n \\"code\\": \\"order_num\\",\\n \\"globarKey\\": \\"cmapi014302_order_num_order_num_1\\",\\n \\"name\\": \\"1\\",\\n \\"value\\": \\"1\\"\\n }\\n },\\n \\"CreatedOn\\": 1531191564000,\\n \\"OrderType\\": \\"NEW\\",\\n \\"TotalPrice\\": 0,\\n \\"Quantity\\": 1,\\n \\"OrderId\\": 202211111111111,\\n \\"ProductCode\\": \\"cmgj02****\\",\\n \\"SupplierTelephones\\": {\\n \\"Telephone\\": [\\n \\"{139*****950, 139*****831}\\"\\n ]\\n },\\n \\"InstanceIds\\": {\\n \\"InstanceId\\": [\\n \\"{1597985, 1227195}\\"\\n ]\\n }\\n}","errorExample":""},{"type":"xml","example":"\\n 1531191675000\\n MONTH\\n 0.0\\n PAID\\n 10.0\\n saas服务产品\\n 6EF60BEC-0242-43AF-BB20-270359FB54A7\\n cmgj02****\\n **科技股份有限公司\\n 1\\n 202211111111111\\n \\n {139*****950, 139*****831}\\n \\n { \\"package_quantity\\": { \\"code\\": \\"package_quantity\\", \\"globarKey\\": \\"cmapi014302_package_quantity_package_quantity_10000\\", \\"name\\": \\"10000次\\", \\"value\\": \\"10000\\" }, \\"package_version\\": { \\"code\\": \\"package_version\\", \\"globarKey\\": \\"cmapi014302_package_version_package_version_yuncode830200000\\", \\"name\\": \\"0元/10000次\\", \\"value\\": \\"yuncode830200000\\" }, \\"ord_time\\": { \\"code\\": \\"ord_time\\", \\"globarKey\\": \\"cmapi014302_ord_time_ord_time_6:Month\\", \\"name\\": \\"6个月\\", \\"value\\": \\"6:Month\\" }, \\"order_num\\": { \\"code\\": \\"order_num\\", \\"globarKey\\": \\"cmapi014302_order_num_order_num_1\\", \\"name\\": \\"1\\", \\"value\\": \\"1\\" } }\\n NORMAL\\n NEW\\n 0.0\\n cmgj02****-prepay\\n 1531191564000\\n 0.0\\n \\n {1597985, 1227195}\\n \\n 0\\n 190311111111****\\n","errorExample":""}]', 'title' => '用于查询对应订单的详细信息', ], 'DescribeProjectMessages' => [ 'summary' => '调用DescribeProjectMessages获取项目流程留言信息列表。', 'methods' => [ 'post', 'get', ], 'schemes' => [ 'http', 'https', ], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'read', 'deprecated' => false, 'systemTags' => [ 'operationType' => 'get', 'riskType' => 'none', 'chargeType' => 'free', ], 'parameters' => [ [ 'name' => 'InstanceId', 'in' => 'query', 'schema' => [ 'description' => '云市场业务实例ID', 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => '4****89', ], ], [ 'name' => 'PageIndex', 'in' => 'query', 'schema' => [ 'description' => '查询页码,每页查询20条。', 'type' => 'integer', 'format' => 'int32', 'required' => false, 'example' => '1', ], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'RequestId' => [ 'description' => '请求ID', 'type' => 'string', 'example' => '00eb4de1-6cff-4f56-833e-7b1e070e398d', ], 'TotalCount' => [ 'description' => '留言总条数', 'type' => 'integer', 'format' => 'int64', 'example' => '28', ], 'Success' => [ 'description' => '成功状态标识', 'type' => 'boolean', 'example' => 'true', ], 'Result' => [ 'type' => 'array', 'items' => [ 'type' => 'object', 'properties' => [ 'GmtCreate' => [ 'description' => '留言时间(Unix时间戳)', 'type' => 'integer', 'format' => 'int64', 'example' => '1589015560000', ], 'Operator' => [ 'description' => '留言人的阿里云UID', 'type' => 'integer', 'format' => 'int64', 'example' => '452611111****', ], 'OperatorRole' => [ 'description' => '操作人角色,取值:'."\n" ."\n" .'- System:系统'."\n" .'- Custom:客户'."\n" .'- Provider:服务提供商', 'type' => 'string', 'example' => 'Provider', ], 'Content' => [ 'description' => '留言内容', 'type' => 'string', 'example' => '尊敬的客户您好,我们已经为您上传了方案,请您查阅,然后尽快将您的意见反馈给我们。', ], 'OperatorName' => [ 'description' => '留言人名称', 'type' => 'string', 'example' => '***科技技术有限公司', ], ], ], ], ], ], ], ], 'errorCodes' => [ 400 => [ [ 'errorCode' => 'IllegalRequest', 'errorMessage' => 'Illegal request.', ], [ 'errorCode' => 'IllegalParameter', 'errorMessage' => 'Illegal parameter %s.', ], [ 'errorCode' => 'IllegalResult', 'errorMessage' => 'Illegal result.', ], [ 'errorCode' => 'IllegalPermission', 'errorMessage' => 'Permission Denied.', ], ], 500 => [ [ 'errorCode' => 'InternalError', 'errorMessage' => 'The request processing has failed due to some unknown error.', ], ], ], 'responseDemo' => '[{"type":"json","example":"{\\n \\"RequestId\\": \\"00eb4de1-6cff-4f56-833e-7b1e070e398d\\",\\n \\"TotalCount\\": 28,\\n \\"Success\\": true,\\n \\"Result\\": [\\n {\\n \\"GmtCreate\\": 1589015560000,\\n \\"Operator\\": 0,\\n \\"OperatorRole\\": \\"Provider\\",\\n \\"Content\\": \\"尊敬的客户您好,我们已经为您上传了方案,请您查阅,然后尽快将您的意见反馈给我们。\\",\\n \\"OperatorName\\": \\"***科技技术有限公司\\"\\n }\\n ]\\n}","errorExample":""},{"type":"xml","example":"\\n 21\\n 00eb4de1-6cff-4f56-833e-7b1e070e398d\\n true\\n \\n 452611111****\\n ***科技技术有限公司\\n 1589015560000\\n Provider\\n 尊敬的客户您好,我们已经为您上传了方案,请您查阅,然后尽快将您的意见反馈给我们。\\n \\n","errorExample":""}]', 'title' => '获取项目流程留言信息列表', ], 'DescribeProjectNodes' => [ 'summary' => '调用DescribeProjectNodes获取项目流程节点列表。', 'methods' => [ 'post', 'get', ], 'schemes' => [ 'http', 'https', ], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'read', 'deprecated' => false, 'systemTags' => [ 'operationType' => 'get', 'riskType' => 'none', 'chargeType' => 'free', ], 'parameters' => [ [ 'name' => 'InstanceId', 'in' => 'query', 'schema' => [ 'description' => '云市场订单实例ID。', 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => '4****89', ], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'Success' => [ 'description' => '成功状态标识', 'type' => 'boolean', 'example' => 'true', ], 'RequestId' => [ 'description' => '请求 ID', 'type' => 'string', 'example' => '937fee1f-26bb-4b6e-8def-977a6bdaa1e5', ], 'Result' => [ 'description' => '无', 'type' => 'array', 'items' => [ 'description' => '节点执行结果', 'type' => 'object', 'properties' => [ 'NextNodeId' => [ 'description' => '下一个流程节点 ID', 'type' => 'integer', 'format' => 'int64', 'example' => '8472', ], 'StepNo' => [ 'description' => '所属流程节点的序号', 'type' => 'integer', 'format' => 'int32', 'example' => '2', ], 'AutoFinishNode' => [ 'description' => '节点超时是否自动完成', 'type' => 'boolean', 'example' => 'false', ], 'FinalStepNo' => [ 'description' => '最终流程节点的序号', 'type' => 'integer', 'format' => 'int32', 'example' => '4', ], 'PreviousNodeId' => [ 'description' => '上一个流程节点 ID', 'type' => 'integer', 'format' => 'int64', 'example' => '8470', ], 'ParentNodeId' => [ 'description' => '父级流程节点 ID', 'type' => 'integer', 'format' => 'int64', 'example' => '0', ], 'GmtExpired' => [ 'description' => '流程节点超时时间(Unix 时间戳)', 'type' => 'integer', 'format' => 'int64', 'example' => '1588834325000', ], 'OperatorRole' => [ 'description' => '操作人角色,取值:'."\n" ."\n" .'- System:系统'."\n" .'- Custom:客户'."\n" .'- Provider:服务提供商', 'type' => 'string', 'example' => 'System', ], 'GmtStart' => [ 'description' => '流程节点开始时间(Unix时间戳)', 'type' => 'integer', 'format' => 'int64', 'example' => '1588834325000', ], 'NodeStatus' => [ 'description' => '节点执行状态,取值:'."\n" .'- NotStart:未开始'."\n" .'- Starting:进行中'."\n" .'- Cancel:已取消'."\n" .'- Finish:已完成', 'type' => 'string', 'example' => 'Finish', ], 'NodeName' => [ 'description' => '节点名称', 'type' => 'string', 'example' => '分配服务商节点', ], 'GmtFinished' => [ 'description' => '流程节点完成时间(unix时间戳)', 'type' => 'integer', 'format' => 'int64', 'example' => '1588834325000', ], 'AllowRollbackNode' => [ 'description' => '是否允许执行回滚到上一个流程节点', 'type' => 'boolean', 'example' => 'false', ], 'TemplateForm' => [ 'description' => '流程节点表单内容', 'type' => 'string', 'example' => '[ {"fieldKey": "TFD0","isRequired": true,"maxLength": 50, "placeHolder": "姓名","stepNum": 0,"title": "收货人姓名","type": "text" },{ "fieldKey": "TFD1","isRequired": true,"maxLength": 50,"placeHolder": "手机号码","stepNum": 1,"title": "收货人电话","type": "text"},{"fieldKey": "TFD2","isRequired": true,"maxLength": 50,"placeHolder": "省市区街道门牌号码","stepNum": 2,"title": "详细收货地址","type": "textarea"}]', ], 'NeedAttachment' => [ 'description' => '是否强制要求上传附件', 'type' => 'boolean', 'example' => 'false', ], 'NodeId' => [ 'description' => '流程节点id', 'type' => 'integer', 'format' => 'int64', 'example' => '8471', ], ], ], ], ], ], ], ], 'errorCodes' => [ 400 => [ [ 'errorCode' => 'IllegalRequest', 'errorMessage' => 'Illegal request.', ], [ 'errorCode' => 'IllegalParameter', 'errorMessage' => 'Illegal parameter %s.', ], [ 'errorCode' => 'IllegalResult', 'errorMessage' => 'Illegal result.', ], [ 'errorCode' => 'IllegalPermission', 'errorMessage' => 'Permission Denied.', ], ], 500 => [ [ 'errorCode' => 'InternalError', 'errorMessage' => 'The request processing has failed due to some unknown error.', ], ], ], 'responseDemo' => '[{"type":"json","example":"{\\n \\"Success\\": true,\\n \\"RequestId\\": \\"937fee1f-26bb-4b6e-8def-977a6bdaa1e5\\",\\n \\"Result\\": [\\n {\\n \\"NextNodeId\\": 8472,\\n \\"StepNo\\": 2,\\n \\"AutoFinishNode\\": false,\\n \\"FinalStepNo\\": 4,\\n \\"PreviousNodeId\\": 8470,\\n \\"ParentNodeId\\": 0,\\n \\"GmtExpired\\": 1588834325000,\\n \\"OperatorRole\\": \\"System\\",\\n \\"GmtStart\\": 1588834325000,\\n \\"NodeStatus\\": \\"Finish\\",\\n \\"NodeName\\": \\"分配服务商节点\\",\\n \\"GmtFinished\\": 1588834325000,\\n \\"AllowRollbackNode\\": false,\\n \\"TemplateForm\\": \\"[ {\\\\\\"fieldKey\\\\\\": \\\\\\"TFD0\\\\\\",\\\\\\"isRequired\\\\\\": true,\\\\\\"maxLength\\\\\\": 50, \\\\\\"placeHolder\\\\\\": \\\\\\"姓名\\\\\\",\\\\\\"stepNum\\\\\\": 0,\\\\\\"title\\\\\\": \\\\\\"收货人姓名\\\\\\",\\\\\\"type\\\\\\": \\\\\\"text\\\\\\" },{ \\\\\\"fieldKey\\\\\\": \\\\\\"TFD1\\\\\\",\\\\\\"isRequired\\\\\\": true,\\\\\\"maxLength\\\\\\": 50,\\\\\\"placeHolder\\\\\\": \\\\\\"手机号码\\\\\\",\\\\\\"stepNum\\\\\\": 1,\\\\\\"title\\\\\\": \\\\\\"收货人电话\\\\\\",\\\\\\"type\\\\\\": \\\\\\"text\\\\\\"},{\\\\\\"fieldKey\\\\\\": \\\\\\"TFD2\\\\\\",\\\\\\"isRequired\\\\\\": true,\\\\\\"maxLength\\\\\\": 50,\\\\\\"placeHolder\\\\\\": \\\\\\"省市区街道门牌号码\\\\\\",\\\\\\"stepNum\\\\\\": 2,\\\\\\"title\\\\\\": \\\\\\"详细收货地址\\\\\\",\\\\\\"type\\\\\\": \\\\\\"textarea\\\\\\"}]\\",\\n \\"NeedAttachment\\": false,\\n \\"NodeId\\": 8471\\n }\\n ]\\n}","errorExample":""},{"type":"xml","example":"\\n true\\n 937fee1f-26bb-4b6e-8def-977a6bdaa1e5\\n \\n 8472\\n 2\\n false\\n 4\\n 8470\\n 0\\n 1588834325000\\n System\\n 1588834325000\\n Finish\\n 分配服务商节点\\n 1588834325000\\n false\\n [ {\\"fieldKey\\": \\"TFD0\\",\\"isRequired\\": true,\\"maxLength\\": 50, \\"placeHolder\\": \\"姓名\\",\\"stepNum\\": 0,\\"title\\": \\"收货人姓名\\",\\"type\\": \\"text\\" },{ \\"fieldKey\\": \\"TFD1\\",\\"isRequired\\": true,\\"maxLength\\": 50,\\"placeHolder\\": \\"手机号码\\",\\"stepNum\\": 1,\\"title\\": \\"收货人电话\\",\\"type\\": \\"text\\"},{\\"fieldKey\\": \\"TFD2\\",\\"isRequired\\": true,\\"maxLength\\": 50,\\"placeHolder\\": \\"省市区街道门牌号码\\",\\"stepNum\\": 2,\\"title\\": \\"详细收货地址\\",\\"type\\": \\"textarea\\"}]\\n false\\n 8471\\n \\n","errorExample":""}]', 'title' => '获取项目流程节点列表', 'description' => '**'."\n" .'**', ], 'DescribeProjectOperateLogs' => [ 'summary' => '调用DescribeProjectOperateLogs获取项目流程操作日志。', 'methods' => [ 'post', 'get', ], 'schemes' => [ 'http', 'https', ], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'read', 'deprecated' => false, 'systemTags' => [ 'operationType' => 'get', 'riskType' => 'none', 'chargeType' => 'free', ], 'parameters' => [ [ 'name' => 'InstanceId', 'in' => 'query', 'schema' => [ 'description' => '云市场订单实例ID', 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => '4****89', ], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'Success' => [ 'description' => '成功状态标识', 'type' => 'boolean', 'example' => 'true', ], 'RequestId' => [ 'description' => '请求id', 'type' => 'string', 'example' => 'e6037e86-657f-4194-bb6a-7b26973aec8d', ], 'Result' => [ 'description' => '返回结果', 'type' => 'array', 'items' => [ 'description' => '返回结果', 'type' => 'object', 'properties' => [ 'GmtCreate' => [ 'description' => '操作时间(unix时间戳)', 'type' => 'integer', 'format' => 'int64', 'example' => '1587624497000', ], 'Operator' => [ 'description' => '操作人阿里云uid', 'type' => 'integer', 'format' => 'int64', 'example' => '0', ], 'OperatorRole' => [ 'description' => '操作人角色-System:系统-Custom:客户-Provider:服务提供商', 'type' => 'string', 'example' => 'System', ], 'Description' => [ 'description' => '操作内容描述', 'type' => 'string', 'example' => '进入分配服务商操作人', ], 'OperatorName' => [ 'description' => '操作人名称', 'type' => 'string', 'example' => '系统', ], ], ], ], ], ], ], ], 'errorCodes' => [ 400 => [ [ 'errorCode' => 'IllegalRequest', 'errorMessage' => 'Illegal request.', ], [ 'errorCode' => 'IllegalParameter', 'errorMessage' => 'Illegal parameter %s.', ], [ 'errorCode' => 'IllegalResult', 'errorMessage' => 'Illegal result.', ], [ 'errorCode' => 'IllegalPermission', 'errorMessage' => 'Permission Denied.', ], ], 500 => [ [ 'errorCode' => 'InternalError', 'errorMessage' => 'The request processing has failed due to some unknown error.', ], ], ], 'responseDemo' => '[{"type":"json","example":"{\\n \\"Success\\": true,\\n \\"RequestId\\": \\"e6037e86-657f-4194-bb6a-7b26973aec8d\\",\\n \\"Result\\": [\\n {\\n \\"GmtCreate\\": 1587624497000,\\n \\"Operator\\": 0,\\n \\"OperatorRole\\": \\"System\\",\\n \\"Description\\": \\"进入分配服务商操作人\\",\\n \\"OperatorName\\": \\"系统\\"\\n }\\n ]\\n}","errorExample":""},{"type":"xml","example":"\\n true\\n e6037e86-657f-4194-bb6a-7b26973aec8d\\n \\n 1587624497000\\n 0\\n System\\n 进入分配服务商操作人\\n 系统\\n \\n","errorExample":""}]', 'title' => '获取项目流程操作日志', 'description' => '**'."\n" .'**', ], 'DescribeCurrentNodeInfo' => [ 'summary' => '调用DescribeCurrentNodeInfo获取当前节点的流程信息。', 'methods' => [ 'post', 'get', ], 'schemes' => [ 'http', 'https', ], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'read', 'deprecated' => false, 'systemTags' => [ 'operationType' => 'get', 'riskType' => 'none', 'chargeType' => 'free', ], 'parameters' => [ [ 'name' => 'InstanceId', 'in' => 'query', 'schema' => [ 'description' => '云市场订单实例ID', 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => '4****89', ], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'Success' => [ 'description' => '成功状态标识', 'type' => 'boolean', 'example' => 'true', ], 'RequestId' => [ 'description' => '请求id', 'type' => 'string', 'example' => '00eb4de1-6cff-4f56-833e-7b1e070e398d', ], 'Result' => [ 'description' => '成功流程节点信息', 'type' => 'object', 'properties' => [ 'NextNodeId' => [ 'description' => '下一个流程节点id', 'type' => 'integer', 'format' => 'int64', 'example' => '8473', ], 'StepNo' => [ 'description' => '所属流程节点的序号', 'type' => 'integer', 'format' => 'int32', 'example' => '3', ], 'AutoFinishNode' => [ 'description' => '是否自动完成节点', 'type' => 'boolean', 'example' => 'false', ], 'FinalStepNo' => [ 'description' => '最后节点的序号', 'type' => 'integer', 'format' => 'int32', 'example' => '4', ], 'PreviousNodeId' => [ 'description' => '上一个流程节点id', 'type' => 'integer', 'format' => 'int64', 'example' => '8471', ], 'ParentNodeId' => [ 'description' => '父级流程节点id', 'type' => 'integer', 'format' => 'int64', 'example' => '0', ], 'GmtExpired' => [ 'description' => '流程节点超时时间(unix时间戳)', 'type' => 'integer', 'format' => 'int64', 'example' => '1588920725000', ], 'OperatorRole' => [ 'description' => '流程节点操作人角色,取值:-system:系统-custom:用户', 'type' => 'string', 'example' => 'Provider', ], 'GmtStart' => [ 'description' => '流程节点开始时间(unix时间戳)', 'type' => 'integer', 'format' => 'int64', 'example' => '1588834325000', ], 'NodeStatus' => [ 'description' => '节点执行状态,取值:-NotStart:未开始-Starting:进行中-Cancel:已取消-Finish:已完成', 'type' => 'string', 'example' => 'Starting', ], 'NodeName' => [ 'description' => '节点名称', 'type' => 'string', 'example' => '等待服务开通', ], 'GmtFinished' => [ 'description' => '流程节点完成时间(unix时间戳)', 'type' => 'integer', 'format' => 'int64', 'example' => '1588920725000', ], 'AllowRollbackNode' => [ 'description' => '是否允许执行回滚到上一个流程节点', 'type' => 'boolean', 'example' => 'false', ], 'TemplateForm' => [ 'description' => '流程节点表单内容,格式为json。'."\n" .'示例代码如下:'."\n" .'`[ { "fieldKey": "TFD0", //表单 key "isRequired": true, //是否必填项 "maxLength": 50, //最大值长度 "placeHolder": "姓名", //表单值简介 "stepNum": 0, //排序值(升序) "title": "收货人姓名", //表单标题 "type": "text" //表单类型 }, { "fieldKey": "TFD1", "isRequired": true, "maxLength": 50, "placeHolder": "手机号码", "stepNum": 1, "title": "收货人电话", "type": "text" }, { "fieldKey": "TFD2", "isRequired": true, "maxLength": 50, "placeHolder": "省市区街道门牌号码", "stepNum": 2, "title": "详细收货地址", "type": "textarea" } ]`', 'type' => 'string', 'example' => '[ {"fieldKey": "TFD0","isRequired": true,"maxLength": 50, "placeHolder": "姓名","stepNum": 0,"title": "收货人姓名","type": "text" },{ "fieldKey": "TFD1","isRequired": true,"maxLength": 50,"placeHolder": "手机号码","stepNum": 1,"title": "收货人电话","type": "text"},{"fieldKey": "TFD2","isRequired": true,"maxLength": 50,"placeHolder": "省市区街道门牌号码","stepNum": 2,"title": "详细收货地址","type": "textarea"}]', ], 'NeedAttachment' => [ 'description' => '是否强制要求上传附件', 'type' => 'boolean', 'example' => 'false', ], 'NodeId' => [ 'description' => '流程节点id', 'type' => 'integer', 'format' => 'int64', 'example' => '8472', ], ], ], ], ], ], ], 'errorCodes' => [ 400 => [ [ 'errorCode' => 'IllegalRequest', 'errorMessage' => 'Illegal request.', ], [ 'errorCode' => 'IllegalParameter', 'errorMessage' => 'Illegal parameter %s.', ], [ 'errorCode' => 'IllegalResult', 'errorMessage' => 'Illegal result.', ], [ 'errorCode' => 'IllegalPermission', 'errorMessage' => 'Permission Denied.', ], ], 500 => [ [ 'errorCode' => 'InternalError', 'errorMessage' => 'The request processing has failed due to some unknown error.', ], ], ], 'responseDemo' => '[{"type":"json","example":"{\\n \\"Success\\": true,\\n \\"RequestId\\": \\"00eb4de1-6cff-4f56-833e-7b1e070e398d\\",\\n \\"Result\\": {\\n \\"NextNodeId\\": 8473,\\n \\"StepNo\\": 3,\\n \\"AutoFinishNode\\": false,\\n \\"FinalStepNo\\": 4,\\n \\"PreviousNodeId\\": 8471,\\n \\"ParentNodeId\\": 0,\\n \\"GmtExpired\\": 1588920725000,\\n \\"OperatorRole\\": \\"Provider\\",\\n \\"GmtStart\\": 1588834325000,\\n \\"NodeStatus\\": \\"Starting\\",\\n \\"NodeName\\": \\"等待服务开通\\",\\n \\"GmtFinished\\": 1588920725000,\\n \\"AllowRollbackNode\\": false,\\n \\"TemplateForm\\": \\"[ {\\\\\\"fieldKey\\\\\\": \\\\\\"TFD0\\\\\\",\\\\\\"isRequired\\\\\\": true,\\\\\\"maxLength\\\\\\": 50, \\\\\\"placeHolder\\\\\\": \\\\\\"姓名\\\\\\",\\\\\\"stepNum\\\\\\": 0,\\\\\\"title\\\\\\": \\\\\\"收货人姓名\\\\\\",\\\\\\"type\\\\\\": \\\\\\"text\\\\\\" },{ \\\\\\"fieldKey\\\\\\": \\\\\\"TFD1\\\\\\",\\\\\\"isRequired\\\\\\": true,\\\\\\"maxLength\\\\\\": 50,\\\\\\"placeHolder\\\\\\": \\\\\\"手机号码\\\\\\",\\\\\\"stepNum\\\\\\": 1,\\\\\\"title\\\\\\": \\\\\\"收货人电话\\\\\\",\\\\\\"type\\\\\\": \\\\\\"text\\\\\\"},{\\\\\\"fieldKey\\\\\\": \\\\\\"TFD2\\\\\\",\\\\\\"isRequired\\\\\\": true,\\\\\\"maxLength\\\\\\": 50,\\\\\\"placeHolder\\\\\\": \\\\\\"省市区街道门牌号码\\\\\\",\\\\\\"stepNum\\\\\\": 2,\\\\\\"title\\\\\\": \\\\\\"详细收货地址\\\\\\",\\\\\\"type\\\\\\": \\\\\\"textarea\\\\\\"}]\\",\\n \\"NeedAttachment\\": false,\\n \\"NodeId\\": 8472\\n }\\n}","errorExample":""},{"type":"xml","example":"\\n true\\n 00eb4de1-6cff-4f56-833e-7b1e070e398d\\n \\n 8473\\n 3\\n false\\n 4\\n 8471\\n 0\\n 1588920725000\\n Provider\\n 1588834325000\\n Starting\\n 等待服务开通\\n 1588920725000\\n false\\n [ {\\"fieldKey\\": \\"TFD0\\",\\"isRequired\\": true,\\"maxLength\\": 50, \\"placeHolder\\": \\"姓名\\",\\"stepNum\\": 0,\\"title\\": \\"收货人姓名\\",\\"type\\": \\"text\\" },{ \\"fieldKey\\": \\"TFD1\\",\\"isRequired\\": true,\\"maxLength\\": 50,\\"placeHolder\\": \\"手机号码\\",\\"stepNum\\": 1,\\"title\\": \\"收货人电话\\",\\"type\\": \\"text\\"},{\\"fieldKey\\": \\"TFD2\\",\\"isRequired\\": true,\\"maxLength\\": 50,\\"placeHolder\\": \\"省市区街道门牌号码\\",\\"stepNum\\": 2,\\"title\\": \\"详细收货地址\\",\\"type\\": \\"textarea\\"}]\\n false\\n 8472\\n \\n","errorExample":""}]', 'title' => '获取当前节点的流程信息', 'description' => '**'."\n" .'**', ], 'FinishCurrentProjectNode' => [ 'summary' => '调用FinishCurrentProjectNode完成当前流程。', 'methods' => [ 'post', ], 'schemes' => [ 'http', 'https', ], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'write', 'deprecated' => false, 'systemTags' => [ 'operationType' => 'update', 'riskType' => 'none', 'chargeType' => 'free', ], 'parameters' => [ [ 'name' => 'InstanceId', 'in' => 'query', 'schema' => [ 'description' => '云市场订单实例ID', 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => '4****89', ], ], [ 'name' => 'NodeId', 'in' => 'query', 'schema' => [ 'description' => '流程节点ID', 'type' => 'integer', 'format' => 'int64', 'required' => true, 'docRequired' => true, 'example' => '1924', ], ], [ 'name' => 'TemplateForm', 'in' => 'query', 'schema' => [ 'description' => '提交表单内容,格式为json。示例代码如下:{"TFD0":"mr.go","TFD1":"1330010xxxx","TFD2":"北京市朝阳区望京街道x区y号"}', 'type' => 'string', 'required' => false, 'example' => '{"TFD0": "Mr.Go","TFD1": "1330010xxxx","TFD2": "北京市朝阳区望京街道X区Y号" }', ], ], [ 'name' => 'Remark', 'in' => 'query', 'schema' => [ 'description' => '备注信息', 'type' => 'string', 'required' => false, 'example' => '收货地址已提交,请尽快安排发货。', ], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'RequestId' => [ 'description' => '请求id', 'type' => 'string', 'example' => 'ee69a00f-189b-400f-9fd2-af89749fb50f', ], 'Result' => [ 'description' => '返回结果', 'type' => 'boolean', 'example' => 'true', ], 'Success' => [ 'description' => '成功状态标识', 'type' => 'boolean', 'example' => 'true', ], ], ], ], ], 'errorCodes' => [ 400 => [ [ 'errorCode' => 'IllegalRequest', 'errorMessage' => 'Illegal request.', ], [ 'errorCode' => 'IllegalParameter', 'errorMessage' => 'Illegal parameter %s.', ], [ 'errorCode' => 'IllegalResult', 'errorMessage' => 'Illegal result.', ], [ 'errorCode' => 'IllegalPermission', 'errorMessage' => 'Permission Denied.', ], [ 'errorCode' => 'IllegalOperatorRole', 'errorMessage' => 'Illegal operator role.', ], [ 'errorCode' => 'IllegalCurrentNode', 'errorMessage' => 'Illegal current node.', ], ], 500 => [ [ 'errorCode' => 'InternalError', 'errorMessage' => 'The request processing has failed due to some unknown error.', ], ], ], 'responseDemo' => '[{"type":"json","example":"{\\n \\"RequestId\\": \\"ee69a00f-189b-400f-9fd2-af89749fb50f\\",\\n \\"Result\\": true,\\n \\"Success\\": true\\n}","errorExample":""},{"type":"xml","example":"\\n ee69a00f-189b-400f-9fd2-af89749fb50f\\n true\\n true\\n","errorExample":""}]', 'title' => '完成当前流程', 'description' => '**'."\n" .'**', ], 'RollbackCurrentProjectNode' => [ 'summary' => '调用RollbackCurrentProjectNode触发当前流程驳回。', 'methods' => [ 'post', ], 'schemes' => [ 'http', 'https', ], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'readAndWrite', 'deprecated' => false, 'systemTags' => [ 'operationType' => 'update', 'riskType' => 'none', 'chargeType' => 'free', ], 'parameters' => [ [ 'name' => 'InstanceId', 'in' => 'query', 'schema' => [ 'description' => '云市场订单实例ID', 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => '4****89', ], ], [ 'name' => 'NodeId', 'in' => 'query', 'schema' => [ 'description' => '当前流程节点ID', 'type' => 'integer', 'format' => 'int64', 'required' => true, 'docRequired' => true, 'example' => '1925', ], ], [ 'name' => 'Remark', 'in' => 'query', 'schema' => [ 'description' => '打回原因备注', 'type' => 'string', 'required' => false, 'example' => '尊敬的顾客您好,您提交的收货地址存在多个匹配结果,请您核对后再重新提交。', ], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'RequestId' => [ 'description' => '请求id', 'type' => 'string', 'example' => 'ee69a00f-189b-400f-9fd2-af89749fb50f', ], 'Result' => [ 'description' => '是否返回成功', 'type' => 'boolean', 'example' => 'true', ], 'Success' => [ 'description' => '成功状态标识', 'type' => 'boolean', 'example' => 'true', ], ], ], ], ], 'errorCodes' => [ 400 => [ [ 'errorCode' => 'IllegalRequest', 'errorMessage' => 'Illegal request.', ], [ 'errorCode' => 'IllegalParameter', 'errorMessage' => 'Illegal parameter %s.', ], [ 'errorCode' => 'IllegalResult', 'errorMessage' => 'Illegal result.', ], [ 'errorCode' => 'IllegalPermission', 'errorMessage' => 'Permission Denied.', ], [ 'errorCode' => 'IllegalOperatorRole', 'errorMessage' => 'Illegal operator role.', ], [ 'errorCode' => 'IllegalCurrentNode', 'errorMessage' => 'Illegal current node.', ], [ 'errorCode' => 'IllegalProjectStatus', 'errorMessage' => 'Illegal project status.', ], ], 500 => [ [ 'errorCode' => 'InternalError', 'errorMessage' => 'The request processing has failed due to some unknown error.', ], ], ], 'responseDemo' => '[{"type":"json","example":"{\\n \\"RequestId\\": \\"ee69a00f-189b-400f-9fd2-af89749fb50f\\",\\n \\"Result\\": true,\\n \\"Success\\": true\\n}","errorExample":""},{"type":"xml","example":"\\n ee69a00f-189b-400f-9fd2-af89749fb50f\\n true\\n true\\n","errorExample":""}]', 'title' => '触发当前流程驳回', 'description' => '**'."\n" .'**', ], 'DescribeInstance' => [ 'summary' => '调用 DescribeInstance 查询实例信息。', 'methods' => [ 'post', 'get', ], 'schemes' => [ 'http', 'https', ], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'read', 'deprecated' => false, 'systemTags' => [ 'operationType' => 'get', 'riskType' => 'none', 'chargeType' => 'free', ], 'parameters' => [ [ 'name' => 'InstanceId', 'in' => 'query', 'schema' => [ 'description' => '实例 ID。', 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => '155****11', ], ], [ 'name' => 'OrderType', 'in' => 'query', 'schema' => [ 'description' => '订单类型,已废弃。', 'type' => 'string', 'required' => false, 'example' => 'NEW', ], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'Status' => [ 'description' => '业务状态,根据不同商品类型设置不同值:'."\n" ."\n" .'当ProductType = MIRROR 时'."\n" .'- PRODUCE:生产中'."\n" .'- USING:使用中'."\n" .'- UNUSED:未使用'."\n" .'- EXPIRED:已过期'."\n" .'- CLOSED:已释放'."\n" ."\n" .'当 ProductType = SERVICE 时'."\n" .'- READYING:未开始'."\n" .'- STARTED:服务中'."\n" .'- CONFIRM:已完成'."\n" .'- EXPIRED:已过期'."\n" .'- CLOSED:已释放'."\n" ."\n" .'当 ProductType = APP, DOWNLOAD, API_SERVICE, DOCKER 时'."\n" .'- OPENING:开通中'."\n" .'- OPENED:已开通'."\n" .'- EXPIRED:已过期'."\n" .'- CLOSED:已释放', 'type' => 'string', 'example' => 'OPENED', ], 'AppJson' => [ 'description' => '应用信息,示例中的参数说明如下:'."\n" ."\n" .'- username:用户名'."\n" .'- passowrd:密码'."\n" .'- frontEndUrl:前台地址'."\n" .'- adminUrl:管理地址', 'type' => 'string', 'example' => '{"frontEndUrl":"https://****.aliyundoc.com","password":"Sjtv***","adminUrl":"https://****.aliyundoc.com","username":"aliyun***"}', ], 'ProductName' => [ 'description' => '商品名称', 'type' => 'string', 'example' => '***协同办公', ], 'InstanceId' => [ 'description' => '实例ID', 'type' => 'integer', 'format' => 'int64', 'example' => '1551111111', ], 'ExtendJson' => [ 'description' => '扩展信息', 'type' => 'string', 'example' => '{"说明": "如有使用问题,请联系..."}', ], 'IsTrial' => [ 'description' => '是否试用', 'type' => 'boolean', 'example' => 'true', ], 'BeganOn' => [ 'description' => '实例开通时间(时间戳)', 'type' => 'integer', 'format' => 'int64', 'example' => '1570634021000', ], 'ComponentJson' => [ 'description' => '业务模块'."\n" ."\n" .'示例中的参数说明如下:'."\n" ."\n" .'- package_version:版本', 'type' => 'string', 'example' => '{"package_version":"yuncode000111"}', ], 'Constraints' => [ 'description' => '已废弃', 'type' => 'string', 'example' => '{}', ], 'ProductType' => [ 'description' => '商品类型,取值:'."\n" ."\n" .'- APP:应用类'."\n" .'- SERVIC:服务类'."\n" .'- MIRROR:镜像类'."\n" .'- DOWNLOAD:下载类'."\n" .'- API_SERVICE:API类'."\n" .'- DOCKER:DOCKER类', 'type' => 'string', 'example' => 'APP', ], 'HostJson' => [ 'description' => '主机信息,示例中的参数说明如下:'."\n" ."\n" .'- username:用户名'."\n" .'- passowrd:密码'."\n" .'- ip:主机 IP'."\n" .'- innerIp:主机内网 IP', 'type' => 'string', 'example' => '{"password":"***","ip":"118.31.***.41","innerIp":"118.31.***.41","region":"","username":"***","beianInfo":""}', ], 'ProductSkuCode' => [ 'description' => '规格Code', 'type' => 'string', 'example' => 'cmgj00**11-prepay', ], 'CreatedOn' => [ 'description' => '创建时间(时间戳)', 'type' => 'integer', 'format' => 'int64', 'example' => '1570634018000', ], 'EndOn' => [ 'description' => '到期时间(时间戳)', 'type' => 'integer', 'format' => 'int64', 'example' => '1602259200000', ], 'OrderId' => [ 'description' => '订单ID', 'type' => 'integer', 'format' => 'int64', 'example' => '204211111111111', ], 'ProductCode' => [ 'description' => '商品Code', 'type' => 'string', 'example' => 'cmgj00**11', ], 'SupplierName' => [ 'description' => '服务商名称', 'type' => 'string', 'example' => '*****有限公司', ], 'RelationalData' => [ 'description' => '关联信息', 'type' => 'object', 'properties' => [ 'ServiceStatus' => [ 'description' => '服务状态'."\n" ."\n" .'- READYING:未开始'."\n" .'- STARTED: 服务中'."\n" .'- CONFIRM:已完成'."\n" .'- EXPIRED: 已过期'."\n" .'- CLOSED: 已释放', 'type' => 'string', 'example' => 'STARTED', ], ], ], 'Modules' => [ 'type' => 'object', 'itemNode' => true, 'properties' => [ 'Module' => [ 'description' => '商品模块信息,已废弃。', 'type' => 'array', 'items' => [ 'description' => '已废弃', 'type' => 'object', 'properties' => [ 'Code' => [ 'description' => '已废弃', 'type' => 'string', 'example' => 'package_config', ], 'Name' => [ 'description' => '已废弃', 'type' => 'string', 'example' => '套餐配置', ], 'Id' => [ 'description' => '已废弃', 'type' => 'string', 'example' => '101*********026', ], 'Properties' => [ 'type' => 'object', 'itemNode' => true, 'properties' => [ 'Property' => [ 'description' => '已废弃', 'type' => 'array', 'items' => [ 'description' => '已废弃', 'type' => 'object', 'properties' => [ 'Key' => [ 'description' => '已废弃', 'type' => 'string', 'example' => '12', ], 'ShowType' => [ 'description' => '已废弃', 'type' => 'string', 'example' => '12', ], 'Name' => [ 'description' => '已废弃', 'type' => 'string', 'example' => '12', ], 'DisplayUnit' => [ 'description' => '已废弃', 'type' => 'string', 'example' => '12', ], 'PropertyValues' => [ 'type' => 'object', 'itemNode' => true, 'properties' => [ 'PropertyValue' => [ 'description' => '已废弃', 'type' => 'array', 'items' => [ 'description' => '已废弃', 'type' => 'object', 'properties' => [ 'DisplayName' => [ 'description' => '已废弃', 'type' => 'string', 'example' => '12', ], 'Type' => [ 'description' => '已废弃', 'type' => 'string', 'example' => '12', ], 'Step' => [ 'description' => '已废弃', 'type' => 'string', 'example' => '12', ], 'Value' => [ 'description' => '已废弃', 'type' => 'string', 'example' => '12', ], 'Max' => [ 'description' => '已废弃', 'type' => 'string', 'example' => '12', ], 'Remark' => [ 'description' => '已废弃', 'type' => 'string', 'example' => '12', ], 'Min' => [ 'description' => '已废弃', 'type' => 'string', 'example' => '12', ], ], ], ], ], ], ], ], ], ], ], ], ], ], ], ], 'AutoRenewal' => [ 'type' => 'string', ], 'ActiveAddress' => [ 'type' => 'string', ], 'LicenseCode' => [ 'type' => 'string', ], ], ], ], ], 'errorCodes' => [ 500 => [ [ 'errorCode' => 'UnknownError', 'errorMessage' => 'An error occurred while processing your request.', ], ], ], 'responseDemo' => '[{"type":"json","example":"{\\n \\"Status\\": \\"OPENED\\",\\n \\"AppJson\\": \\"{\\\\\\"frontEndUrl\\\\\\":\\\\\\"https://****.aliyundoc.com\\\\\\",\\\\\\"password\\\\\\":\\\\\\"Sjtv***\\\\\\",\\\\\\"adminUrl\\\\\\":\\\\\\"https://****.aliyundoc.com\\\\\\",\\\\\\"username\\\\\\":\\\\\\"aliyun***\\\\\\"}\\",\\n \\"ProductName\\": \\"***协同办公\\",\\n \\"InstanceId\\": 1551111111,\\n \\"ExtendJson\\": \\"{\\\\\\"说明\\\\\\": \\\\\\"如有使用问题,请联系...\\\\\\"}\\",\\n \\"IsTrial\\": true,\\n \\"BeganOn\\": 1570634021000,\\n \\"ComponentJson\\": \\"{\\\\\\"package_version\\\\\\":\\\\\\"yuncode000111\\\\\\"}\\",\\n \\"Constraints\\": \\"{}\\",\\n \\"ProductType\\": \\"APP\\",\\n \\"HostJson\\": \\"{\\\\\\"password\\\\\\":\\\\\\"***\\\\\\",\\\\\\"ip\\\\\\":\\\\\\"118.31.***.41\\\\\\",\\\\\\"innerIp\\\\\\":\\\\\\"118.31.***.41\\\\\\",\\\\\\"region\\\\\\":\\\\\\"\\\\\\",\\\\\\"username\\\\\\":\\\\\\"***\\\\\\",\\\\\\"beianInfo\\\\\\":\\\\\\"\\\\\\"}\\",\\n \\"ProductSkuCode\\": \\"cmgj00**11-prepay\\",\\n \\"CreatedOn\\": 1570634018000,\\n \\"EndOn\\": 1602259200000,\\n \\"OrderId\\": 204211111111111,\\n \\"ProductCode\\": \\"cmgj00**11\\",\\n \\"SupplierName\\": \\"*****有限公司\\",\\n \\"RelationalData\\": {\\n \\"ServiceStatus\\": \\"STARTED\\"\\n },\\n \\"Modules\\": {\\n \\"Module\\": [\\n {\\n \\"Code\\": \\"package_config\\",\\n \\"Name\\": \\"套餐配置\\",\\n \\"Id\\": \\"101*********026\\",\\n \\"Properties\\": {\\n \\"Property\\": [\\n {\\n \\"Key\\": \\"12\\",\\n \\"ShowType\\": \\"12\\",\\n \\"Name\\": \\"12\\",\\n \\"DisplayUnit\\": \\"12\\",\\n \\"PropertyValues\\": {\\n \\"PropertyValue\\": [\\n {\\n \\"DisplayName\\": \\"12\\",\\n \\"Type\\": \\"12\\",\\n \\"Step\\": \\"12\\",\\n \\"Value\\": \\"12\\",\\n \\"Max\\": \\"12\\",\\n \\"Remark\\": \\"12\\",\\n \\"Min\\": \\"12\\"\\n }\\n ]\\n }\\n }\\n ]\\n }\\n }\\n ]\\n },\\n \\"AutoRenewal\\": \\"\\",\\n \\"ActiveAddress\\": \\"\\",\\n \\"LicenseCode\\": \\"\\"\\n}","errorExample":""},{"type":"xml","example":"\\n 1570634021000\\n cmgj00**11\\n cmgj00**11-prepay\\n 204605827111111\\n 15581111\\n 1602259200000\\n OPENED\\n {\\"frontEndUrl\\":\\"https://****.aliyundoc.com\\",\\"password\\":\\"Sjtv***\\",\\"adminUrl\\":\\"https://****.aliyundoc.com\\",\\"username\\":\\"aliyun***\\"}\\n APP\\n 1570634018000\\n \\n READYING\\n \\n ***协同办公\\n {\\"package_version\\":\\"yuncode000111\\"}\\n 阿里巴巴技术有限公司\\n","errorExample":""}]', 'title' => '查询实例信息', ], 'DescribeInstanceForIsv' => [ 'summary' => '服务商侧查询实例信息', 'path' => '', 'methods' => [ 'get', 'post', ], 'schemes' => [ 'https', ], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'read', 'deprecated' => false, 'systemTags' => [ 'operationType' => 'get', 'riskType' => 'none', 'chargeType' => 'free', ], 'parameters' => [ [ 'name' => 'InstanceId', 'in' => 'query', 'schema' => [ 'description' => '实例ID', 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => '155****11', ], ], ], 'responses' => [ 200 => [ 'schema' => [ 'title' => 'Schema of Response', 'description' => 'Schema of Response', 'type' => 'object', 'properties' => [ 'Status' => [ 'title' => '业务状态,根据不同商品类型设置不同值:'."\n" .'当ProductType = MIRROR 时'."\n" .'● PRODUCE:生产中'."\n" .'● USING:使用中'."\n" .'● UNUSED:未使用'."\n" .'● EXPIRED:已过期'."\n" .'● CLOSED:已释放'."\n" .'当 ProductType = SERVICE 时'."\n" .'● READYING:未开始'."\n" .'● STARTED:服务中'."\n" .'● CONFIRM:已完成'."\n" .'● EXPIRED:已过期'."\n" .'● CLOSED:已释放'."\n" .'当 ProductType = APP, DOWNLOAD, API_SERVICE, DOCKER 时'."\n" .'● OPENING:开通中'."\n" .'● OPENED:已开通'."\n" .'● EXPIRED:已过期'."\n" .'● CLOSED:已释放', 'description' => '业务状态,根据不同商品类型设置不同值:'."\n" .'当ProductType = MIRROR 时'."\n" .'● PRODUCE:生产中'."\n" .'● USING:使用中'."\n" .'● UNUSED:未使用'."\n" .'● EXPIRED:已过期'."\n" .'● CLOSED:已释放'."\n" .'当 ProductType = SERVICE 时'."\n" .'● READYING:未开始'."\n" .'● STARTED:服务中'."\n" .'● CONFIRM:已完成'."\n" .'● EXPIRED:已过期'."\n" .'● CLOSED:已释放'."\n" .'当 ProductType = APP, DOWNLOAD, API_SERVICE, DOCKER 时'."\n" .'● OPENING:开通中'."\n" .'● OPENED:已开通'."\n" .'● EXPIRED:已过期'."\n" .'● CLOSED:已释放', 'type' => 'string', 'example' => 'OPENED', ], 'AppJson' => [ 'title' => '应用信息,示例中的参数说明如下:'."\n" ."\n" .'username:用户名'."\n" .'passowrd:密码'."\n" .'frontEndUrl:前台地址'."\n" .'adminUrl:管理地址', 'description' => '应用信息,示例中的参数说明如下:'."\n" ."\n" .'username:用户名'."\n" .'passowrd:密码'."\n" .'frontEndUrl:前台地址'."\n" .'adminUrl:管理地址', 'type' => 'string', 'example' => '{"frontEndUrl":"https://****.aliyundoc.com","password":"Sjtv***","adminUrl":"https://****.aliyundoc.com","username":"aliyun***"}', ], 'ProductName' => [ 'title' => '商品名称', 'description' => '商品名称', 'type' => 'string', 'example' => '***协同办公', ], 'InstanceId' => [ 'title' => '实例ID', 'description' => '实例ID', 'type' => 'integer', 'format' => 'int64', 'example' => '1551111111', ], 'ExtendJson' => [ 'title' => '扩展信息', 'description' => '扩展信息', 'type' => 'string', 'example' => '{"说明": "如有使用问题,请联系..."}', ], 'IsTrial' => [ 'title' => '是否试用', 'description' => '是否试用', 'type' => 'boolean', 'example' => 'true', ], 'BeganOn' => [ 'title' => '实例开通时间(时间戳)', 'description' => '实例开通时间(时间戳)', 'type' => 'integer', 'format' => 'int64', 'example' => '1570634021000', ], 'ComponentJson' => [ 'title' => '业务模块'."\n" .'示例中的参数说明如下:'."\n" .'● package_version:版本', 'description' => '业务模块'."\n" .'示例中的参数说明如下:'."\n" .'● package_version:版本', 'type' => 'string', 'example' => '{"package_version":"yuncode000111"}', ], 'ProductType' => [ 'title' => '商品类型,取值:'."\n" .'● APP:应用类'."\n" .'● SERVIC:服务类'."\n" .'● MIRROR:镜像类'."\n" .'● DOWNLOAD:下载类'."\n" .'● API_SERVICE:API类'."\n" .'● DOCKER:DOCKER类', 'description' => '商品类型,取值:'."\n" .'● APP:应用类'."\n" .'● SERVIC:服务类'."\n" .'● MIRROR:镜像类'."\n" .'● DOWNLOAD:下载类'."\n" .'● API_SERVICE:API类'."\n" .'● DOCKER:DOCKER类', 'type' => 'string', 'example' => 'APP', ], 'HostJson' => [ 'title' => '主机信息,示例中的参数说明如下:'."\n" ."\n" .'username:用户名'."\n" .'passowrd:密码'."\n" .'ip:主机 IP'."\n" .'innerIp:主机内网 IP', 'description' => '主机信息,示例中的参数说明如下:'."\n" ."\n" .'username:用户名'."\n" .'passowrd:密码'."\n" .'ip:主机 IP'."\n" .'innerIp:主机内网 IP', 'type' => 'string', 'example' => '{"password":"***","ip":"118.31.***.41","innerIp":"118.31.***.41","region":"","username":"***","beianInfo":""}', ], 'ProductSkuCode' => [ 'title' => '规格Code', 'description' => '规格Code', 'type' => 'string', 'example' => 'cmgj00**11-prepay', ], 'CreatedOn' => [ 'title' => '创建时间(时间戳)', 'description' => '创建时间(时间戳)', 'type' => 'integer', 'format' => 'int64', 'example' => '1570634018000', ], 'EndOn' => [ 'title' => '到期时间(时间戳)', 'description' => '到期时间(时间戳)', 'type' => 'integer', 'format' => 'int64', 'example' => '1602259200000', ], 'OrderId' => [ 'title' => '订单ID', 'description' => '订单ID', 'type' => 'integer', 'format' => 'int64', 'example' => '204211111111111', ], 'ProductCode' => [ 'title' => '商品Code', 'description' => '商品Code', 'type' => 'string', 'example' => 'cmgj00**11', ], 'SupplierName' => [ 'title' => '服务商名称', 'description' => '服务商名称', 'type' => 'string', 'example' => '*****有限公司', ], 'RelationalData' => [ 'title' => '关联信息', 'description' => '关联信息', 'type' => 'object', 'properties' => [ 'ServiceStatus' => [ 'title' => '服务状态'."\n" .'● READYING:未开始'."\n" .'● STARTED: 服务中'."\n" .'● CONFIRM:已完成'."\n" .'● EXPIRED: 已过期'."\n" .'● CLOSED: 已释放', 'description' => '服务状态'."\n" .'● READYING:未开始'."\n" .'● STARTED: 服务中'."\n" .'● CONFIRM:已完成'."\n" .'● EXPIRED: 已过期'."\n" .'● CLOSED: 已释放', 'type' => 'string', 'example' => 'STARTED', ], ], ], 'RequestId' => [ 'title' => 'requestId', 'description' => '请求ID。', 'type' => 'string', 'example' => '6EF60BEC-****-****-****-270359FB54A7', ], 'AutoRenewal' => [ 'title' => '周期类商品自动付费,不为空时表示已开通自动续费'."\n" .'autoRenewCycle:Day(日),Month(月),Year(年)'."\n" .'autoRenewDuration:续费周期', 'description' => '周期类商品自动付费,不为空时表示已开通自动续费'."\n" .'autoRenewCycle:Day(日),Month(月),Year(年)'."\n" .'autoRenewDuration:续费周期', 'type' => 'string', 'example' => '{"autoRenewCycle":"Year","autoRenewDuration":1}', ], 'ActiveAddress' => [ 'title' => '激活地址', 'description' => '激活地址', 'type' => 'string', 'example' => 'https://*****.com', ], 'LicenseCode' => [ 'title' => '激活码', 'description' => '激活码', 'type' => 'string', 'example' => 'xxxxxx', ], 'ImageJson' => [ 'title' => '镜像实例信息'."\n" .'imageId:镜像id'."\n" .'instanceId: 实例id'."\n" .'ecsInstanceId: ecs id', 'description' => '镜像实例信息'."\n" .'imageId:镜像id'."\n" .'instanceId: 实例id'."\n" .'ecsInstanceId: ecs id', 'type' => 'string', 'example' => '{"imageId":"m-*******","instanceId":********}', ], ], ], ], ], 'errorCodes' => [ 400 => [ [ 'errorCode' => 'IllegalPermission', 'errorMessage' => 'Permission Denied.', ], ], 500 => [ [ 'errorCode' => 'UnknownError', 'errorMessage' => 'An error occurred while processing your request.', ], ], ], 'staticInfo' => [ 'returnType' => 'synchronous', ], 'responseDemo' => '[{"type":"json","example":"{\\n \\"Status\\": \\"OPENED\\",\\n \\"AppJson\\": \\"{\\\\\\"frontEndUrl\\\\\\":\\\\\\"https://****.aliyundoc.com\\\\\\",\\\\\\"password\\\\\\":\\\\\\"Sjtv***\\\\\\",\\\\\\"adminUrl\\\\\\":\\\\\\"https://****.aliyundoc.com\\\\\\",\\\\\\"username\\\\\\":\\\\\\"aliyun***\\\\\\"}\\",\\n \\"ProductName\\": \\"***协同办公\\",\\n \\"InstanceId\\": 1551111111,\\n \\"ExtendJson\\": \\"{\\\\\\"说明\\\\\\": \\\\\\"如有使用问题,请联系...\\\\\\"}\\",\\n \\"IsTrial\\": true,\\n \\"BeganOn\\": 1570634021000,\\n \\"ComponentJson\\": \\"{\\\\\\"package_version\\\\\\":\\\\\\"yuncode000111\\\\\\"}\\",\\n \\"ProductType\\": \\"APP\\",\\n \\"HostJson\\": \\"{\\\\\\"password\\\\\\":\\\\\\"***\\\\\\",\\\\\\"ip\\\\\\":\\\\\\"118.31.***.41\\\\\\",\\\\\\"innerIp\\\\\\":\\\\\\"118.31.***.41\\\\\\",\\\\\\"region\\\\\\":\\\\\\"\\\\\\",\\\\\\"username\\\\\\":\\\\\\"***\\\\\\",\\\\\\"beianInfo\\\\\\":\\\\\\"\\\\\\"}\\",\\n \\"ProductSkuCode\\": \\"cmgj00**11-prepay\\",\\n \\"CreatedOn\\": 1570634018000,\\n \\"EndOn\\": 1602259200000,\\n \\"OrderId\\": 204211111111111,\\n \\"ProductCode\\": \\"cmgj00**11\\",\\n \\"SupplierName\\": \\"*****有限公司\\",\\n \\"RelationalData\\": {\\n \\"ServiceStatus\\": \\"STARTED\\"\\n },\\n \\"RequestId\\": \\"6EF60BEC-****-****-****-270359FB54A7\\",\\n \\"AutoRenewal\\": \\"{\\\\\\"autoRenewCycle\\\\\\":\\\\\\"Year\\\\\\",\\\\\\"autoRenewDuration\\\\\\":1}\\",\\n \\"ActiveAddress\\": \\"https://*****.com\\",\\n \\"LicenseCode\\": \\"xxxxxx\\",\\n \\"ImageJson\\": \\"{\\\\\\"imageId\\\\\\":\\\\\\"m-*******\\\\\\",\\\\\\"instanceId\\\\\\":********}\\"\\n}","errorExample":""},{"type":"xml","example":"\\n OPENED\\n {\\"frontEndUrl\\":\\"https://****.aliyundoc.com\\",\\"password\\":\\"Sjtv***\\",\\"adminUrl\\":\\"https://****.aliyundoc.com\\",\\"username\\":\\"aliyun***\\"}\\n ***协同办公\\n 1551111111\\n {\\"说明\\": \\"如有使用问题,请联系...\\"}\\n true\\n 1570634021000\\n {\\"package_version\\":\\"yuncode000111\\"}\\n APP\\n {\\"password\\":\\"***\\",\\"ip\\":\\"118.31.***.41\\",\\"innerIp\\":\\"118.31.***.41\\",\\"region\\":\\"\\",\\"username\\":\\"***\\",\\"beianInfo\\":\\"\\"}\\n cmgj00**11-prepay\\n 1570634018000\\n 1602259200000\\n 204211111111111\\n cmgj00**11\\n *****有限公司\\n \\n STARTED\\n \\n 6EF60BEC-****-****-****-270359FB54A7\\n {\\"autoRenewCycle\\":\\"Year\\",\\"autoRenewDuration\\":1}\\n https://*****.com\\n xxxxxx\\n {\\"imageId\\":\\"m-*******\\",\\"instanceId\\":********}\\n","errorExample":""}]', 'title' => '服务商侧查询实例信息', ], 'DescribeInstances' => [ 'summary' => '查询用户已购买的服务列表。', 'methods' => [ 'post', 'get', ], 'schemes' => [ 'http', 'https', ], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'readAndWrite', 'deprecated' => false, 'systemTags' => [ 'operationType' => 'get', 'riskType' => 'none', 'chargeType' => 'free', ], 'parameters' => [ [ 'name' => 'ProductType', 'in' => 'query', 'schema' => [ 'description' => '商品类型:'."\n" .'APP-应用类'."\n" .'SERVICE-服务类'."\n" .'MIRROR-镜像类'."\n" .'DOWNLOAD-下载类'."\n" .'API_SERVICE-API类'."\n" .'ROS-资源编排类'."\n" .'DOCKER-容器类'."\n" .'IOT-IOT类', 'type' => 'string', 'required' => false, 'example' => '1', ], ], [ 'name' => 'PageNumber', 'in' => 'query', 'schema' => [ 'title' => '分页参数,当前页码', 'description' => '分页参数,每页数量', 'type' => 'integer', 'format' => 'int32', 'required' => true, 'docRequired' => true, 'example' => '10', ], ], [ 'name' => 'PageSize', 'in' => 'query', 'schema' => [ 'title' => '分页参数,每页数量', 'description' => '分页参数,页数', 'type' => 'integer', 'format' => 'int32', 'required' => true, 'docRequired' => true, 'example' => '1', ], ], [ 'name' => 'Codes', 'in' => 'query', 'schema' => [ 'description' => '指定商品code, 如有多个,用 , 分隔', 'type' => 'string', 'required' => false, 'example' => 'cmgj000112,cmgj000113', ], ], [ 'name' => 'ExceptCodes', 'in' => 'query', 'schema' => [ 'description' => '排除商品code,与指定商品code不能同时传, 如有多个,用 , 分隔', 'type' => 'string', 'required' => false, 'example' => 'cmgj000114,cmgj000115', ], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'RequestId' => [ 'description' => '请求ID。', 'type' => 'string', 'example' => '54C22FB9-0CB1-5629-97A8-653FC7990F00', ], 'PageNumber' => [ 'description' => '当前页数', 'type' => 'integer', 'format' => 'int32', 'example' => '1', ], 'PageSize' => [ 'description' => '每页的实例个数。', 'type' => 'integer', 'format' => 'int32', 'example' => '10', ], 'TotalCount' => [ 'description' => '实例总数', 'type' => 'integer', 'format' => 'int32', 'example' => '55', ], 'InstanceItems' => [ 'type' => 'object', 'itemNode' => true, 'properties' => [ 'InstanceItem' => [ 'description' => '实例列表。', 'type' => 'array', 'items' => [ 'type' => 'object', 'properties' => [ 'Status' => [ 'description' => '业务状态'."\n" .'- 当 ProductType = MIRROR 时'."\n" .' - PRODUCE:生产中'."\n" .' - USING:使用中'."\n" .' - UNUSED:未使用'."\n" .' - EXPIRED:已过期'."\n" .' - CLOSED:已释放'."\n" ."\n" .'- 当 ProductType = SERVICE 时'."\n" .' - READYING:未开始'."\n" .' - STARTED:服务中'."\n" .' - CONFIRM:已完成'."\n" .' - EXPIRED:已过期'."\n" .' - CLOSED:已释放'."\n" ."\n" .'- 当 ProductType = APP, DOWNLOAD, API_SERVICE, DOCKER 时'."\n" .' - OPENING:开通中'."\n" .' - OPENED:已开通'."\n" .' - EXPIRED:已过期'."\n" .' - CLOSED:已释放', 'type' => 'string', 'example' => 'OPENED', ], 'AppJson' => [ 'description' => '应用信息'."\n" ."\n" .'示例中的参数说明如下:'."\n" .'- username:用户名'."\n" .'- passowrd:密码'."\n" .'- frontEndUrl:前台地址'."\n" .'- adminUrl:管理地址'."\n" .'- authUrl: 免登地址', 'type' => 'string', 'example' => '{"frontEndUrl":"https://***.aliyun.com","password":"Sjtv***","adminUrl":"https://***.aiiyun.com","username":"aliyun***"}', ], 'ApiJson' => [ 'type' => 'string', 'example' => '{}', ], 'ProductName' => [ 'description' => '商品名称', 'type' => 'string', 'example' => '***协同办公', ], 'ImageJson' => [ 'description' => '镜像信息', 'type' => 'string', 'example' => '{}', ], 'InstanceId' => [ 'description' => '实例id', 'type' => 'integer', 'format' => 'int64', 'example' => '1551111111', ], 'ExtendJson' => [ 'description' => '扩展信息', 'type' => 'string', 'example' => '{"说明": "如有使用问题,请联系..."}', ], 'BeganOn' => [ 'description' => '开通时间', 'type' => 'integer', 'format' => 'int64', 'example' => '1570634021000', ], 'ProductType' => [ 'description' => '商品类型,取值:'."\n" .'- APP:应用类'."\n" .'- SERVIC:服务类'."\n" .'- MIRROR:镜像类'."\n" .'- DOWNLOAD:下载类'."\n" .'- API_SERVICE:API类'."\n" .'- DOCKER:DOCKER类', 'type' => 'string', 'example' => 'APP', ], 'HostJson' => [ 'description' => '主机信息'."\n" ."\n" .'示例中的参数说明如下:'."\n" .'- username:用户名'."\n" .'- passowrd:密码'."\n" .'- ip:主机 IP'."\n" .'- innerIp:主机内网 IP', 'type' => 'string', 'example' => '{"password":"***","ip":"118.31.***.41","innerIp":"118.31.***.41","region":"","username":"***","beianInfo":""}', ], 'ProductSkuCode' => [ 'description' => '规格code', 'type' => 'string', 'example' => 'cmgj00**11-prepay', ], 'CreatedOn' => [ 'description' => '创建时间', 'type' => 'integer', 'format' => 'int64', 'example' => '1570634021000', ], 'IdaasJson' => [ 'description' => 'idaas信息,已经废弃', 'type' => 'string', 'example' => '{}', ], 'EndOn' => [ 'description' => '结束时间', 'type' => 'integer', 'format' => 'int64', 'example' => '1570644021000', ], 'OrderId' => [ 'description' => '订单id', 'type' => 'integer', 'format' => 'int64', 'example' => '204211111111111', ], 'ProductCode' => [ 'description' => '商品code', 'type' => 'string', 'example' => 'cmgj00**11', ], 'SupplierName' => [ 'description' => '服务商名称', 'type' => 'string', 'example' => '阿里巴巴技术有限公司', ], ], ], ], ], ], ], ], ], ], 'errorCodes' => [ 500 => [ [ 'errorCode' => 'UnknownError', 'errorMessage' => 'An error occurred while processing your request.', ], ], ], 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"54C22FB9-0CB1-5629-97A8-653FC7990F00\\",\\n \\"PageNumber\\": 1,\\n \\"PageSize\\": 10,\\n \\"TotalCount\\": 55,\\n \\"InstanceItems\\": {\\n \\"InstanceItem\\": [\\n {\\n \\"Status\\": \\"OPENED\\",\\n \\"AppJson\\": \\"{\\\\\\"frontEndUrl\\\\\\":\\\\\\"https://***.aliyun.com\\\\\\",\\\\\\"password\\\\\\":\\\\\\"Sjtv***\\\\\\",\\\\\\"adminUrl\\\\\\":\\\\\\"https://***.aiiyun.com\\\\\\",\\\\\\"username\\\\\\":\\\\\\"aliyun***\\\\\\"}\\",\\n \\"ApiJson\\": \\"{}\\",\\n \\"ProductName\\": \\"***协同办公\\",\\n \\"ImageJson\\": \\"{}\\",\\n \\"InstanceId\\": 1551111111,\\n \\"ExtendJson\\": \\"{\\\\\\"说明\\\\\\": \\\\\\"如有使用问题,请联系...\\\\\\"}\\",\\n \\"BeganOn\\": 1570634021000,\\n \\"ProductType\\": \\"APP\\",\\n \\"HostJson\\": \\"{\\\\\\"password\\\\\\":\\\\\\"***\\\\\\",\\\\\\"ip\\\\\\":\\\\\\"118.31.***.41\\\\\\",\\\\\\"innerIp\\\\\\":\\\\\\"118.31.***.41\\\\\\",\\\\\\"region\\\\\\":\\\\\\"\\\\\\",\\\\\\"username\\\\\\":\\\\\\"***\\\\\\",\\\\\\"beianInfo\\\\\\":\\\\\\"\\\\\\"}\\",\\n \\"ProductSkuCode\\": \\"cmgj00**11-prepay\\",\\n \\"CreatedOn\\": 1570634021000,\\n \\"IdaasJson\\": \\"{}\\",\\n \\"EndOn\\": 1570644021000,\\n \\"OrderId\\": 204211111111111,\\n \\"ProductCode\\": \\"cmgj00**11\\",\\n \\"SupplierName\\": \\"阿里巴巴技术有限公司\\"\\n }\\n ]\\n }\\n}","type":"json"}]', 'title' => '查询业务列表', 'requestParamsDescription' => ' ', 'responseParamsDescription' => ' ', 'extraInfo' => ' ', ], 'AutoRenewInstance' => [ 'summary' => '设置自动续费', 'methods' => [ 'post', ], 'schemes' => [ 'http', 'https', ], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'readAndWrite', 'deprecated' => false, 'systemTags' => [ 'operationType' => 'update', 'riskType' => 'high', 'chargeType' => 'paid', ], 'parameters' => [ [ 'name' => 'Type', 'in' => 'formData', 'schema' => [ 'title' => '开通open,关闭close,必传', 'type' => 'string', 'required' => true, ], ], [ 'name' => 'OrderBizId', 'in' => 'formData', 'schema' => [ 'title' => '云市场实例id,必传', 'type' => 'integer', 'format' => 'int64', 'required' => true, ], ], [ 'name' => 'AutoRenewCycle', 'in' => 'formData', 'schema' => [ 'title' => '周期单位,开通时必传。Day(日),Month(月),Year(年)', 'type' => 'string', ], ], [ 'name' => 'AutoRenewDuration', 'in' => 'formData', 'schema' => [ 'title' => '续费周期,开通时必传', 'type' => 'integer', 'format' => 'int32', ], ], ], 'responses' => [ 200 => [ 'schema' => [ 'title' => 'ResponseDTO', 'type' => 'object', 'properties' => [ 'Success' => [ 'type' => 'boolean', ], 'Data' => [ 'type' => 'boolean', ], 'RequestId' => [ 'type' => 'string', ], ], ], ], ], 'responseDemo' => '', ], 'PauseProject' => [ 'summary' => '调用PauseProject暂停项目。', 'methods' => [ 'post', ], 'schemes' => [ 'http', 'https', ], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'write', 'deprecated' => false, 'systemTags' => [ 'operationType' => 'update', 'riskType' => 'none', 'chargeType' => 'free', ], 'parameters' => [ [ 'name' => 'InstanceId', 'in' => 'query', 'schema' => [ 'description' => '云市场订单实例ID', 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => '4****89', ], ], [ 'name' => 'NodeId', 'in' => 'query', 'schema' => [ 'description' => '当前操作流程节点ID', 'type' => 'integer', 'format' => 'int64', 'required' => true, 'docRequired' => true, 'example' => '1922', ], ], [ 'name' => 'Remark', 'in' => 'query', 'schema' => [ 'description' => '备注原因', 'type' => 'string', 'required' => false, 'example' => '等待与仓库确认库存,目前库存显示异常。', ], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'RequestId' => [ 'description' => '请求id', 'type' => 'string', 'example' => 'ee69a00f-189b-400f-9fd2-af89749fb50f', ], 'Result' => [ 'description' => '是否返回成功', 'type' => 'boolean', 'example' => 'true', ], 'Success' => [ 'description' => '成功状态标识', 'type' => 'boolean', 'example' => 'true', ], ], ], ], ], 'errorCodes' => [ 400 => [ [ 'errorCode' => 'IllegalRequest', 'errorMessage' => 'Illegal request.', ], [ 'errorCode' => 'IllegalParameter', 'errorMessage' => 'Illegal parameter %s.', ], [ 'errorCode' => 'IllegalResult', 'errorMessage' => 'Illegal result.', ], [ 'errorCode' => 'IllegalPermission', 'errorMessage' => 'Permission Denied.', ], [ 'errorCode' => 'IllegalOperatorRole', 'errorMessage' => 'Illegal operator role.', ], [ 'errorCode' => 'IllegalCurrentNode', 'errorMessage' => 'Illegal current node.', ], [ 'errorCode' => 'IllegalProjectStatus', 'errorMessage' => 'Illegal project status.', ], ], 500 => [ [ 'errorCode' => 'InternalError', 'errorMessage' => 'The request processing has failed due to some unknown error.', ], ], ], 'responseDemo' => '[{"type":"json","example":"{\\n \\"RequestId\\": \\"ee69a00f-189b-400f-9fd2-af89749fb50f\\",\\n \\"Result\\": true,\\n \\"Success\\": true\\n}","errorExample":""},{"type":"xml","example":"\\n ee69a00f-189b-400f-9fd2-af89749fb50f\\n true\\n true\\n","errorExample":""}]', 'title' => '暂停项目', 'description' => '**'."\n" .'**', ], 'DescribeProjectAttachments' => [ 'summary' => '调用DescribeProjectAttachments获取项目附件列表。', 'methods' => [ 'post', 'get', ], 'schemes' => [ 'http', 'https', ], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'read', 'deprecated' => false, 'systemTags' => [ 'operationType' => 'get', 'riskType' => 'none', 'chargeType' => 'free', ], 'parameters' => [ [ 'name' => 'InstanceId', 'in' => 'query', 'schema' => [ 'description' => '云市场业务实例ID', 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => '4****89', ], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'Success' => [ 'description' => '成功状态标识', 'type' => 'boolean', 'example' => 'true', ], 'RequestId' => [ 'description' => '请求标识', 'type' => 'string', 'example' => 'e03a9f78-7b40-4fb3-a015-350913e37e3f', ], 'Result' => [ 'type' => 'array', 'items' => [ 'type' => 'object', 'properties' => [ 'FileLinkGmtExpired' => [ 'description' => '文件地址生效截止时间(unix时间戳)', 'type' => 'integer', 'format' => 'int64', 'example' => '1589334682404', ], 'StepNo' => [ 'description' => '流程节点序号', 'type' => 'integer', 'format' => 'int32', 'example' => '3', ], 'AttachmentToken' => [ 'description' => '附件MD5', 'type' => 'string', 'example' => 'Mzc4NDAtODQ3MjY4MzI=', ], 'FileName' => [ 'description' => '文件名称', 'type' => 'string', 'example' => 'f8-test-perview.jpeg', ], 'OperatorRole' => [ 'description' => ' 操作人角色', 'type' => 'string', 'example' => 'Provider', ], 'NodeName' => [ 'description' => '节点名称', 'type' => 'string', 'example' => '等待服务开通', ], 'OperatorName' => [ 'description' => '操作人名称', 'type' => 'string', 'example' => '**科技技术有限公司', ], 'FileLink' => [ 'description' => '文件访问地址', 'type' => 'string', 'example' => 'http://delivery-center.oss-cn-shanghai.aliyuncs.com/6a8****0e2/e0a***f3.jpg?Expires=1589334682&OSSAccessKeyId=wI2r*********&Signature=JWB39pUxs7RCqrcw58qXPEGu6M0%3D', ], 'GmtCreate' => [ 'description' => '附件上传时间(Unix时间戳)', 'type' => 'integer', 'format' => 'int64', 'example' => '1587968858000', ], 'FileSuffix' => [ 'description' => '文件后缀', 'type' => 'string', 'example' => 'jpg', ], 'Operator' => [ 'description' => '操作人阿里云UID', 'type' => 'integer', 'format' => 'int64', 'example' => '45261111****', ], 'Content' => [ 'description' => '内容文本', 'type' => 'string', 'example' => '无', ], 'NodeId' => [ 'description' => '附件上传的流程节点ID', 'type' => 'integer', 'format' => 'int64', 'example' => '8472', ], 'AttachmentType' => [ 'description' => '附件类型', 'type' => 'string', 'example' => 'File', ], 'FileSize' => [ 'description' => '文件大小(byte)', 'type' => 'integer', 'format' => 'int64', 'example' => '109124', ], ], ], ], ], ], ], ], 'errorCodes' => [ 400 => [ [ 'errorCode' => 'IllegalRequest', 'errorMessage' => 'Illegal request.', ], [ 'errorCode' => 'IllegalParameter', 'errorMessage' => 'Illegal parameter %s.', ], [ 'errorCode' => 'IllegalResult', 'errorMessage' => 'Illegal result.', ], [ 'errorCode' => 'IllegalPermission', 'errorMessage' => 'Permission Denied.', ], ], 500 => [ [ 'errorCode' => 'InternalError', 'errorMessage' => 'The request processing has failed due to some unknown error.', ], ], ], 'responseDemo' => '[{"type":"json","example":"{\\n \\"Success\\": true,\\n \\"RequestId\\": \\"e03a9f78-7b40-4fb3-a015-350913e37e3f\\",\\n \\"Result\\": [\\n {\\n \\"FileLinkGmtExpired\\": 1589334682404,\\n \\"StepNo\\": 3,\\n \\"AttachmentToken\\": \\"Mzc4NDAtODQ3MjY4MzI=\\",\\n \\"FileName\\": \\"f8-test-perview.jpeg\\",\\n \\"OperatorRole\\": \\"Provider\\",\\n \\"NodeName\\": \\"等待服务开通\\",\\n \\"OperatorName\\": \\"**科技技术有限公司\\",\\n \\"FileLink\\": \\"http://delivery-center.oss-cn-shanghai.aliyuncs.com/6a8****0e2/e0a***f3.jpg?Expires=1589334682&OSSAccessKeyId=wI2r*********&Signature=JWB39pUxs7RCqrcw58qXPEGu6M0%3D\\",\\n \\"GmtCreate\\": 1587968858000,\\n \\"FileSuffix\\": \\"jpg\\",\\n \\"Operator\\": 0,\\n \\"Content\\": \\"无\\",\\n \\"NodeId\\": 8472,\\n \\"AttachmentType\\": \\"File\\",\\n \\"FileSize\\": 109124\\n }\\n ]\\n}","errorExample":""},{"type":"xml","example":"\\n\\n e03a9f78-7b40-4fb3-a015-350913e37e3f\\n \\n Mzc4NDAtODQ3MjY4MzI=\\n File\\n \\n http://delivery-center.oss-cn-shanghai.aliyuncs.com/6a8****0e2/e0a***f3.jpg?Expires=1589334682&OSSAccessKeyId=wI2r********&Signature=JWB39pUxs7RCqrcw58qXPEGu6M0%3D\\n 1589334682404\\n f8-test-perview.jpeg\\n 109124\\n jpg\\n 1587968858000\\n 8472\\n 等待服务开通\\n 45261111****\\n **科技技术有限公司\\n Provider\\n 3\\n \\n true\\n","errorExample":""}]', 'title' => '获取项目附件列表', ], 'DescribeProjectInfo' => [ 'summary' => '调用DescribeProjectInfo获取项目信息。', 'methods' => [ 'post', 'get', ], 'schemes' => [ 'http', 'https', ], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'read', 'deprecated' => false, 'systemTags' => [ 'operationType' => 'get', 'riskType' => 'none', 'chargeType' => 'free', ], 'parameters' => [ [ 'name' => 'InstanceId', 'in' => 'query', 'schema' => [ 'description' => '云市场业务实例ID。', 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => '4****89', ], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'Success' => [ 'description' => '成功状态标识', 'type' => 'boolean', 'example' => 'true', ], 'RequestId' => [ 'description' => '请求ID', 'type' => 'string', 'example' => 'ee3e1b3b-6c38-4bcf-be40-5a946cfda761', ], 'Result' => [ 'description' => '返回结果', 'type' => 'object', 'properties' => [ 'ProductName' => [ 'description' => '云市场商品名称', 'type' => 'string', 'example' => '公司宝****记账', ], 'ProjectStatus' => [ 'description' => '项目执行状态,取值:'."\n" ."\n" .'- Starting:进行中'."\n" .'- Cancel:已取消'."\n" .'- Pause:已暂停'."\n" .'- Finish:已完成', 'type' => 'string', 'example' => 'Starting', ], 'CustomerAliUid' => [ 'description' => '用户阿里云UID', 'type' => 'integer', 'format' => 'int64', 'example' => '27291111****', ], 'TemplateType' => [ 'description' => '项目所属模板类型,取值:'."\n" ."\n" .'- Public:公共模板'."\n" .'- Private:私有模板', 'type' => 'string', 'example' => 'Public', ], 'InstanceId' => [ 'description' => '云市场业务实例ID', 'type' => 'string', 'example' => '4****89', ], 'ProductSkuName' => [ 'description' => '云市场商品规格名称', 'type' => 'string', 'example' => '小***纳税人', ], 'FinalStepNo' => [ 'description' => '最后节点的序号', 'type' => 'integer', 'format' => 'int32', 'example' => '4', ], 'CurrentStepNo' => [ 'description' => '当前流程节点', 'type' => 'integer', 'format' => 'int32', 'example' => '3', ], 'GmtExpired' => [ 'description' => '项目超时时间(Unix时间戳)', 'type' => 'integer', 'format' => 'int64', 'example' => '1620403200000', ], 'GmtFinished' => [ 'description' => '项目完成时间(Unix时间戳)', 'type' => 'integer', 'format' => 'int64', 'example' => '1620403200000', ], 'ProductSkuCode' => [ 'description' => '云市场商品规格Code', 'type' => 'string', 'example' => 'yuncode****500001', ], 'GmtCreate' => [ 'description' => '项目创建时间(Unix时间戳)', 'type' => 'integer', 'format' => 'int64', 'example' => '1588834324000', ], 'SupplierAliUid' => [ 'description' => '项目所属厂商UID', 'type' => 'integer', 'format' => 'int64', 'example' => '45121111****', ], 'FinishType' => [ 'description' => '项目完成方式,取值:'."\n" ."\n" .'- null:未完成项目默认值'."\n" .'- CustomerConfirm:客户手动确认'."\n" .'- SystemAutoConfirm:因超时系统自动确认', 'type' => 'string', 'example' => 'null', ], 'TemplateId' => [ 'description' => '项目所属流程模板ID', 'type' => 'integer', 'format' => 'int64', 'example' => '410', ], 'OrderId' => [ 'description' => '订单ID', 'type' => 'integer', 'format' => 'int64', 'example' => '2059111111111', ], 'ProductCode' => [ 'description' => '商品Code', 'type' => 'string', 'example' => 'cmgj***055', ], ], ], ], ], ], ], 'errorCodes' => [ 400 => [ [ 'errorCode' => 'IllegalRequest', 'errorMessage' => 'Illegal request.', ], [ 'errorCode' => 'IllegalParameter', 'errorMessage' => 'Illegal parameter %s.', ], [ 'errorCode' => 'IllegalResult', 'errorMessage' => 'Illegal result.', ], [ 'errorCode' => 'IllegalPermission', 'errorMessage' => 'Permission Denied.', ], ], 500 => [ [ 'errorCode' => 'InternalError', 'errorMessage' => 'The request processing has failed due to some unknown error.', ], ], ], 'responseDemo' => '[{"type":"json","example":"{\\n \\"Success\\": true,\\n \\"RequestId\\": \\"ee3e1b3b-6c38-4bcf-be40-5a946cfda761\\",\\n \\"Result\\": {\\n \\"ProductName\\": \\"公司宝****记账\\",\\n \\"ProjectStatus\\": \\"Starting\\",\\n \\"CustomerAliUid\\": 0,\\n \\"TemplateType\\": \\"Public\\",\\n \\"InstanceId\\": \\"4****89\\",\\n \\"ProductSkuName\\": \\"小***纳税人\\",\\n \\"FinalStepNo\\": 4,\\n \\"CurrentStepNo\\": 3,\\n \\"GmtExpired\\": 1620403200000,\\n \\"GmtFinished\\": 1620403200000,\\n \\"ProductSkuCode\\": \\"yuncode****500001\\",\\n \\"GmtCreate\\": 1588834324000,\\n \\"SupplierAliUid\\": 0,\\n \\"FinishType\\": \\"null\\",\\n \\"TemplateId\\": 410,\\n \\"OrderId\\": 2059111111111,\\n \\"ProductCode\\": \\"cmgj***055\\"\\n }\\n}","errorExample":""},{"type":"xml","example":"\\n ee3e1b3b-6c38-4bcf-be40-5a946cfda761\\n \\n 3\\n 27291111****\\n 4\\n \\n 1588834324000\\n 1620403200000\\n \\n 4****89\\n 2059111111111\\n cmgj***055\\n 公司宝****记账\\n yuncode****500001\\n 小***纳税人\\n Starting\\n 45121111****\\n 410\\n Public\\n \\n true\\n","errorExample":""}]', 'title' => '获取项目信息', ], 'ResumeProject' => [ 'summary' => '调用ResumeProject恢复暂停项目。', 'methods' => [ 'post', ], 'schemes' => [ 'http', 'https', ], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'write', 'deprecated' => false, 'systemTags' => [ 'operationType' => 'update', 'riskType' => 'none', 'chargeType' => 'free', ], 'parameters' => [ [ 'name' => 'InstanceId', 'in' => 'query', 'schema' => [ 'description' => '云市场订单实例ID', 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => '4****89', ], ], [ 'name' => 'NodeId', 'in' => 'query', 'schema' => [ 'description' => '操作流程节点ID', 'type' => 'integer', 'format' => 'int64', 'required' => true, 'docRequired' => true, 'example' => '1922', ], ], [ 'name' => 'Remark', 'in' => 'query', 'schema' => [ 'description' => '备注原因', 'type' => 'string', 'required' => false, 'example' => '仓库库存已补充,可安排发货。', ], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'RequestId' => [ 'description' => '请求ID', 'type' => 'string', 'example' => 'ee69a00f-189b-400f-9fd2-af89749fb50f', ], 'Result' => [ 'description' => '是否返回成功', 'type' => 'boolean', 'example' => 'true', ], 'Success' => [ 'description' => '成功状态标识', 'type' => 'boolean', 'example' => 'true', ], ], ], ], ], 'errorCodes' => [ 400 => [ [ 'errorCode' => 'IllegalRequest', 'errorMessage' => 'Illegal request.', ], [ 'errorCode' => 'IllegalParameter', 'errorMessage' => 'Illegal parameter %s.', ], [ 'errorCode' => 'IllegalResult', 'errorMessage' => 'Illegal result.', ], [ 'errorCode' => 'IllegalPermission', 'errorMessage' => 'Permission Denied.', ], [ 'errorCode' => 'IllegalOperatorRole', 'errorMessage' => 'Illegal operator role.', ], [ 'errorCode' => 'IllegalCurrentNode', 'errorMessage' => 'Illegal current node.', ], [ 'errorCode' => 'IllegalProjectStatus', 'errorMessage' => 'Illegal project status.', ], ], 500 => [ [ 'errorCode' => 'InternalError', 'errorMessage' => 'The request processing has failed due to some unknown error.', ], ], ], 'responseDemo' => '[{"type":"json","example":"{\\n \\"RequestId\\": \\"ee69a00f-189b-400f-9fd2-af89749fb50f\\",\\n \\"Result\\": true,\\n \\"Success\\": true\\n}","errorExample":""},{"type":"xml","example":"\\n ee69a00f-189b-400f-9fd2-af89749fb50f\\n true\\n true\\n","errorExample":""}]', 'title' => '恢复暂停项目', 'description' => '**'."\n" .'**', ], 'DescribeLicense' => [ 'summary' => '调用 DescribeLicense 查询授权信息。', 'methods' => [ 'post', 'get', ], 'schemes' => [ 'http', 'https', ], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'read', 'deprecated' => false, 'systemTags' => [ 'operationType' => 'get', 'riskType' => 'none', 'chargeType' => 'free', ], 'parameters' => [ [ 'name' => 'LicenseCode', 'in' => 'query', 'schema' => [ 'description' => '激活码', 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => 'xxxxxx', ], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'RequestId' => [ 'description' => '请求 ID', 'type' => 'string', 'example' => '6EF60BEC-0242-43AF-BB20-270359FB54A7', ], 'License' => [ 'description' => '激活码对象', 'type' => 'object', 'properties' => [ 'ActivateTime' => [ 'description' => '激活时间', 'type' => 'string', 'example' => '2019-05-25 09:00:00', ], 'LicenseStatus' => [ 'description' => '激活码状态'."\n" .'- ACTIVATED'."\n" .'- INACTIVATED', 'type' => 'string', 'example' => 'ACTIVATED', ], 'ProductName' => [ 'description' => '商品名称', 'type' => 'string', 'example' => 'LNMP环境', ], 'ExpiredTime' => [ 'description' => '过期时间', 'type' => 'string', 'example' => '2019-06-25 09:00:00', ], 'ProductSkuId' => [ 'description' => '商品规格ID', 'type' => 'string', 'example' => 'cmgj02****-prepay', ], 'CreateTime' => [ 'description' => '创建时间', 'type' => 'string', 'example' => '2019-05-25 09:00:00', ], 'LicenseCode' => [ 'description' => '激活码', 'type' => 'string', 'example' => '-', ], 'InstanceId' => [ 'description' => '业务实例ID', 'type' => 'string', 'example' => '1551111111', ], 'SupplierName' => [ 'description' => '供应商名称', 'type' => 'string', 'example' => '**科技股份有限公司', ], 'ProductCode' => [ 'description' => '商品Code', 'type' => 'string', 'example' => 'cmgj02****', ], 'ExtendArray' => [ 'type' => 'object', 'itemNode' => true, 'properties' => [ 'LicenseAttribute' => [ 'description' => '扩展对象数组', 'type' => 'array', 'items' => [ 'type' => 'object', 'properties' => [ 'Code' => [ 'description' => '对象code', 'type' => 'string', 'example' => 'package_version:对应商品规格code;orderBizId:云市场实例ID;activeAddress:激活地址;orderId:包含新购和续费订单ID,逗号分割;aliUid:用户阿里云Uid;expiresTime:授权码过期时间;', ], 'Value' => [ 'description' => '对象值', 'type' => 'string', 'example' => '-', ], ], ], ], ], ], 'ExtendInfo' => [ 'description' => '扩展属性', 'type' => 'object', 'properties' => [ 'AliUid' => [ 'description' => '阿里云UID', 'type' => 'integer', 'format' => 'int64', 'example' => '190311111111****', ], 'AccountQuantity' => [ 'description' => '账号信息', 'type' => 'integer', 'format' => 'int64', 'example' => '-', ], 'Email' => [ 'description' => '邮箱', 'type' => 'string', 'example' => 'id***@**.com', ], 'Mobile' => [ 'description' => '电话', 'type' => 'string', 'example' => '129****1111', ], ], ], ], ], ], ], ], ], 'errorCodes' => [ 400 => [ [ 'errorCode' => 'Auth.SubAccount.Error', 'errorMessage' => 'The specified AccessKey information does not belong to the RAM user.', ], [ 'errorCode' => 'License.Invalid', 'errorMessage' => 'The specified license is invalid.', ], [ 'errorCode' => 'License.Expired', 'errorMessage' => 'The specified license has expired.', ], [ 'errorCode' => 'License.Discard', 'errorMessage' => 'The specified license has been discarded.', ], [ 'errorCode' => 'License.NotFound', 'errorMessage' => 'The specified license does not exist.', ], [ 'errorCode' => 'Auth.ISV.Error', 'errorMessage' => 'Only ISV accounts are allowed to call the specified API operation.', ], [ 'errorCode' => 'Auth.Match', 'errorMessage' => 'The product to be enabled by the specified license does not belong to the ISV.', ], [ 'errorCode' => 'Auth.Authorized', 'errorMessage' => 'The specified RAM user is not authorized.', ], ], ], 'eventInfo' => [ 'enable' => false, 'eventNames' => [], ], 'responseDemo' => '[{"type":"json","example":"{\\n \\"RequestId\\": \\"6EF60BEC-0242-43AF-BB20-270359FB54A7\\",\\n \\"License\\": {\\n \\"ActivateTime\\": \\"2019-05-25 09:00:00\\",\\n \\"LicenseStatus\\": \\"ACTIVATED\\",\\n \\"ProductName\\": \\"LNMP环境\\",\\n \\"ExpiredTime\\": \\"2019-06-25 09:00:00\\",\\n \\"ProductSkuId\\": \\"cmgj02****-prepay\\",\\n \\"CreateTime\\": \\"2019-05-25 09:00:00\\",\\n \\"LicenseCode\\": \\"-\\",\\n \\"InstanceId\\": \\"1551111111\\",\\n \\"SupplierName\\": \\"**科技股份有限公司\\",\\n \\"ProductCode\\": \\"cmgj02****\\",\\n \\"ExtendArray\\": {\\n \\"LicenseAttribute\\": [\\n {\\n \\"Code\\": \\"package_version:对应商品规格code;orderBizId:云市场实例ID;activeAddress:激活地址;orderId:包含新购和续费订单ID,逗号分割;aliUid:用户阿里云Uid;expiresTime:授权码过期时间;\\",\\n \\"Value\\": \\"-\\"\\n }\\n ]\\n },\\n \\"ExtendInfo\\": {\\n \\"AliUid\\": 0,\\n \\"AccountQuantity\\": 0,\\n \\"Email\\": \\"id***@**.com\\",\\n \\"Mobile\\": \\"129****1111\\"\\n }\\n }\\n}","errorExample":""},{"type":"xml","example":"\\n 6EF60BEC-0242-43AF-BB20-270359FB54A7\\n \\n 2019-05-25 09:00:00\\n ACTIVATED\\n LNMP环境\\n 2019-06-25 09:00:00\\n cmgj02****-prepay\\n 2019-05-25 09:00:00\\n -\\n 1551111111\\n **科技股份有限公司\\n cmgj02****\\n \\n -\\n -\\n \\n \\n id***@**.com\\n 129****1111\\n \\n \\n","errorExample":""}]', 'title' => '查询授权信息', ], 'ActivateLicense' => [ 'summary' => '调用 ActivateLicense 激活授权码。', 'methods' => [ 'post', 'get', ], 'schemes' => [ 'http', 'https', ], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'write', 'deprecated' => false, 'systemTags' => [ 'operationType' => 'update', 'riskType' => 'none', 'chargeType' => 'free', ], 'parameters' => [ [ 'name' => 'LicenseCode', 'in' => 'query', 'schema' => [ 'description' => '授权码。', 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => 'APSEDH8TA5CSGK-********_6CNTACBH9EQPOATFXJQL4B2COE7M43VVQ7GUGKAA', ], ], [ 'name' => 'Identification', 'in' => 'query', 'schema' => [ 'description' => '激活的身份信息,用户的 aliyunUid。', 'type' => 'string', 'required' => false, 'example' => '129****1111', ], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'Success' => [ 'description' => '成功状态标识', 'type' => 'boolean', 'example' => 'true', ], 'RequestId' => [ 'description' => '请求 ID', 'type' => 'string', 'example' => '6EF60BEC-0242-43AF-BB20-270359FB54A7', ], ], ], ], ], 'errorCodes' => [ 400 => [ [ 'errorCode' => 'Auth.CallerType', 'errorMessage' => 'RAM users or STS tokens are not supported.', ], [ 'errorCode' => 'License.Invalid', 'errorMessage' => 'The specified license is invalid.', ], [ 'errorCode' => 'License.Expired', 'errorMessage' => 'The specified license has expired.', ], [ 'errorCode' => 'License.Discard', 'errorMessage' => 'The specified license has been discarded.', ], [ 'errorCode' => 'License.NotFound', 'errorMessage' => 'The specified license does not exist.', ], [ 'errorCode' => 'Auth.ISV', 'errorMessage' => 'Only ISV accounts are allowed to call the specified API operation.', ], [ 'errorCode' => 'Auth.Match', 'errorMessage' => 'The product to be enabled by the specified license does not belong to the ISV.', ], [ 'errorCode' => 'Auth.Authorized', 'errorMessage' => 'The specified RAM user is not authorized.', ], ], ], 'eventInfo' => [ 'enable' => false, 'eventNames' => [], ], 'responseDemo' => '[{"type":"json","example":"{\\n \\"Success\\": true,\\n \\"RequestId\\": \\"6EF60BEC-0242-43AF-BB20-270359FB54A7\\"\\n}","errorExample":""},{"type":"xml","example":"\\n6EF60BEC-0242-43AF-BB20-270359FB54A7\\ntrue\\n","errorExample":""}]', 'title' => '激活授权码', 'requestParamsDescription' => ' ', 'responseParamsDescription' => ' ', 'extraInfo' => ' ', ], 'PushMeteringData' => [ 'summary' => '调用PushMeteringData推送计量数据。', 'methods' => [ 'post', ], 'schemes' => [ 'http', 'https', ], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'write', 'deprecated' => false, 'systemTags' => [ 'operationType' => 'create', 'riskType' => 'none', 'chargeType' => 'free', ], 'parameters' => [ [ 'name' => 'Metering', 'in' => 'query', 'schema' => [ 'description' => '示例中的参数说明如下:'."\n" ."\n" .'- InstanceId:云市场实例ID 。参数类型为String。'."\n" .'- StartTime:计量开始时间。单位秒(格式为Unix时间戳, 如1723771200)。参数类型为Long。'."\n" .'- EndTime:计量结束时间。单位秒(格式为Unix时间戳,如1723771800)。参数类型为Long。'."\n" .'- Entities:计量实体对象。参数类型为List。'."\n" .' - Key:计量项属性名称。参数类型为String。'."\n" .' - Frequency:使用次数(次)。'."\n" .' - Period:使用小时时长(秒)。'."\n" .' 注意:请求参数中的时长单位为秒,而计费单位为小时,因此计费时会转换为小时,如推送19:00-20:00的用量1800,计费价格为1元/小时,按小时出账该时段费用为1800 / 3600 x 1 = 0.5元,费用如为小数,保留两位小数,超过两位舍弃。'."\n" ."\n" .' - Storage:使用存储空间(Byte)。'."\n" ."\n" .' 注意:请求参数中的单位为Byte,而计费单位为MB,因此计费时会转换为MB,如推送19:00-20:00的用量524288,计费价格为1元/MB,按小时出账该时段费用为524288 / 1024 / 1024 x 1 = 0.5元,费用如为小数,保留两位小数,超过两位舍弃。'."\n" ."\n" .' - NetworkOut:上行使用流量(Bit)。'."\n" ."\n" .' 注意:请求参数中的单位为Bit,而计费单位为Mb,因此计费时会转换为Mb,如推送19:00-20:00的用量524288,计费价格为1元/Mb,按小时出账该时段费用为524288 / 1024 / 1024 x 1 = 0.5元,费用如为小数,保留两位小数,超过两位舍弃。'."\n" ."\n" .' - NetworkIn:下行使用流量(Bit)。'."\n" ."\n" .' 注意:请求参数中的单位为Bit,而计费单位为Mb,因此计费时会转换为Mb,如推送19:00-20:00的用量524288,计费价格为1元/Mb,按小时出账该时段费用为524288 / 1024 / 1024 x 1 = 0.5元,费用如为小数,保留两位小数,超过两位舍弃。'."\n" ."\n" .' - Character:字符数(个)。'."\n" .' - DailyActiveUser:日活跃用户数(DAU)。'."\n" .' - PeriodMin:使用分钟时长(分钟)。'."\n" .' - VirtualCpu:虚拟CPU核数。'."\n" .' - Unit: Unit(个)。'."\n" .' - Memory: Memory(GB)。'."\n" .' - KTokens: 使用tokens数(token)。'."\n" .' 注意:请求参数中的KTokens单位为token, 不需要转化为千tokens,而计费单位为千tokens,因此计费时会将推送计量参数中token值转化为千tokens,如推送19:00-20:00的用量1500 token,示例: {"Key":"KTokens","Value":"1500","meteringAssit":"cmapi00071246-KTokens-1"},计费价格为1元/千tokens,按小时出账该时段费用为1500 / 1000 x 1 = 1.5元, 费用如为小数,保留两位小数,超过两位舍弃。'."\n" .' - Suit:Suit(套),注意参数中传递的值是套。'."\n" .' - StorageGigaByte: StorageGigaByte(存储空间GB),注意参数中直接传递的参数单位是GB,不需要转化为Byte等。'."\n" .' - Value:计量数值(取值 >= 0)。参数类型为Integer。'."\n" .' - meteringAssit: 多维度计量项Id。参数类型为String, 在商品发布的后台可以看到这个计费项id。Frequency等计费项有1个或多个都会有这个值,新发布的品推送计量时需要将这个参数传递过来。'."\n" .' - SerialNo:大模型调用场景特有,当是http调用的时候请设置为requestId,websocket的时候请设置为单次任务的uid,只有在商品是分钟出账的情况下,需要传递这个参数,其他情况下不需要传递这个参数。'."\n" ."\n" .'**说明**:'."\n" .'- 多维度的计量能力,即对于上述的Frequency(次)、Period(使用时长)、PeriodMin等这些计费项在发布商品的时候可以支持多个,比如一个商品中可以有多个PeriodMin计费项,每个PeriodMin计费项会生成一个唯一的ID,用户标识计费项,这个计费项是在发布商品的时候生成的,格式如(cmapi00060317-PeriodMin-3, cmapi00060317-PeriodMin-4)。在推送计量的时候需要将上面的ID传递过来,以便进行相应的计费扣减。新发布品推送的计量数据格式如下所示:'."\n" .'[{"InstanceId":"1000001","StartTime":"100000000","EndTime":"100000010","Entities":[{"Key":"PeriodMin","Value":"96","meteringAssit":"cmapi00060317-PeriodMin-4"}]}]。'."\n" .'- 推送的计量参数请参考示例,示例中的参数都是必要的,数据缺失会推送计量失败。', 'type' => 'string', 'required' => false, 'example' => '按小时/按天推量时:'."\n" .'[{"InstanceId":"1000001","StartTime":"100000000","EndTime":"100000010","Entities":[{"Key":"PeriodMin","Value":"96","meteringAssit":"cmapi00060317-PeriodMin-4"}]}]'."\n" ."\n\n" .'大模型场景实时推量时:'."\n" .'[{"InstanceId":"1000001","SerialNo":"210f470417561055092582279ea052","StartTime":"100000000","EndTime":"100000010","Entities":[{"Key":"PeriodMin","Value":"96","meteringAssit":"cmapi00060317-PeriodMin-4"}]}]', ], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'Success' => [ 'description' => '成功状态标识', 'type' => 'boolean', 'example' => 'true', ], 'RequestId' => [ 'description' => ' 请求ID', 'type' => 'string', 'example' => '6EF60BEC-0242-43AF-BB20-270359FB54A7', ], ], ], ], ], 'errorCodes' => [ 400 => [ [ 'errorCode' => 'Invalid.Parameter.Metering', 'errorMessage' => 'meteringAssit is empty', ], [ 'errorCode' => 'Invalid.Parameter', 'errorMessage' => 'The specified parameter is invalid.', ], ], 500 => [ [ 'errorCode' => 'UnknownError', 'errorMessage' => 'An error occurred while processing your request.', ], [ 'errorCode' => 'Service.Flow.Control', 'errorMessage' => 'The rate throttling threshold has been exceeded.', ], [ 'errorCode' => 'Invalid.Parameter.Instance', 'errorMessage' => 'The specified Instance parameter is invalid.', ], [ 'errorCode' => 'Invalid.Parameter.Metering', 'errorMessage' => 'The specified Metering parameter is invalid.', ], [ 'errorCode' => 'Metering.Data.Exceeded', 'errorMessage' => 'The number of metering entities must not exceed 100.', ], [ 'errorCode' => 'Permission.Denied', 'errorMessage' => 'You are not authorized to call the API operation. Contact the API developer to add your account to the API user whitelist.', ], ], ], 'responseDemo' => '[{"type":"json","example":"{\\n \\"Success\\": true,\\n \\"RequestId\\": \\"6EF60BEC-0242-43AF-BB20-270359FB54A7\\"\\n}","errorExample":""},{"type":"xml","example":"\\n6EF60BEC-0242-43AF-BB20-270359FB54A7\\ntrue\\n","errorExample":""}]', 'title' => '推送计量数据', 'description' => '### 编码和格式要求'."\n" .'- 请求参数全部需要URLEncode编码。'."\n" .'- 注意参数中Metering字段要严格按照文档中的示例来提交,以往发现很多提交过来的不是一个JSON字段,提交之前可以先用JSON格式化工具检查一下,否则接口调用会失败。'."\n" .'### 请求频率与单次写入量限制'."\n" .'- 按小时/天计量时:云市场对每个InstanceId的请求限制为60秒一次,每次请求支持写入的计量数据为100条。'."\n" .'- 实时计量时(针对大模型使用场景):云市场对每个InstanceId的请求无频率限制,每次请求支持写入的计量数据限制为10条。'."\n" .'### 计量数据批量推送限制'."\n" .'- 不支持跨商品的InstanceId批量推送,批量推送时请确保所有InstanceId来自同一个商品。'."\n" .'- 批量推送计量数据时,“InstanceId”属性必须为同一个商品所产生的实例,目前不支持多个商品的实例同时推送。'."\n" .'### 计量数据推送时间要求'."\n" .'- 按小时出账的商品,截止出账时间是下一个小时,计量数据必须按时推送过来。比如推送的计量数据是8:10-08:20,则必须在9.59之前将计量数据推送过来,否则将不会出账。按天出账规则类似,即第二天1:59之前必须要把前一天的数据推送过来,否则推送计量会报错,不会出账。'."\n" .'- 分钟级出账的商品,会将实时推量的数据按分钟进行聚合,并按分钟出账。'."\n" .'- 如果商品设置为实时出账,StartTime和EndTime为任意时间宽度均可以,但是EndTime一定要大于StartTime 。'."\n" .'- 如果商品设置为非实时出账(即选择按小时、按天等),StartTime和EndTime'."\n" .' 的间隔必须大于5分钟。'."\n" .'### 推量和出账的时效性'."\n" .'- 如果实例状态已经过期,则在实例过期之后推送的计量数据不会出账,比如实例是2025-07-09 12:20:00过期,则推送过来的 2025-07-09 13:00:00-2025-07-09 14:00:00这一小时的计量数据是不会出账的。2025-07-09 12:00:00-2025-07-09 13:00:00 这一小时的计量数据仍然可以正常出账。'."\n" .'- 推送完计量数据后,不会立即出账,按小时计费的会在下一个时间区间出账,比如按小时计费8:00-9:00的账单,会在10点之后出账,按天计费的会在下一天出账。出账后,客户可以在[阿里云账单详情](https://billing-cost.console.aliyun.com/finance/expense-report/expense-detail-by-instance)中查看。'."\n" .'### 金额抹零'."\n" .'- 账单如果金额过少,单次账单金额不足0.01元时,买家侧的账单金额为0。比如商品单价是0.001元/次,按分钟出账,每分钟都消耗9次,则每分钟的账单金额为0。如果按小时出账,单个小时的账单金额不足0.01,则买家侧的账单金额为0。分钟级出账金额抹零的概率可能会高于按小时出账的概率。', 'requestParamsDescription' => ' ', 'responseParamsDescription' => ' ', 'extraInfo' => ' ', ], 'CrossAccountVerifyToken' => [ 'summary' => '查询跨账号角色授权信息,包含授权人阿里云账号UID、名称、授权时间、授权角色名称。', 'methods' => [ 'post', ], 'schemes' => [ 'https', ], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'readAndWrite', 'deprecated' => false, 'systemTags' => [ 'operationType' => 'update', 'riskType' => 'none', 'chargeType' => 'free', ], 'parameters' => [ [ 'name' => 'Token', 'in' => 'formData', 'schema' => [ 'title' => '跨账号角色授权成功返回的token', 'description' => '跨账号角色授权成功返回的token', 'type' => 'string', 'required' => false, 'example' => 'C19D103FEA2D50A584410267CE9FBA56', ], ], ], 'responses' => [ 200 => [ 'schema' => [ 'title' => 'ResultDTO', 'description' => '返回结果对象', 'type' => 'object', 'properties' => [ 'Result' => [ 'description' => '返回结果对象', 'type' => 'object', 'properties' => [ 'Name' => [ 'title' => '用户展示名称', 'description' => '用户展示名称', 'type' => 'string', 'example' => 'marketplace_wangxiao_test', ], 'Uid' => [ 'title' => '用户阿里云uid', 'description' => '用户阿里云uid', 'type' => 'string', 'example' => '1744526877246715', ], 'AuthTime' => [ 'title' => '授权时间', 'description' => '授权时间', 'type' => 'integer', 'format' => 'int64', 'example' => '1676974108866', ], 'AuthRoles' => [ 'title' => '授权角色', 'description' => '授权角色', 'type' => 'array', 'items' => [ 'description' => '授权角色名称', 'type' => 'string', 'example' => 'VendorCrossAccountXIAOYUNACCESSSMSRole', ], ], ], ], 'Success' => [ 'description' => '接口返回成功', 'type' => 'boolean', 'example' => 'true', ], 'Code' => [ 'description' => '状态码,200表示成功', 'type' => 'string', 'example' => '200', ], 'Message' => [ 'description' => '错误信息', 'type' => 'string', 'example' => 'successful', ], 'RequestId' => [ 'description' => 'RequestId', 'type' => 'string', 'example' => 'C19D103F-EA2D-50A5-8441-0267CE9FBA56', ], ], ], ], ], 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"Result\\": {\\n \\"Name\\": \\"marketplace_wangxiao_test\\",\\n \\"Uid\\": \\"1744526877246715\\",\\n \\"AuthTime\\": 1676974108866,\\n \\"AuthRoles\\": [\\n \\"VendorCrossAccountXIAOYUNACCESSSMSRole\\"\\n ]\\n },\\n \\"Success\\": true,\\n \\"Code\\": \\"200\\",\\n \\"Message\\": \\"successful\\",\\n \\"RequestId\\": \\"C19D103F-EA2D-50A5-8441-0267CE9FBA56\\"\\n}","type":"json"}]', 'title' => '查询跨账号角色授权信息', 'responseParamsDescription' => '返回值中授权人阿里云账号信息Name和Uid字段默认脱敏展示,如需明文展示,请联系云市场运营同学开通。', ], 'DescribeDistributionProductsLink' => [ 'summary' => '获取推广商品的推广链接。', 'methods' => [ 'post', ], 'schemes' => [ 'http', 'https', ], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'read', 'deprecated' => false, 'systemTags' => [ 'operationType' => 'get', 'riskType' => 'none', 'chargeType' => 'free', ], 'parameters' => [ [ 'name' => 'Codes', 'in' => 'query', 'style' => 'json', 'schema' => [ 'title' => '商品code集合,不能为空集合,集合大小最多50条', 'description' => '商品code集合,不能为空集合,集合大小最多50条', 'type' => 'array', 'items' => [ 'description' => 'cmapi*****', 'type' => 'string', 'required' => false, 'example' => 'cmapi******', ], 'required' => true, 'docRequired' => true, 'minItems' => 1, ], ], ], 'responses' => [ 200 => [ 'schema' => [ 'title' => 'Schema of Response', 'description' => 'Schema of Response', 'type' => 'object', 'properties' => [ 'RequestId' => [ 'title' => 'Id of the request', 'description' => 'Id of the request', 'type' => 'string', 'example' => '5BD09171-BF4D-18D8-890E-C70C067527BE', ], 'TotalCount' => [ 'title' => '推广商品总数', 'description' => '推广商品总数', 'type' => 'integer', 'format' => 'int64', 'example' => '51', ], 'Success' => [ 'title' => '成功状态标识', 'description' => '成功状态标识', 'type' => 'boolean', 'example' => 'true', ], 'Result' => [ 'description' => '推广商品链接信息', 'type' => 'array', 'items' => [ 'type' => 'object', 'properties' => [ 'Url' => [ 'title' => '商品推广链接', 'description' => '商品推广链接,注:示例链接为测试商品链接', 'type' => 'string', 'example' => 'https://market.aliyun.com/ad/adClick?param=QN%2BgAHA8mY%2BV1vSDtkNqyWG9G5uUX2Q8%2BJrC8wTzBo5YK7tTmm4Zdiz6nmmyLHMC5REAsq2viyeJYjBjVHno1HydPvHrVarNXQTMEzEmR8TRZaG2FsnzpszXKK2cMA69CUmF9qQpHqU%3D', ], 'Code' => [ 'title' => '推广商品code', 'description' => '推广商品code', 'type' => 'string', 'example' => 'cmapi000****', ], 'Name' => [ 'title' => '推广商品名称', 'description' => '推广商品名称', 'type' => 'string', 'example' => '测试商品', ], ], ], ], ], ], ], ], 'errorCodes' => [ 500 => [ [ 'errorCode' => 'UnknownError', 'errorMessage' => 'An error occurred while processing your request.', ], [ 'errorCode' => 'Forbidden!', 'errorMessage' => 'user is not distributor!', ], [ 'errorCode' => 'ProductCodes', 'errorMessage' => 'productCodes is empty!', ], [ 'errorCode' => 'codeSizeError', 'errorMessage' => 'productCodes size should less than 50!', ], [ 'errorCode' => 'CodeError', 'errorMessage' => 'codes is not correct!', ], ], ], 'staticInfo' => [ 'returnType' => 'synchronous', ], 'responseDemo' => '[{"type":"json","example":"{\\n \\"RequestId\\": \\"5BD09171-BF4D-18D8-890E-C70C067527BE\\",\\n \\"TotalCount\\": 51,\\n \\"Success\\": true,\\n \\"Result\\": [\\n {\\n \\"Url\\": \\"https://market.aliyun.com/ad/adClick?param=QN%2BgAHA8mY%2BV1vSDtkNqyWG9G5uUX2Q8%2BJrC8wTzBo5YK7tTmm4Zdiz6nmmyLHMC5REAsq2viyeJYjBjVHno1HydPvHrVarNXQTMEzEmR8TRZaG2FsnzpszXKK2cMA69CUmF9qQpHqU%3D\\",\\n \\"Code\\": \\"cmapi000****\\",\\n \\"Name\\": \\"测试商品\\"\\n }\\n ]\\n}","errorExample":""},{"type":"xml","example":"\\n 5BD09171-BF4D-18D8-890E-C70C067527BE\\n 51\\n true\\n \\n https://market.aliyun.com/ad/adClick?param=QN%2BgAHA8mY%2BV1vSDtkNqyWG9G5uUX2Q8%2BJrC8wTzBo5YK7tTmm4Zdiz6nmmyLHMC5REAsq2viyeJYjBjVHno1HydPvHrVarNXQTMEzEmR8TRZaG2FsnzpszXKK2cMA69CUmF9qQpHqU%3D\\n cmapi000****\\n 测试商品\\n \\n","errorExample":""}]', 'title' => '获取推广商品转化链接', 'description' => '请使用推广服务商账号调用,非推广服务商调用不成功。', 'requestParamsDescription' => '推广商品的code数组不能为空,数组大小不能大于50', ], 'DescribeDistributionProducts' => [ 'summary' => '分页获取推广商品列表及详细信息。', 'methods' => [ 'get', ], 'schemes' => [ 'http', 'https', ], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'read', 'deprecated' => false, 'systemTags' => [ 'operationType' => 'get', 'riskType' => 'none', 'chargeType' => 'free', ], 'parameters' => [ [ 'name' => 'PageNumber', 'in' => 'query', 'schema' => [ 'title' => '分页-当前页数', 'description' => '当前页数。', 'type' => 'integer', 'format' => 'int64', 'required' => true, 'example' => '1', ], ], [ 'name' => 'PageSize', 'in' => 'query', 'schema' => [ 'title' => '每页的推广商品数量', 'description' => '每页的推广商品数量。', 'type' => 'integer', 'format' => 'int64', 'required' => true, 'example' => '10', ], ], [ 'name' => 'Filter', 'in' => 'query', 'style' => 'repeatList', 'schema' => [ 'description' => '过滤条件列表。', 'type' => 'array', 'items' => [ 'type' => 'object', 'properties' => [ 'Key' => [ 'description' => '搜索标签类别,取值:'."\n" ."\n" .'- code:推广商品Code'."\n" .'- name:推广商品名称'."\n" .'- supplierName:推广服务商名称', 'type' => 'string', 'required' => true, 'example' => 'supplierName', ], 'Value' => [ 'description' => '搜索标签取值:'."\n" ."\n" .'- code: 测试商品code'."\n" .'- name:测试商品名称'."\n" .'- supplierName:测试供应商家名称', 'type' => 'string', 'required' => true, 'example' => 'cmj0000000', ], ], 'required' => false, ], 'required' => false, 'maxItems' => 100, ], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'RequestId' => [ 'description' => '请求 ID', 'type' => 'string', 'example' => '5BD09171-MB74-18D8-890E-C70C067527BE', ], 'PageNumber' => [ 'description' => '当前页数', 'type' => 'integer', 'format' => 'int32', 'example' => '1', ], 'PageSize' => [ 'description' => '每页的推广商品数量。', 'type' => 'integer', 'format' => 'int32', 'example' => '10', ], 'TotalCount' => [ 'description' => '符合搜索条件的推广商品数', 'type' => 'integer', 'format' => 'int32', 'example' => '50', ], 'Results' => [ 'description' => '推广商品信息', 'type' => 'array', 'items' => [ 'type' => 'object', 'properties' => [ 'FirstCategoryName' => [ 'title' => '商品类目,一级类目名称', 'description' => '商品类目,一级类目名称', 'type' => 'string', 'example' => 'API市场', ], 'SecondCategoryName' => [ 'title' => '商品类目,二级类目名称', 'description' => '商品类目,二级类目名称', 'type' => 'string', 'example' => '生活服务', ], 'Type' => [ 'title' => '商品类型'."\n" .' APP 应用类'."\n" .' SERVICE 服务类'."\n" .' CHENGPIN_SITE 成品网站'."\n" .' SITE_CUSTOM_SERVICE 定制网站'."\n" .' SITE_PROMOTION_RUN 网站推广运营'."\n" .' ENT_APP_SOFT 应用软件'."\n" .' CLOUD_SERVICE 云服务'."\n" .' EIF 企信宝'."\n" .' BASIC_TOOLS 基础工具'."\n" .' BASIC_SERVICES 基础服务'."\n" .' JIANZHAN_XITONG 建站系统'."\n" .' APP_COUPLES 应用伴侣'."\n" .' MIRRORS_MARKET 镜像市场'."\n" .' MIRRORS_MARKET_BASIC_ENVIRONMENT 基础环境'."\n" .' MIRRORS_MARKET_APPLICATION_SOFTWARE 应用软件'."\n" .' MIRROR 镜像类'."\n" .' DINGDING 钉钉类'."\n" .' DOWNLOAD 下载类'."\n" .' EXTENDED 未知类'."\n" .' API_SERVICE API类'."\n" .' ROS 资源编排类'."\n" .' DOCKER 容器类'."\n" .' LICENSE 授权码类'."\n" .' SAAS_WUYING 应用软件-无影应用', 'description' => '商品类型'."\n" .' APP 应用类'."\n" .' SERVICE 服务类'."\n" .' CHENGPIN_SITE 成品网站'."\n" .' SITE_CUSTOM_SERVICE 定制网站'."\n" .' SITE_PROMOTION_RUN 网站推广运营'."\n" .' ENT_APP_SOFT 应用软件'."\n" .' CLOUD_SERVICE 云服务'."\n" .' EIF 企信宝'."\n" .' BASIC_TOOLS 基础工具'."\n" .' BASIC_SERVICES 基础服务'."\n" .' JIANZHAN_XITONG 建站系统'."\n" .' APP_COUPLES 应用伴侣'."\n" .' MIRRORS_MARKET 镜像市场'."\n" .' MIRRORS_MARKET_BASIC_ENVIRONMENT 基础环境'."\n" .' MIRRORS_MARKET_APPLICATION_SOFTWARE 应用软件'."\n" .' MIRROR 镜像类'."\n" .' DINGDING 钉钉类'."\n" .' DOWNLOAD 下载类'."\n" .' EXTENDED 未知类'."\n" .' API_SERVICE API类'."\n" .' ROS 资源编排类'."\n" .' DOCKER 容器类'."\n" .' LICENSE 授权码类'."\n" .' SAAS_WUYING 应用软件-无影应用', 'type' => 'string', 'example' => 'API类', ], 'ImageUrl' => [ 'title' => '商品主图url', 'description' => '商品主图url', 'type' => 'string', 'example' => '//photogallery.oss-cn-hangzhou.aliyuncs.com/photo/1744526877246715/09605255-87fd-44d1-8143-96ebc8019d46.jpeg', ], 'Code' => [ 'title' => '商品code', 'description' => '商品code', 'type' => 'string', 'example' => 'cmap*****', ], 'Name' => [ 'title' => '商品名称', 'description' => '商品名称', 'type' => 'string', 'example' => '手机号码在网状态查询', ], 'ShortDescription' => [ 'title' => '商品简介', 'description' => '商品简介', 'type' => 'string', 'example' => '运营商号码状态查询】精准实时空号检测,手机号在网状态查询,返回正常、空号、通话中、在网但不可用、关机、呼叫转移、疑似关机、携号转网、号码错误、停机等多种状态。', ], 'Price' => [ 'title' => '商品默认规格价格', 'description' => '商品默认规格价格,如100代表100,单位CNY', 'type' => 'string', 'example' => '100', ], 'Score' => [ 'title' => '商品用户评分', 'description' => '商品用户评分', 'type' => 'string', 'example' => '5', ], 'TradeCount' => [ 'title' => '商品近180天成交', 'description' => '商品近180天成交', 'type' => 'string', 'example' => '109', ], 'UserCommentCount' => [ 'title' => '商品买家评论数', 'description' => '商品买家评论数', 'type' => 'string', 'example' => '55', ], 'SubmissionRadio' => [ 'title' => '商品返佣比例', 'description' => '商品返佣比例,如30,代表30%', 'type' => 'string', 'example' => '30', ], 'SupplierName' => [ 'title' => '推广服务商名称', 'description' => '推广服务商名称', 'type' => 'string', 'example' => '深圳市****有限公司', ], 'SupplierUId' => [ 'title' => '推广服务商(商品供应商)阿里云UID', 'description' => '推广服务商(商品供应商)阿里云UID', 'type' => 'string', 'example' => '1911534921******', ], ], ], ], ], ], ], ], 'errorCodes' => [ 500 => [ [ 'errorCode' => 'Forbidden', 'errorMessage' => 'user is not distributor!', ], [ 'errorCode' => 'UnknownError', 'errorMessage' => 'An error occurred while processing your request. ', ], ], ], 'staticInfo' => [ 'returnType' => 'synchronous', ], 'responseDemo' => '[{"type":"json","example":"{\\n \\"RequestId\\": \\"5BD09171-MB74-18D8-890E-C70C067527BE\\",\\n \\"PageNumber\\": 1,\\n \\"PageSize\\": 10,\\n \\"TotalCount\\": 50,\\n \\"Results\\": [\\n {\\n \\"FirstCategoryName\\": \\"API市场\\",\\n \\"SecondCategoryName\\": \\"生活服务\\",\\n \\"Type\\": \\"API类\\",\\n \\"ImageUrl\\": \\"//photogallery.oss-cn-hangzhou.aliyuncs.com/photo/1744526877246715/09605255-87fd-44d1-8143-96ebc8019d46.jpeg\\",\\n \\"Code\\": \\"cmap*****\\",\\n \\"Name\\": \\"手机号码在网状态查询\\",\\n \\"ShortDescription\\": \\"运营商号码状态查询】精准实时空号检测,手机号在网状态查询,返回正常、空号、通话中、在网但不可用、关机、呼叫转移、疑似关机、携号转网、号码错误、停机等多种状态。\\",\\n \\"Price\\": \\"100\\",\\n \\"Score\\": \\"5\\",\\n \\"TradeCount\\": \\"109\\",\\n \\"UserCommentCount\\": \\"55\\",\\n \\"SubmissionRadio\\": \\"30\\",\\n \\"SupplierName\\": \\"深圳市****有限公司\\",\\n \\"SupplierUId\\": \\"1911534921******\\"\\n }\\n ]\\n}","errorExample":""},{"type":"xml","example":"\\n 5BD09171-MB74-18D8-890E-C70C067527BE\\n 1\\n 10\\n 50\\n \\n API市场\\n 生活服务\\n API类\\n //photogallery.oss-cn-hangzhou.aliyuncs.com/photo/1744526877246715/09605255-87fd-44d1-8143-96ebc8019d46.jpeg\\n cmap*****\\n 手机号码在网状态查询\\n 运营商号码状态查询】精准实时空号检测,手机号在网状态查询,返回正常、空号、通话中、在网但不可用、关机、呼叫转移、疑似关机、携号转网、号码错误、停机等多种状态。\\n 100\\n 5\\n 109\\n 55\\n 30\\n 深圳市****有限公司\\n 1911534921******\\n \\n","errorExample":""}]', 'title' => '分页获取推广商品列表', 'description' => '请使用推广服务商账号调用', 'requestParamsDescription' => 'code为单个查询,name为商品名称,supplierName为商品供应商名称', ], 'DescribeApiMetering' => [ 'summary' => '获取用户的API余量、总量、使用量等数据。', 'methods' => [ 'get', ], 'schemes' => [ 'http', 'https', ], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'read', 'deprecated' => false, 'systemTags' => [ 'operationType' => 'get', 'riskType' => 'none', 'chargeType' => 'free', ], 'parameters' => [ [ 'name' => 'productCode', 'in' => 'query', 'schema' => [ 'description' => '商品code', 'type' => 'string', 'required' => false, 'example' => 'cmapi0004****', ], ], [ 'name' => 'type', 'in' => 'query', 'schema' => [ 'description' => '类型,1表示套餐包,2表示资源包', 'type' => 'integer', 'format' => 'int32', 'required' => false, 'example' => '1', ], ], [ 'name' => 'pageNum', 'in' => 'query', 'schema' => [ 'description' => '页码', 'type' => 'integer', 'format' => 'int32', 'required' => true, 'example' => '1', ], ], ], 'responses' => [ 200 => [ 'schema' => [ 'description' => '返回值', 'type' => 'object', 'properties' => [ 'RequestId' => [ 'description' => '请求id', 'type' => 'string', 'example' => '62FC432C55A1A63534A6CB34', ], 'Code' => [ 'description' => '状态码', 'type' => 'string', 'example' => '200', ], 'Result' => [ 'description' => '返回值列表', 'type' => 'array', 'items' => [ 'description' => '单个对象', 'type' => 'object', 'properties' => [ 'AliyunPk' => [ 'description' => '阿里云pk', 'type' => 'integer', 'format' => 'int64', 'example' => '102277855749****', ], 'ProductCode' => [ 'description' => '商品code', 'type' => 'string', 'example' => 'cmapi0004****', ], 'ProductName' => [ 'description' => '商品名称', 'type' => 'string', 'example' => '身份证实名认证-身份证实名', ], 'TotalQuota' => [ 'description' => '余量', 'type' => 'integer', 'format' => 'int64', 'example' => '98', ], 'TotalUsage' => [ 'description' => '使用量', 'type' => 'integer', 'format' => 'int64', 'example' => '220', ], 'TotalCapacity' => [ 'type' => 'integer', 'format' => 'int64', ], 'Unit' => [ 'description' => '单位', 'type' => 'string', 'example' => '次', ], ], ], ], 'PageNumber' => [ 'description' => '页码', 'type' => 'integer', 'format' => 'int64', 'example' => '1', ], 'Success' => [ 'description' => '结果标识', 'type' => 'boolean', 'example' => 'true', ], 'Count' => [ 'description' => '总数', 'type' => 'integer', 'format' => 'int64', 'example' => '100', ], 'PageSize' => [ 'description' => ' 每页个数', 'type' => 'integer', 'format' => 'int64', 'example' => '20', ], 'Message' => [ 'description' => '错误信息描述', 'type' => 'string', 'example' => '"成功"', ], 'Version' => [ 'description' => '版本', 'type' => 'string', 'example' => '1.0', ], 'Fatal' => [ 'description' => 'fatal', 'type' => 'boolean', 'example' => 'false', ], ], ], ], ], 'responseDemo' => '[{"type":"json","example":"{\\n \\"RequestId\\": \\"62FC432C55A1A63534A6CB34\\",\\n \\"Code\\": \\"200\\",\\n \\"Result\\": [\\n {\\n \\"AliyunPk\\": 0,\\n \\"ProductCode\\": \\"cmapi0004****\\",\\n \\"ProductName\\": \\"身份证实名认证-身份证实名\\",\\n \\"TotalQuota\\": 98,\\n \\"TotalUsage\\": 220,\\n \\"TotalCapacity\\": 0,\\n \\"Unit\\": \\"次\\"\\n }\\n ],\\n \\"PageNumber\\": 1,\\n \\"Success\\": true,\\n \\"Count\\": 100,\\n \\"PageSize\\": 20,\\n \\"Message\\": \\"\\\\\\"成功\\\\\\"\\",\\n \\"Version\\": \\"1.0\\",\\n \\"Fatal\\": false\\n}","errorExample":""},{"type":"xml","example":"\\n 62FC432C55A1A63534A6CB34\\n 200\\n \\n cmapi0004****\\n 身份证实名认证-身份证实名\\n 98\\n 220\\n \\n \\n 1\\n true\\n 100\\n 20\\n \\"成功\\"\\n 1.0\\n false\\n","errorExample":""}]', 'title' => 'API余量获取', 'description' => '### **注意: 该接口支持主账号和Ram子账号获取API余量、总量、使用量信息**', ], ], 'endpoints' => [ [ 'regionId' => 'cn-hangzhou', 'endpoint' => 'market.aliyuncs.com', ], [ 'regionId' => 'ap-northeast-1', 'endpoint' => 'market.ap-southeast-1.aliyuncs.com', ], [ 'regionId' => 'ap-south-1', 'endpoint' => 'market.ap-southeast-1.aliyuncs.com', ], [ 'regionId' => 'ap-southeast-2', 'endpoint' => 'market.ap-southeast-1.aliyuncs.com', ], [ 'regionId' => 'ap-southeast-3', 'endpoint' => 'market.ap-southeast-1.aliyuncs.com', ], [ 'regionId' => 'ap-southeast-5', 'endpoint' => 'market.ap-southeast-1.aliyuncs.com', ], [ 'regionId' => 'cn-beijing', 'endpoint' => 'market.aliyuncs.com', ], [ 'regionId' => 'cn-chengdu', 'endpoint' => 'market.aliyuncs.com', ], [ 'regionId' => 'cn-hongkong', 'endpoint' => 'market.aliyuncs.com', ], [ 'regionId' => 'cn-huhehaote', 'endpoint' => 'market.aliyuncs.com', ], [ 'regionId' => 'cn-qingdao', 'endpoint' => 'market.aliyuncs.com', ], [ 'regionId' => 'cn-shanghai', 'endpoint' => 'market.aliyuncs.com', ], [ 'regionId' => 'cn-shenzhen', 'endpoint' => 'market.aliyuncs.com', ], [ 'regionId' => 'cn-zhangjiakou', 'endpoint' => 'market.aliyuncs.com', ], [ 'regionId' => 'eu-central-1', 'endpoint' => 'market.ap-southeast-1.aliyuncs.com', ], [ 'regionId' => 'eu-west-1', 'endpoint' => 'market.ap-southeast-1.aliyuncs.com', ], [ 'regionId' => 'me-east-1', 'endpoint' => 'market.ap-southeast-1.aliyuncs.com', ], [ 'regionId' => 'us-east-1', 'endpoint' => 'market.ap-southeast-1.aliyuncs.com', ], [ 'regionId' => 'us-west-1', 'endpoint' => 'market.ap-southeast-1.aliyuncs.com', ], [ 'regionId' => 'cn-hangzhou-finance', 'endpoint' => 'market.aliyuncs.com', ], [ 'regionId' => 'cn-shenzhen-finance-1', 'endpoint' => 'market.aliyuncs.com', ], [ 'regionId' => 'cn-shanghai-finance-1', 'endpoint' => 'market.aliyuncs.com', ], [ 'regionId' => 'cn-north-2-gov-1', 'endpoint' => 'market.aliyuncs.com', ], [ 'regionId' => 'ap-southeast-1', 'endpoint' => 'market.ap-southeast-1.aliyuncs.com', ], ], ];