'1.0',
'info' => [
'style' => 'RPC',
'product' => 'Market',
'version' => '2015-11-01',
],
'directories' => [
[
'id' => 250866,
'title' => null,
'type' => 'directory',
'children' => [
'DescribeFailedNotifications',
'ConfirmNotification',
],
],
[
'id' => 250867,
'title' => null,
'type' => 'directory',
'children' => [
'ModifyInvoiceForIsv',
'DescribeInvoiceForIsv',
],
],
[
'id' => 65815,
'title' => null,
'type' => 'directory',
'children' => [
'DescribePrice',
'DescribeProduct',
'DescribeProducts',
],
],
[
'id' => 65819,
'title' => null,
'type' => 'directory',
'children' => [
'DescribeOrderForIsv',
'CreateOrder',
'DescribeOrder',
],
],
[
'id' => 65822,
'title' => null,
'type' => 'directory',
'children' => [
'DescribeProjectMessages',
'DescribeProjectNodes',
'DescribeProjectOperateLogs',
'DescribeCurrentNodeInfo',
'FinishCurrentProjectNode',
'RollbackCurrentProjectNode',
],
],
[
'id' => 65829,
'title' => null,
'type' => 'directory',
'children' => [
'DescribeInstance',
'DescribeInstanceForIsv',
'DescribeInstances',
'AutoRenewInstance',
],
],
[
'id' => 65832,
'title' => null,
'type' => 'directory',
'children' => [
'PauseProject',
'DescribeProjectAttachments',
'DescribeProjectInfo',
'ResumeProject',
],
],
[
'id' => 65837,
'title' => null,
'type' => 'directory',
'children' => [
'DescribeLicense',
'ActivateLicense',
],
],
[
'id' => 65840,
'title' => null,
'type' => 'directory',
'children' => [
'PushMeteringData',
],
],
[
'id' => 182754,
'title' => null,
'type' => 'directory',
'children' => [
'CrossAccountVerifyToken',
'DescribeDistributionProductsLink',
'DescribeDistributionProducts',
'DescribeApiMetering',
],
],
],
'components' => [
'schemas' => [],
],
'apis' => [
'DescribeFailedNotifications' => [
'summary' => '查询订阅通知失败列表',
'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' => [
'type' => 'array',
'items' => [
'type' => 'object',
'properties' => [
'NotificationRequestId' => [
'description' => '',
'type' => 'string',
'example' => 'deab3673236843a3b378c7d8d25c5f01',
],
'Message' => [
'description' => '',
'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"}]',
],
'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' => '',
'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"}]',
],
'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' => '',
'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' => '',
'type' => 'integer',
'format' => 'int64',
'required' => false,
],
],
[
'name' => 'OperateType',
'in' => 'query',
'schema' => [
'title' => '操作类型:开票:0 ;拒绝开票:1',
'description' => '',
'type' => 'integer',
'format' => 'int32',
'required' => true,
'example' => '0',
],
],
[
'name' => 'CheckNotice',
'in' => 'query',
'schema' => [
'title' => '服务商发票信息备注',
'description' => '',
'type' => 'string',
'required' => false,
],
],
[
'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' => '',
'type' => 'string',
'example' => 'cmjj01**45',
],
'Message' => [
'description' => '',
'type' => 'string',
'example' => '',
],
'HttpStatusCode' => [
'description' => '',
'type' => 'integer',
'format' => 'int32',
'example' => '200',
],
'Result' => [
'description' => '',
'type' => 'boolean',
'example' => 'true',
],
'RequestId' => [
'description' => '',
'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"}]',
],
'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' => '',
'type' => 'integer',
'format' => 'int64',
'required' => false,
'example' => '0',
],
],
[
'name' => 'Type',
'in' => 'query',
'schema' => [
'title' => '发票类型:数字电子普通发票:2;数字电子专用发票:3',
'description' => '',
'type' => 'integer',
'format' => 'int64',
'required' => false,
],
],
[
'name' => 'InvoiceId',
'in' => 'query',
'schema' => [
'title' => '发票Id',
'description' => '',
'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' => '',
'type' => 'integer',
'format' => 'int64',
'required' => false,
'example' => '174452687724****',
],
],
[
'name' => 'CreateTimeEnd',
'in' => 'query',
'schema' => [
'title' => '开始时间',
'description' => '',
'type' => 'string',
'required' => false,
'example' => '2025-01-01 00:00:00',
],
],
[
'name' => 'CreateTimeStart',
'in' => 'query',
'schema' => [
'title' => '结束时间',
'description' => '',
'type' => 'string',
'required' => false,
'example' => '2025-01-31 23:59:59',
],
],
[
'name' => 'PageIndex',
'in' => 'query',
'schema' => [
'description' => '',
'type' => 'integer',
'format' => 'int64',
'required' => false,
'example' => '1',
],
],
[
'name' => 'MaxResults',
'in' => 'query',
'schema' => [
'description' => '',
'type' => 'integer',
'format' => 'int32',
'required' => false,
],
],
[
'name' => 'NextToken',
'in' => 'query',
'schema' => [
'description' => '',
'type' => 'string',
'required' => false,
],
],
],
'responses' => [
200 => [
'schema' => [
'title' => 'Schema of Response',
'description' => 'Schema of Response',
'type' => 'object',
'properties' => [
'RequestId' => [
'description' => '',
'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' => '',
'type' => 'string',
'example' => '102277855749****',
],
'CreateTimeStr' => [
'type' => 'string',
],
'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' => '',
'type' => 'string',
'example' => '9540765',
],
'OrderType' => [
'title' => '订账单类型'."\n"
.'0:订单'."\n"
.'1:账单',
'description' => '',
'type' => 'string',
'example' => '0',
],
'OutBizId' => [
'title' => '订单Id',
'description' => '',
'type' => 'string',
'example' => '2024091610072000****',
],
'RealAliyunPk' => [
'title' => '订单归属账号',
'description' => '',
'type' => 'string',
'example' => '102277855749****'."\n",
],
'RealAliyunId' => [
'type' => 'string',
],
'ProductCode' => [
'type' => 'string',
],
'ProductName' => [
'type' => 'string',
],
],
],
],
'Id' => [
'description' => '',
'type' => 'string',
'example' => '58050005',
],
'InvoiceId' => [
'description' => '',
'type' => 'string',
],
'InvoiceList' => [
'type' => 'array',
'items' => [
'type' => 'object',
'properties' => [
'Id' => [
'description' => '',
'type' => 'string',
'example' => '50000018',
],
'InvoiceAmount' => [
'description' => '',
'type' => 'string',
'example' => '99.99',
],
],
],
],
'MaterialType' => [
'title' => '发票开具类型,0:纸质,1:电子',
'description' => '',
'type' => 'string',
'example' => '1',
],
'ModifiedTime' => [
'description' => '',
'type' => 'string',
'example' => '2025-03-04T09:43:18+08:00',
],
'Price' => [
'title' => '电子发票下载地址',
'description' => '',
'type' => 'string',
'example' => '99.99',
],
'Status' => [
'title' => '发票状态 0:待开票;1:已开票',
'description' => '',
'type' => 'string',
'example' => 'Success',
],
'Title' => [
'title' => '发票抬头',
'description' => '',
'type' => 'string',
],
'Type' => [
'title' => '数字电子普通发票:2'."\n"
.'数字电子专用发票:3',
'description' => '',
'type' => 'string',
'example' => '2',
],
'UserAddressDto' => [
'description' => '',
'type' => 'object',
'properties' => [
'AliyunPk' => [
'description' => '',
'type' => 'string',
],
'BizType' => [
'description' => '',
'type' => 'string',
],
'Emails' => [
'description' => '',
'type' => 'string',
],
'Addressee' => [
'description' => '',
'type' => 'string',
],
'DeliveryAddress' => [
'description' => '',
'type' => 'string',
],
'Phone' => [
'description' => '',
'type' => 'string',
],
'PostalCode' => [
'description' => '',
'type' => 'string',
],
],
],
'ModifiedTimeStr' => [
'description' => '',
'type' => 'string',
'example' => '2025-01-01 00:00:00'."\n",
],
'ReceiptUserInfoDto' => [
'description' => '',
'type' => 'object',
'properties' => [
'TaxNumber' => [
'description' => '',
'type' => 'string',
],
],
],
'UserNotice' => [
'title' => '用户发票备注',
'type' => 'string',
],
'CheckNotice' => [
'title' => '服务商发票备注',
'type' => 'string',
],
],
],
],
'NextToken' => [
'description' => '',
'type' => 'string',
'example' => '3v3mzZN1QdVsTPNiT0OkD36LC9I+AJHU9z2oXBmJJOyy4nQl7MIUZUYG6fdbYBk+',
],
'MaxResults' => [
'description' => '',
'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"}]',
],
'DescribePrice' => [
'summary' => '查询价格',
'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' => '',
'type' => 'string',
'required' => true,
'docRequired' => true,
'example' => 'INSTANCE_BUY',
],
],
[
'name' => 'Commodity',
'in' => 'query',
'schema' => [
'description' => '',
'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' => '',
'type' => 'string',
'example' => 'MONTH',
],
'TradePrice' => [
'description' => '',
'type' => 'number',
'format' => 'float',
'example' => '19.80',
],
'OriginalPrice' => [
'description' => '',
'type' => 'number',
'format' => 'float',
'example' => '198.00',
],
'Duration' => [
'description' => '',
'type' => 'integer',
'format' => 'int32',
'example' => '1',
],
'Currency' => [
'description' => '',
'type' => 'string',
'example' => 'CNY',
],
'ExpressionMessage' => [
'description' => '',
'type' => 'string',
'example' => '',
],
'InfoTitle' => [
'description' => '',
'type' => 'string',
'example' => '',
],
'ProductCode' => [
'description' => '',
'type' => 'string',
'example' => 'cmgj01****',
],
'PromotionRules' => [
'type' => 'object',
'itemNode' => true,
'properties' => [
'PromotionRule' => [
'description' => '',
'type' => 'array',
'items' => [
'type' => 'object',
'properties' => [
'Title' => [
'description' => '',
'type' => 'string',
'example' => '',
],
'Name' => [
'description' => '',
'type' => 'string',
'example' => '',
],
'RuleId' => [
'description' => '',
'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' => 'DescribePrice',
],
'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' => '',
'type' => 'integer',
'format' => 'int64',
'example' => '523617212',
],
'Status' => [
'description' => '',
'type' => 'string',
'example' => '1',
],
'Type' => [
'description' => '',
'type' => 'string',
'example' => 'MIRROR',
],
'PicUrl' => [
'description' => '',
'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' => '',
'type' => 'integer',
'format' => 'int64',
'example' => '1526111111****',
],
'GmtCreated' => [
'description' => '',
'type' => 'integer',
'format' => 'int64',
'example' => '1578931200000',
],
'RequestId' => [
'description' => '',
'type' => 'string',
'example' => '6EF60BEC-0242-43AF-BB20-270359FB54A7',
],
'ShortDescription' => [
'description' => '',
'type' => 'string',
'example' => '',
],
'Description' => [
'description' => '',
'type' => 'string',
'example' => '',
],
'Code' => [
'description' => '',
'type' => 'string',
'example' => 'cmjj01**45',
],
'AuditFailMsg' => [
'description' => '',
'type' => 'string',
'example' => '',
],
'Name' => [
'description' => '',
'type' => 'string',
'example' => '',
],
'AuditTime' => [
'description' => '',
'type' => 'integer',
'format' => 'int64',
'example' => '1581609600000',
],
'AuditStatus' => [
'description' => '',
'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' => '',
'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' => '',
'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' => '',
'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' => '',
'type' => 'string',
'example' => 'img_id',
],
'Name' => [
'description' => '',
'type' => 'string',
'example' => '',
],
'Id' => [
'description' => '',
'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' => '',
'type' => 'string',
'example' => 'number',
],
'Name' => [
'description' => '',
'type' => 'string',
'example' => '',
],
'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' => '',
],
'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' => '',
'type' => 'array',
'items' => [
'type' => 'object',
'properties' => [
'Type' => [
'description' => '',
'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' => '',
],
],
],
],
],
],
],
],
],
],
'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' => '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' => '',
'type' => 'array',
'items' => [
'type' => 'object',
'properties' => [
'Key' => [
'description' => '',
'type' => 'string',
'required' => false,
'example' => 'categoryId',
],
'Value' => [
'description' => '',
'type' => 'string',
'required' => false,
'example' => '53366009',
],
],
'required' => false,
],
'required' => false,
'maxItems' => 5,
],
],
],
'responses' => [
200 => [
'schema' => [
'type' => 'object',
'properties' => [
'RequestId' => [
'description' => '',
'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' => '',
'type' => 'string',
'example' => 'https://oss.aliyuncs.com/photogallery/photo/1904996544835414/7549/767d6d07-8366-4822-b84e-61f6ea10d146.png',
],
'WarrantyDate' => [
'description' => '',
'type' => 'string',
'example' => '',
],
'Tags' => [
'description' => '',
'type' => 'string',
'example' => '',
],
'Score' => [
'description' => '',
'type' => 'string',
'example' => '5.0',
],
'SupplierId' => [
'description' => '',
'type' => 'integer',
'format' => 'int64',
'example' => '228399',
],
'OperationSystem' => [
'description' => '',
'type' => 'string',
'example' => 'windows',
],
'ShortDescription' => [
'description' => '',
'type' => 'string',
'example' => '',
],
'DeliveryDate' => [
'description' => '',
'type' => 'string',
'example' => '',
],
'TargetUrl' => [
'description' => '',
'type' => 'string',
'example' => '/products/53616009/cmjj02****.html',
],
'Code' => [
'description' => '',
'type' => 'string',
'example' => 'cmjj02****',
],
'CategoryId' => [
'description' => '',
'type' => 'integer',
'format' => 'int64',
'example' => '53398003',
],
'Name' => [
'description' => '',
'type' => 'string',
'example' => '',
],
'SuggestedPrice' => [
'description' => '',
'type' => 'string',
'example' => '',
],
'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',
'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' => '',
'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' => '',
],
'OriginalPrice' => [
'title' => '订单原价(元)',
'description' => '',
'type' => 'number',
'format' => 'float',
'example' => '10.0',
],
'AliUid' => [
'title' => '阿里云用户唯一标识(aliyunPK)',
'description' => '',
'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' => '',
'type' => 'string',
'example' => 'MONTH',
],
'PayStatus' => [
'title' => '付款状态。取值:'."\n"
.'● PAID 已支付'."\n"
.'● UNPAID 未支付',
'description' => '',
'type' => 'string',
'example' => 'PAID',
],
'PaymentPrice' => [
'title' => '实际支付金额(元)',
'description' => '',
'type' => 'number',
'format' => 'float',
'example' => '0.0',
],
'OrderStatus' => [
'title' => '订单状态。取值:'."\n"
.'● NORMAL 正常'."\n"
.'● REFUND 退款'."\n"
.'● DELETE 作废',
'description' => '',
'type' => 'string',
'example' => 'NORMAL',
],
'ProductSkuCode' => [
'title' => '订购商品规格 Code',
'description' => '',
'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' => '',
'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' => '',
'type' => 'integer',
'format' => 'int64',
'example' => '202211111111111',
],
'ProductCode' => [
'title' => '商品Code',
'description' => '',
'type' => 'string',
'example' => 'cmgj02****',
],
'InstanceIds' => [
'title' => '订单关联业务实例 ID',
'description' => 'List',
'type' => 'array',
'items' => [
'description' => '',
'type' => 'string',
'example' => '1597985',
],
],
'RequestId' => [
'description' => '',
'type' => 'string',
'example' => '6EF60BEC-****-****-****-270359FB54A7',
],
'Components' => [
'title' => '',
'description' => '',
'type' => 'any',
'example' => '',
],
],
],
],
],
'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":""}]',
],
'CreateOrder' => [
'summary' => '创建订单',
'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' => '',
'type' => 'string',
'required' => true,
'docRequired' => true,
'example' => 'INSTANCE_BUY',
],
],
[
'name' => 'Commodity',
'in' => 'query',
'schema' => [
'description' => '',
'type' => 'string',
'required' => true,
'docRequired' => true,
'example' => '',
],
],
[
'name' => 'OrderSouce',
'in' => 'query',
'schema' => [
'description' => '',
'type' => 'string',
'required' => false,
'example' => 'abc',
],
],
[
'name' => 'PaymentType',
'in' => 'query',
'schema' => [
'description' => '',
'type' => 'string',
'required' => true,
'docRequired' => true,
'example' => 'HAND',
],
],
[
'name' => 'ClientToken',
'in' => 'query',
'schema' => [
'description' => '',
'type' => 'string',
'required' => true,
'docRequired' => true,
'example' => '2709c68a-d569-4819-9c5d-1222ed2ee924',
],
],
],
'responses' => [
200 => [
'schema' => [
'type' => 'object',
'properties' => [
'OrderId' => [
'description' => '',
'type' => 'string',
'example' => '202********0117',
],
'RequestId' => [
'description' => '',
'type' => 'string',
'example' => '4ca591b5-bc30-4fa7-aeaa-c4d0ec5d24ed',
],
'InstanceIds' => [
'type' => 'object',
'itemNode' => true,
'properties' => [
'InstanceId' => [
'type' => 'array',
'items' => [
'description' => '',
'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' => 'CreateOrder',
'requestParamsDescription' => ' ',
'responseParamsDescription' => ' ',
'extraInfo' => ' ',
],
'DescribeOrder' => [
'summary' => '查询订单',
'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' => '',
'type' => 'string',
'required' => true,
'docRequired' => true,
'example' => '202*********415',
],
],
],
'responses' => [
200 => [
'schema' => [
'type' => 'object',
'properties' => [
'ProductName' => [
'description' => '',
'type' => 'string',
'example' => '',
],
'SupplierCompanyName' => [
'description' => '',
'type' => 'string',
'example' => '',
],
'OriginalPrice' => [
'description' => '',
'type' => 'number',
'format' => 'float',
'example' => '10.0',
],
'AliUid' => [
'description' => '',
'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' => '',
'type' => 'string',
'example' => 'MONTH',
],
'RequestId' => [
'description' => '',
'type' => 'string',
'example' => '6EF60BEC-0242-43AF-BB20-270359FB54A7',
],
'PayStatus' => [
'description' => '',
'type' => 'string',
'example' => 'PAID',
],
'PaymentPrice' => [
'description' => '',
'type' => 'number',
'format' => 'float',
'example' => '0.0',
],
'OrderStatus' => [
'description' => '',
'type' => 'string',
'example' => 'NORMAL',
],
'ProductSkuCode' => [
'description' => '',
'type' => 'string',
'example' => 'cmgj02****-prepay',
],
'PaidOn' => [
'description' => '',
'type' => 'integer',
'format' => 'int64',
'example' => '1531191675000',
],
'Components' => [
'description' => '',
'type' => 'object',
'example' => '',
],
'CreatedOn' => [
'description' => '',
'type' => 'integer',
'format' => 'int64',
'example' => '1531191564000',
],
'OrderType' => [
'description' => '',
'type' => 'string',
'example' => 'NEW',
],
'TotalPrice' => [
'description' => '',
'type' => 'number',
'format' => 'float',
'example' => '0.0',
],
'Quantity' => [
'description' => '',
'type' => 'integer',
'format' => 'int32',
'example' => '1',
],
'OrderId' => [
'description' => '',
'type' => 'integer',
'format' => 'int64',
'example' => '202211111111111',
],
'ProductCode' => [
'description' => '',
'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' => '',
'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' => 'DescribeOrder',
],
'DescribeProjectMessages' => [
'summary' => '查询项目留言信息',
'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' => '',
'type' => 'string',
'required' => true,
'docRequired' => true,
'example' => '4****89',
],
],
[
'name' => 'PageIndex',
'in' => 'query',
'schema' => [
'description' => '',
'type' => 'integer',
'format' => 'int32',
'required' => false,
'example' => '1',
],
],
],
'responses' => [
200 => [
'schema' => [
'type' => 'object',
'properties' => [
'RequestId' => [
'description' => '',
'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' => '',
'type' => 'integer',
'format' => 'int64',
'example' => '1589015560000',
],
'Operator' => [
'description' => '',
'type' => 'integer',
'format' => 'int64',
'example' => '452611111****',
],
'OperatorRole' => [
'description' => '',
'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' => 'DescribeProjectMessages',
],
'DescribeProjectNodes' => [
'summary' => '查询项目流程节点list',
'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' => '',
'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' => '937fee1f-26bb-4b6e-8def-977a6bdaa1e5',
],
'Result' => [
'description' => '',
'type' => 'array',
'items' => [
'type' => 'object',
'properties' => [
'NextNodeId' => [
'description' => '',
'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' => '',
'type' => 'integer',
'format' => 'int64',
'example' => '8470',
],
'ParentNodeId' => [
'description' => '',
'type' => 'integer',
'format' => 'int64',
'example' => '0',
],
'GmtExpired' => [
'description' => '',
'type' => 'integer',
'format' => 'int64',
'example' => '1588834325000',
],
'OperatorRole' => [
'description' => '',
'type' => 'string',
'example' => 'System',
],
'GmtStart' => [
'description' => '',
'type' => 'integer',
'format' => 'int64',
'example' => '1588834325000',
],
'NodeStatus' => [
'description' => '',
'type' => 'string',
'example' => 'Finish',
],
'NodeName' => [
'description' => '',
'type' => 'string',
'example' => '',
],
'GmtFinished' => [
'description' => '',
'type' => 'integer',
'format' => 'int64',
'example' => '1588834325000',
],
'AllowRollbackNode' => [
'description' => '',
'type' => 'boolean',
'example' => 'false',
],
'TemplateForm' => [
'description' => '',
'type' => 'string',
'example' => '',
],
'NeedAttachment' => [
'description' => '',
'type' => 'boolean',
'example' => 'false',
],
'NodeId' => [
'description' => '',
'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' => 'DescribeProjectNodes',
'description' => '**'."\n"
.'**',
'requestParamsDescription' => ' ',
'responseParamsDescription' => ' ',
'extraInfo' => ' ',
],
'DescribeProjectOperateLogs' => [
'summary' => '查询项目操作记录列表',
'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' => '',
'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' => 'e6037e86-657f-4194-bb6a-7b26973aec8d',
],
'Result' => [
'description' => '',
'type' => 'array',
'items' => [
'type' => 'object',
'properties' => [
'GmtCreate' => [
'description' => '',
'type' => 'integer',
'format' => 'int64',
'example' => '1587624497000',
],
'Operator' => [
'description' => '',
'type' => 'integer',
'format' => 'int64',
'example' => '0',
],
'OperatorRole' => [
'description' => '',
'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' => 'DescribeProjectOperateLogs',
'requestParamsDescription' => ' ',
'responseParamsDescription' => ' ',
'extraInfo' => ' ',
],
'DescribeCurrentNodeInfo' => [
'summary' => '工作流当前节点信息',
'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' => '',
'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' => '00eb4de1-6cff-4f56-833e-7b1e070e398d',
],
'Result' => [
'description' => '',
'type' => 'object',
'properties' => [
'NextNodeId' => [
'description' => '',
'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' => '',
'type' => 'integer',
'format' => 'int64',
'example' => '8471',
],
'ParentNodeId' => [
'description' => '',
'type' => 'integer',
'format' => 'int64',
'example' => '0',
],
'GmtExpired' => [
'description' => '',
'type' => 'integer',
'format' => 'int64',
'example' => '1588920725000',
],
'OperatorRole' => [
'description' => '',
'type' => 'string',
'example' => 'Provider',
],
'GmtStart' => [
'description' => '',
'type' => 'integer',
'format' => 'int64',
'example' => '1588834325000',
],
'NodeStatus' => [
'description' => '',
'type' => 'string',
'example' => 'Starting',
],
'NodeName' => [
'description' => '',
'type' => 'string',
'example' => '',
],
'GmtFinished' => [
'description' => '',
'type' => 'integer',
'format' => 'int64',
'example' => '1588920725000',
],
'AllowRollbackNode' => [
'description' => '',
'type' => 'boolean',
'example' => 'false',
],
'TemplateForm' => [
'description' => '',
'type' => 'string',
'example' => '',
],
'NeedAttachment' => [
'description' => '',
'type' => 'boolean',
'example' => 'false',
],
'NodeId' => [
'description' => '',
'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' => 'DescribeCurrentNodeInfo',
'requestParamsDescription' => ' ',
'responseParamsDescription' => ' ',
'extraInfo' => ' ',
],
'FinishCurrentProjectNode' => [
'summary' => '完成当前流程节点',
'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' => '',
'type' => 'string',
'required' => true,
'docRequired' => true,
'example' => '4****89',
],
],
[
'name' => 'NodeId',
'in' => 'query',
'schema' => [
'description' => '',
'type' => 'integer',
'format' => 'int64',
'required' => true,
'docRequired' => true,
'example' => '1924',
],
],
[
'name' => 'TemplateForm',
'in' => 'query',
'schema' => [
'description' => '',
'type' => 'string',
'required' => false,
'example' => '',
],
],
[
'name' => 'Remark',
'in' => 'query',
'schema' => [
'description' => '',
'type' => 'string',
'required' => false,
'example' => '',
],
],
],
'responses' => [
200 => [
'schema' => [
'type' => 'object',
'properties' => [
'RequestId' => [
'description' => '',
'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' => 'FinishCurrentProjectNode',
'requestParamsDescription' => ' ',
'responseParamsDescription' => ' ',
'extraInfo' => ' ',
],
'RollbackCurrentProjectNode' => [
'summary' => '当前流程节点回滚到上一步',
'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' => '',
'type' => 'string',
'required' => true,
'docRequired' => true,
'example' => '4****89',
],
],
[
'name' => 'NodeId',
'in' => 'query',
'schema' => [
'description' => '',
'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' => '',
'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' => 'RollbackCurrentProjectNode',
'requestParamsDescription' => ' ',
'responseParamsDescription' => ' ',
'extraInfo' => ' ',
],
'DescribeInstance' => [
'summary' => '查询实例',
'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' => '',
'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' => '',
'type' => 'string',
'example' => 'OPENED',
],
'AppJson' => [
'description' => '',
'type' => 'string',
'example' => '{"frontEndUrl":"https://****.aliyundoc.com","password":"Sjtv***","adminUrl":"https://****.aliyundoc.com","username":"aliyun***"}',
],
'ProductName' => [
'description' => '',
'type' => 'string',
'example' => '',
],
'InstanceId' => [
'description' => '',
'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' => '',
'type' => 'string',
'example' => '{"package_version":"yuncode000111"}',
],
'Constraints' => [
'description' => '',
'type' => 'string',
'example' => '{}',
],
'ProductType' => [
'description' => '',
'type' => 'string',
'example' => 'APP',
],
'HostJson' => [
'description' => '',
'type' => 'string',
'example' => '{"password":"***","ip":"118.31.***.41","innerIp":"118.31.***.41","region":"","username":"***","beianInfo":""}',
],
'ProductSkuCode' => [
'description' => '',
'type' => 'string',
'example' => 'cmgj00**11-prepay',
],
'CreatedOn' => [
'description' => '',
'type' => 'integer',
'format' => 'int64',
'example' => '1570634018000',
],
'EndOn' => [
'description' => '',
'type' => 'integer',
'format' => 'int64',
'example' => '1602259200000',
],
'OrderId' => [
'description' => '',
'type' => 'integer',
'format' => 'int64',
'example' => '204211111111111',
],
'ProductCode' => [
'description' => '',
'type' => 'string',
'example' => 'cmgj00**11',
],
'SupplierName' => [
'description' => '',
'type' => 'string',
'example' => '',
],
'RelationalData' => [
'description' => '',
'type' => 'object',
'properties' => [
'ServiceStatus' => [
'description' => '',
'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' => 'DescribeInstance',
],
'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' => '',
'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' => '',
'type' => 'string',
'example' => 'OPENED',
],
'AppJson' => [
'title' => '应用信息,示例中的参数说明如下:'."\n"
."\n"
.'username:用户名'."\n"
.'passowrd:密码'."\n"
.'frontEndUrl:前台地址'."\n"
.'adminUrl:管理地址',
'type' => 'string',
],
'ProductName' => [
'title' => '商品名称',
'description' => '',
'type' => 'string',
'example' => '',
],
'InstanceId' => [
'title' => '实例ID',
'description' => '',
'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' => '',
'type' => 'string',
'example' => '{"package_version":"yuncode000111"}',
],
'ProductType' => [
'title' => '商品类型,取值:'."\n"
.'● APP:应用类'."\n"
.'● SERVIC:服务类'."\n"
.'● MIRROR:镜像类'."\n"
.'● DOWNLOAD:下载类'."\n"
.'● API_SERVICE:API类'."\n"
.'● DOCKER:DOCKER类',
'description' => '',
'type' => 'string',
'example' => 'APP',
],
'HostJson' => [
'title' => '主机信息,示例中的参数说明如下:'."\n"
."\n"
.'username:用户名'."\n"
.'passowrd:密码'."\n"
.'ip:主机 IP'."\n"
.'innerIp:主机内网 IP',
'type' => 'string',
],
'ProductSkuCode' => [
'title' => '规格Code',
'description' => '',
'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' => '',
'type' => 'integer',
'format' => 'int64',
'example' => '204211111111111',
],
'ProductCode' => [
'title' => '商品Code',
'description' => '',
'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' => '',
'type' => 'string',
'example' => 'STARTED',
],
],
],
'RequestId' => [
'description' => '',
'type' => 'string',
'example' => '6EF60BEC-****-****-****-270359FB54A7',
'title' => 'requestId',
],
'AutoRenewal' => [
'title' => '周期类商品自动付费,不为空时表示已开通自动续费'."\n"
.'autoRenewCycle:Day(日),Month(月),Year(年)'."\n"
.'autoRenewDuration:续费周期',
'type' => 'string',
],
'ActiveAddress' => [
'title' => '激活地址',
'type' => 'string',
],
'LicenseCode' => [
'title' => '激活码',
'type' => 'string',
],
'ImageJson' => [
'title' => '镜像实例信息'."\n"
.'imageId:镜像id'."\n"
.'instanceId: 实例id'."\n"
.'ecsInstanceId: ecs id',
'type' => 'string',
],
],
],
],
],
'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":""}]',
],
'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' => '',
'type' => 'string',
'required' => false,
'example' => '1',
],
],
[
'name' => 'PageNumber',
'in' => 'query',
'schema' => [
'description' => '',
'type' => 'integer',
'format' => 'int32',
'required' => true,
'docRequired' => true,
'example' => '10',
'title' => '分页参数,当前页码',
],
],
[
'name' => 'PageSize',
'in' => 'query',
'schema' => [
'description' => '',
'type' => 'integer',
'format' => 'int32',
'required' => true,
'docRequired' => true,
'example' => '1',
'title' => '分页参数,每页数量',
],
],
[
'name' => 'Codes',
'in' => 'query',
'schema' => [
'description' => '',
'type' => 'string',
'required' => false,
'example' => 'cmgj000112,cmgj000113',
],
],
[
'name' => 'ExceptCodes',
'in' => 'query',
'schema' => [
'description' => '',
'type' => 'string',
'required' => false,
'example' => 'cmgj000114,cmgj000115',
],
],
],
'responses' => [
200 => [
'schema' => [
'type' => 'object',
'properties' => [
'RequestId' => [
'description' => '',
'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' => '',
'type' => 'string',
'example' => 'OPENED',
],
'AppJson' => [
'description' => '',
'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' => '',
'type' => 'integer',
'format' => 'int64',
'example' => '1551111111',
],
'ExtendJson' => [
'description' => '',
'type' => 'string',
'example' => '',
],
'BeganOn' => [
'description' => '',
'type' => 'integer',
'format' => 'int64',
'example' => '1570634021000',
],
'ProductType' => [
'description' => '',
'type' => 'string',
'example' => 'APP',
],
'HostJson' => [
'description' => '',
'type' => 'string',
'example' => '{"password":"***","ip":"118.31.***.41","innerIp":"118.31.***.41","region":"","username":"***","beianInfo":""}',
],
'ProductSkuCode' => [
'description' => '',
'type' => 'string',
'example' => 'cmgj00**11-prepay',
],
'CreatedOn' => [
'description' => '',
'type' => 'integer',
'format' => 'int64',
'example' => '1570634021000',
],
'IdaasJson' => [
'description' => '',
'type' => 'string',
'example' => '{}',
],
'EndOn' => [
'description' => '',
'type' => 'integer',
'format' => 'int64',
'example' => '1570644021000',
],
'OrderId' => [
'description' => '',
'type' => 'integer',
'format' => 'int64',
'example' => '204211111111111',
],
'ProductCode' => [
'description' => '',
'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"}]',
'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' => null,
],
'PauseProject' => [
'summary' => '暂停项目',
'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' => '',
'type' => 'string',
'required' => true,
'docRequired' => true,
'example' => '4****89',
],
],
[
'name' => 'NodeId',
'in' => 'query',
'schema' => [
'description' => '',
'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' => '',
'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' => 'PauseProject',
'requestParamsDescription' => ' ',
'responseParamsDescription' => ' ',
'extraInfo' => ' ',
],
'DescribeProjectAttachments' => [
'summary' => '附件信息',
'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' => '',
'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' => '',
'type' => 'integer',
'format' => 'int64',
'example' => '1589334682404',
],
'StepNo' => [
'description' => '',
'type' => 'integer',
'format' => 'int32',
'example' => '3',
],
'AttachmentToken' => [
'description' => '',
'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' => '',
'type' => 'integer',
'format' => 'int64',
'example' => '1587968858000',
],
'FileSuffix' => [
'description' => '',
'type' => 'string',
'example' => 'jpg',
],
'Operator' => [
'description' => '',
'type' => 'integer',
'format' => 'int64',
'example' => '45261111****',
],
'Content' => [
'description' => '',
'type' => 'string',
'example' => '',
],
'NodeId' => [
'description' => '',
'type' => 'integer',
'format' => 'int64',
'example' => '8472',
],
'AttachmentType' => [
'description' => '',
'type' => 'string',
'example' => 'File',
],
'FileSize' => [
'description' => '',
'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' => 'DescribeProjectAttachments',
],
'DescribeProjectInfo' => [
'summary' => '项目信息',
'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' => '',
'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' => 'ee3e1b3b-6c38-4bcf-be40-5a946cfda761',
],
'Result' => [
'description' => '',
'type' => 'object',
'properties' => [
'ProductName' => [
'description' => '',
'type' => 'string',
'example' => '',
],
'ProjectStatus' => [
'description' => '',
'type' => 'string',
'example' => 'Starting',
],
'CustomerAliUid' => [
'description' => '',
'type' => 'integer',
'format' => 'int64',
'example' => '27291111****',
],
'TemplateType' => [
'description' => '',
'type' => 'string',
'example' => 'Public',
],
'InstanceId' => [
'description' => '',
'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' => '',
'type' => 'integer',
'format' => 'int64',
'example' => '1620403200000',
],
'GmtFinished' => [
'description' => '',
'type' => 'integer',
'format' => 'int64',
'example' => '1620403200000',
],
'ProductSkuCode' => [
'description' => '',
'type' => 'string',
'example' => 'yuncode****500001',
],
'GmtCreate' => [
'description' => '',
'type' => 'integer',
'format' => 'int64',
'example' => '1588834324000',
],
'SupplierAliUid' => [
'description' => '',
'type' => 'integer',
'format' => 'int64',
'example' => '45121111****',
],
'FinishType' => [
'description' => '',
'type' => 'string',
'example' => 'null',
],
'TemplateId' => [
'description' => '',
'type' => 'integer',
'format' => 'int64',
'example' => '410',
],
'OrderId' => [
'description' => '',
'type' => 'integer',
'format' => 'int64',
'example' => '2059111111111',
],
'ProductCode' => [
'description' => '',
'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' => 'DescribeProjectInfo',
],
'ResumeProject' => [
'summary' => '恢复已暂停的项目',
'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' => '',
'type' => 'string',
'required' => true,
'docRequired' => true,
'example' => '4****89',
],
],
[
'name' => 'NodeId',
'in' => 'query',
'schema' => [
'description' => '',
'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' => '',
'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' => 'ResumeProject',
'requestParamsDescription' => ' ',
'responseParamsDescription' => ' ',
'extraInfo' => ' ',
],
'DescribeLicense' => [
'summary' => '获取License',
'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' => '',
'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' => '',
'type' => 'string',
'example' => 'ACTIVATED',
],
'ProductName' => [
'description' => '',
'type' => 'string',
'example' => '',
],
'ExpiredTime' => [
'description' => '',
'type' => 'string',
'example' => '2019-06-25 09:00:00',
],
'ProductSkuId' => [
'description' => '',
'type' => 'string',
'example' => 'cmgj02****-prepay',
],
'CreateTime' => [
'description' => '',
'type' => 'string',
'example' => '2019-05-25 09:00:00',
],
'LicenseCode' => [
'description' => '',
'type' => 'string',
'example' => '-',
],
'InstanceId' => [
'description' => '',
'type' => 'string',
'example' => '1551111111',
],
'SupplierName' => [
'description' => '',
'type' => 'string',
'example' => '',
],
'ProductCode' => [
'description' => '',
'type' => 'string',
'example' => 'cmgj02****',
],
'ExtendArray' => [
'type' => 'object',
'itemNode' => true,
'properties' => [
'LicenseAttribute' => [
'description' => '',
'type' => 'array',
'items' => [
'type' => 'object',
'properties' => [
'Code' => [
'description' => '',
'type' => 'string',
'example' => '-',
],
'Value' => [
'description' => '',
'type' => 'string',
'example' => '-',
],
],
],
],
],
],
'ExtendInfo' => [
'description' => '',
'type' => 'object',
'properties' => [
'AliUid' => [
'description' => '',
'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' => 'DescribeLicense',
],
'ActivateLicense' => [
'summary' => '增加STS支持',
'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' => '',
'type' => 'string',
'required' => false,
'example' => '129****1111',
],
],
],
'responses' => [
200 => [
'schema' => [
'type' => 'object',
'properties' => [
'Success' => [
'description' => '',
'type' => 'boolean',
'example' => 'true',
],
'RequestId' => [
'description' => '',
'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' => 'ActivateLicense',
'requestParamsDescription' => ' ',
'responseParamsDescription' => ' ',
'extraInfo' => ' ',
],
'PushMeteringData' => [
'summary' => '云市场计量推送接口',
'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' => '',
'type' => 'string',
'required' => false,
'example' => '[{"InstanceId":"1000001","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' => '',
'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' => 'PushMeteringData',
'requestParamsDescription' => ' ',
'responseParamsDescription' => ' ',
'extraInfo' => ' ',
],
'CrossAccountVerifyToken' => [
'summary' => '跨账号角色授权,根据token获取用户信息',
'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' => '',
'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' => '',
'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' => '',
'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"}]',
],
'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' => '',
'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' => '50',
],
'Success' => [
'title' => '成功状态标识',
'description' => '',
'type' => 'boolean',
'example' => 'true',
],
'Result' => [
'description' => '',
'type' => 'array',
'items' => [
'type' => 'object',
'properties' => [
'Url' => [
'title' => '商品推广链接',
'type' => 'string',
],
'Code' => [
'title' => '推广商品code',
'type' => 'string',
],
'Name' => [
'title' => '推广商品名称',
'type' => 'string',
],
],
],
],
],
],
],
],
'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":""}]',
],
'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' => '',
'type' => 'string',
'required' => true,
'example' => 'supplierName',
],
'Value' => [
'description' => '',
'type' => 'string',
'required' => true,
'example' => 'cmj0000000',
],
],
'required' => false,
],
'required' => false,
'maxItems' => 100,
],
],
],
'responses' => [
200 => [
'schema' => [
'type' => 'object',
'properties' => [
'RequestId' => [
'description' => '',
'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' => '',
],
'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' => '',
'type' => 'string',
'example' => '',
],
'ImageUrl' => [
'title' => '商品主图url',
'description' => '',
'type' => 'string',
'example' => '//photogallery.oss-cn-hangzhou.aliyuncs.com/photo/1744526877246715/09605255-87fd-44d1-8143-96ebc8019d46.jpeg',
],
'Code' => [
'title' => '商品code',
'description' => '',
'type' => 'string',
'example' => 'cmap*****',
],
'Name' => [
'title' => '商品名称',
'description' => '',
'type' => 'string',
'example' => '',
],
'ShortDescription' => [
'title' => '商品简介',
'description' => '',
'type' => 'string',
'example' => '',
],
'Price' => [
'title' => '商品默认规格价格',
'description' => '',
'type' => 'string',
'example' => '100',
],
'Score' => [
'title' => '商品用户评分',
'description' => '',
'type' => 'string',
'example' => '5',
],
'TradeCount' => [
'title' => '商品近180天成交',
'description' => '',
'type' => 'string',
'example' => '109',
],
'UserCommentCount' => [
'title' => '商品买家评论数',
'description' => '',
'type' => 'string',
'example' => '55',
],
'SubmissionRadio' => [
'title' => '商品返佣比例',
'description' => '',
'type' => 'string',
'example' => '30',
],
'SupplierName' => [
'title' => '推广服务商名称',
'description' => '',
'type' => 'string',
'example' => '',
],
'SupplierUId' => [
'title' => '推广服务商(商品供应商)阿里云UID',
'description' => '',
'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":""}]',
],
'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' => '',
'type' => 'string',
'required' => false,
'example' => 'cmapi0004****',
],
],
[
'name' => 'type',
'in' => 'query',
'schema' => [
'description' => '',
'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' => '',
'type' => 'string',
'example' => '62FC432C55A1A63534A6CB34',
],
'Code' => [
'description' => '',
'type' => 'string',
'example' => '200',
],
'Result' => [
'description' => '',
'type' => 'array',
'items' => [
'description' => '',
'type' => 'object',
'properties' => [
'AliyunPk' => [
'description' => '',
'type' => 'integer',
'format' => 'int64',
'example' => '102277855749****',
],
'ProductCode' => [
'description' => '',
'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":""}]',
],
],
'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',
],
],
];