{
  "openapi": "3.0.1",
  "info": {
    "title": "默认模块",
    "description": "",
    "version": "1.0.0"
  },
  "tags": [],
  "paths": {
    "/partner/GetUserData/": {
      "post": {
        "summary": "获取用户账户信息",
        "deprecated": false,
        "description": "获取用户账户详情接口",
        "tags": [],
        "parameters": [],
        "requestBody": {
          "content": {
            "application/x-www-form-urlencoded": {
              "schema": {
                "type": "object",
                "properties": {
                  "apikey": {
                    "description": "从【控制台】-【账户管理】-【API密钥】中获取【API Secret】",
                    "example": "ab9a25f80bf447440667be8cd10f4cf19e3d8dc133fbda1feb133890be2467fb",
                    "type": "string"
                  }
                },
                "required": [
                  "apikey"
                ]
              },
              "example": {
                "apikey": "ab9a25f80bf447440667be8cd10f4cf19e3d8dc133fbda1feb133890be2467fb"
              }
            }
          },
          "required": true
        },
        "responses": {
          "200": {
            "description": "",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "code": {
                      "type": "integer",
                      "description": "状态码，200表示成功"
                    },
                    "message": {
                      "type": "string",
                      "description": "必要说明"
                    },
                    "data": {
                      "type": "object",
                      "properties": {
                        "user": {
                          "type": "object",
                          "properties": {
                            "id": {
                              "type": "integer",
                              "description": "用户系统编号"
                            },
                            "user_id": {
                              "type": "string",
                              "description": "用户ID"
                            },
                            "username": {
                              "type": "string",
                              "description": "用户名"
                            },
                            "status": {
                              "type": "integer",
                              "description": "状态"
                            },
                            "status_text": {
                              "type": "string",
                              "description": "状态说明"
                            },
                            "user_type": {
                              "type": "string",
                              "description": "用户类型"
                            },
                            "partner_level": {
                              "type": "integer",
                              "description": "合作等级"
                            },
                            "bound_phone": {
                              "type": "string",
                              "description": "绑定手机号"
                            },
                            "bound_email": {
                              "type": "string",
                              "description": "绑定邮箱"
                            }
                          },
                          "required": [
                            "id",
                            "user_id",
                            "username",
                            "status",
                            "status_text",
                            "user_type",
                            "partner_level",
                            "bound_phone",
                            "bound_email"
                          ],
                          "description": "用户信息"
                        },
                        "account": {
                          "type": "object",
                          "properties": {
                            "balance": {
                              "type": "integer",
                              "description": "账户余额"
                            },
                            "credit_line": {
                              "type": "integer",
                              "description": "受信额度"
                            },
                            "credit_used": {
                              "type": "number",
                              "description": "受信额度已使用量"
                            },
                            "credit_available": {
                              "type": "number",
                              "description": "剩余可用受信额度"
                            },
                            "trusted_balance": {
                              "type": "number",
                              "description": "受信总可用额度"
                            },
                            "total_available": {
                              "type": "number",
                              "description": "可用总金额（余额+可用受信）"
                            }
                          },
                          "required": [
                            "balance",
                            "credit_line",
                            "credit_used",
                            "credit_available",
                            "trusted_balance",
                            "total_available"
                          ],
                          "description": "账户信息"
                        },
                        "api_key": {
                          "type": "object",
                          "properties": {
                            "app_id": {
                              "type": "string"
                            },
                            "last_used_ip": {
                              "type": "string"
                            }
                          },
                          "required": [
                            "app_id",
                            "last_used_ip"
                          ],
                          "description": "密钥信息"
                        },
                        "server_time": {
                          "type": "string",
                          "description": "服务器响应时间"
                        }
                      },
                      "required": [
                        "user",
                        "account",
                        "api_key",
                        "server_time"
                      ],
                      "description": "用户信息数组"
                    }
                  },
                  "required": [
                    "code",
                    "message",
                    "data"
                  ]
                },
                "example": {
                  "code": 200,
                  "message": "ok",
                  "data": {
                    "user": {
                      "id": 1,
                      "user_id": "1",
                      "username": "Admin",
                      "status": 1,
                      "status_text": "正常",
                      "user_type": "admin",
                      "partner_level": 1,
                      "bound_phone": "18600000000",
                      "bound_email": "support@mail.everyonetrust.com"
                    },
                    "account": {
                      "balance": 4,
                      "credit_line": 1000,
                      "credit_used": 58.8,
                      "credit_available": 941.2,
                      "trusted_balance": 941.2,
                      "total_available": 945.2
                    },
                    "api_key": {
                      "app_id": "ak_14a3961c57b4672f18961e59",
                      "last_used_ip": "117.175.136.13"
                    },
                    "server_time": "2026-07-04 15:36:10"
                  }
                }
              }
            },
            "headers": {}
          }
        },
        "security": []
      }
    },
    "/partner/GetUserProduct/": {
      "post": {
        "summary": "获取产品列表",
        "deprecated": false,
        "description": "",
        "tags": [],
        "parameters": [],
        "requestBody": {
          "content": {
            "application/x-www-form-urlencoded": {
              "schema": {
                "type": "object",
                "properties": {
                  "apikey": {
                    "description": "从【控制台】-【账户管理】-【API密钥】中获取【API Secret】",
                    "example": "fb8feabde38fb3aaf35fa7d061ae6237c0924850d3ed068505b3d7a34fe58b5f",
                    "type": "string"
                  },
                  "domain_type": {
                    "description": "域名类型，支持传类型代码或名称，如 single、wildcard、单域名。",
                    "example": "",
                    "type": "string"
                  },
                  "brand_code": {
                    "description": "品牌代码，如 digicert、certum、cnssl",
                    "example": "",
                    "type": "string"
                  },
                  "verification_type": {
                    "description": "验证类型，支持传验证代码或名称，如 dv、ov、ev、域名验证。",
                    "example": "",
                    "type": "string"
                  },
                  "product_name": {
                    "description": "产品名称，支持模糊查询。",
                    "example": "",
                    "type": "string"
                  },
                  "product_code": {
                    "description": "产品代码，精确匹配。",
                    "example": "",
                    "type": "string"
                  },
                  "page": {
                    "description": "页码，默认 1。",
                    "example": "",
                    "type": "string"
                  },
                  "limit": {
                    "description": "每页数量。未传或为空时返回全部匹配产品；传入时最大 500",
                    "example": "",
                    "type": "string"
                  }
                },
                "required": [
                  "apikey"
                ]
              },
              "example": {
                "apikey": "fb8feabde38fb3aaf35fa7d061ae6237c0924850d3ed068505b3d7a34fe58b5f",
                "domain_type": "",
                "brand_code": "",
                "verification_type": "",
                "product_name": "",
                "product_code": "",
                "page": "",
                "limit": ""
              }
            }
          },
          "required": true
        },
        "responses": {
          "200": {
            "description": "",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "code": {
                      "type": "integer",
                      "description": "业务状态码，200 表示成功。"
                    },
                    "message": {
                      "type": "string",
                      "description": "响应消息。"
                    },
                    "data": {
                      "type": "object",
                      "properties": {
                        "total": {
                          "type": "integer",
                          "description": "符合条件的产品总数。"
                        },
                        "page": {
                          "type": "integer",
                          "description": "当前页码。"
                        },
                        "limit": {
                          "type": "integer",
                          "description": "本次返回数量限制。未传 limit 时等于全部匹配产品数量。"
                        },
                        "total_pages": {
                          "type": "integer",
                          "description": "总页数。"
                        },
                        "items": {
                          "type": "array",
                          "items": {
                            "type": "object",
                            "properties": {
                              "product_name": {
                                "type": "string",
                                "description": "产品名称。"
                              },
                              "product_code": {
                                "type": "string",
                                "description": "产品代码。"
                              },
                              "product_type": {
                                "type": "string",
                                "description": "产品类型名称，如 SSL 证书。"
                              },
                              "product_type_code": {
                                "type": "string",
                                "description": "产品类型代码，如 ssl。"
                              },
                              "verification_type": {
                                "type": "string",
                                "description": "验证类型名称。"
                              },
                              "verification_type_code": {
                                "type": "string",
                                "description": "验证类型代码，如 dv、ov、ev。"
                              },
                              "domain_type": {
                                "type": "string",
                                "description": "域名类型名称。"
                              },
                              "domain_type_code": {
                                "type": "string",
                                "description": "域名类型代码。"
                              },
                              "brand": {
                                "type": "string",
                                "description": "品牌名称。"
                              },
                              "brand_code": {
                                "type": "string",
                                "description": "品牌代码。"
                              },
                              "signature_algorithms": {
                                "type": "array",
                                "items": {
                                  "type": "object",
                                  "properties": {
                                    "id": {
                                      "type": "integer"
                                    },
                                    "name": {
                                      "type": "string"
                                    },
                                    "code": {
                                      "type": "string"
                                    },
                                    "category": {
                                      "type": "string"
                                    },
                                    "description": {
                                      "type": "string"
                                    },
                                    "encryption_strengths": {
                                      "type": "array",
                                      "items": {
                                        "type": "object",
                                        "properties": {
                                          "id": {
                                            "type": "integer"
                                          },
                                          "name": {
                                            "type": "string"
                                          },
                                          "code": {
                                            "type": "string"
                                          },
                                          "category": {
                                            "type": "string"
                                          },
                                          "description": {
                                            "type": "string"
                                          }
                                        },
                                        "required": [
                                          "id",
                                          "name",
                                          "code",
                                          "category",
                                          "description"
                                        ]
                                      }
                                    }
                                  },
                                  "required": [
                                    "id",
                                    "name",
                                    "code",
                                    "category",
                                    "description",
                                    "encryption_strengths"
                                  ]
                                },
                                "description": "支持的签名算法及对应加密强度。"
                              },
                              "hash_algorithms": {
                                "type": "array",
                                "items": {
                                  "type": "object",
                                  "properties": {
                                    "id": {
                                      "type": "integer"
                                    },
                                    "name": {
                                      "type": "string"
                                    },
                                    "code": {
                                      "type": "string"
                                    },
                                    "category": {
                                      "type": "string"
                                    },
                                    "description": {
                                      "type": "string"
                                    }
                                  },
                                  "required": [
                                    "id",
                                    "name",
                                    "code",
                                    "category",
                                    "description"
                                  ]
                                },
                                "description": "支持的哈希算法。"
                              },
                              "verification_methods": {
                                "type": "array",
                                "items": {
                                  "type": "object",
                                  "properties": {
                                    "id": {
                                      "type": "integer"
                                    },
                                    "name": {
                                      "type": "string"
                                    },
                                    "code": {
                                      "type": "string"
                                    },
                                    "type": {
                                      "type": "string"
                                    },
                                    "description": {
                                      "type": "string"
                                    }
                                  },
                                  "required": [
                                    "id",
                                    "name",
                                    "code",
                                    "type",
                                    "description"
                                  ]
                                },
                                "description": "支持的验证方法及说明"
                              },
                              "valid_years": {
                                "type": "array",
                                "items": {
                                  "type": "object",
                                  "properties": {
                                    "years": {
                                      "type": "integer"
                                    },
                                    "months": {
                                      "type": "integer"
                                    },
                                    "price": {
                                      "type": "integer"
                                    },
                                    "san_price": {
                                      "type": "integer"
                                    },
                                    "wildcard_price": {
                                      "type": "integer"
                                    },
                                    "price_source": {
                                      "type": "string"
                                    }
                                  },
                                  "required": [
                                    "years",
                                    "months",
                                    "price",
                                    "san_price",
                                    "wildcard_price",
                                    "price_source"
                                  ]
                                },
                                "description": "可选年限及对应价格。"
                              },
                              "base_price": {
                                "type": "integer",
                                "description": "当前用户的一年期基础价格。"
                              },
                              "san_price": {
                                "type": "integer",
                                "description": "额外单域名单价。"
                              },
                              "wildcard_price": {
                                "type": "integer",
                                "description": "额外通配符单价。"
                              },
                              "max_single_domains": {
                                "type": "integer",
                                "description": "最大单域名数量。"
                              },
                              "max_domains": {
                                "type": "integer",
                                "description": "最大域名数量，同 max_single_domains。"
                              },
                              "max_wildcards": {
                                "type": "integer",
                                "description": "最大通配符数量。"
                              }
                            },
                            "required": [
                              "product_name",
                              "product_code",
                              "product_type",
                              "product_type_code",
                              "verification_type",
                              "verification_type_code",
                              "domain_type",
                              "domain_type_code",
                              "brand",
                              "brand_code",
                              "signature_algorithms",
                              "hash_algorithms",
                              "verification_methods",
                              "valid_years",
                              "base_price",
                              "san_price",
                              "wildcard_price",
                              "max_single_domains",
                              "max_domains",
                              "max_wildcards"
                            ]
                          },
                          "description": "产品列表。"
                        }
                      },
                      "required": [
                        "total",
                        "page",
                        "limit",
                        "total_pages",
                        "items"
                      ]
                    }
                  },
                  "required": [
                    "code",
                    "message",
                    "data"
                  ]
                },
                "example": {
                  "code": 200,
                  "message": "ok",
                  "data": {
                    "user": {
                      "id": 1,
                      "user_id": "1",
                      "username": "Admin",
                      "status": 1,
                      "status_text": "正常",
                      "user_type": "admin",
                      "partner_level": 1,
                      "balance": 4,
                      "credit_line": 1000,
                      "credit_used": 58.8,
                      "credit_available": 941.2,
                      "trusted_balance": 941.2,
                      "bound_phone": "18600000000",
                      "bound_email": "support@mail.everyonetrust.cn"
                    },
                    "query": {
                      "domain_type": null,
                      "brand_code": null,
                      "verification_type": null,
                      "product_name": null,
                      "product_code": null,
                      "page": 1,
                      "limit": 18
                    },
                    "products": {
                      "total": 18,
                      "page": 1,
                      "limit": 18,
                      "total_pages": 1,
                      "items": [
                        {
                          "product_name": "CNSSL DV 单域名",
                          "product_code": "cnssl-dv-single",
                          "product_type": "SSL 证书",
                          "product_type_code": "ssl",
                          "verification_type": "域名验证",
                          "verification_type_code": "dv",
                          "domain_type": "单域名",
                          "domain_type_code": "single",
                          "brand": "CNSSL",
                          "brand_code": "cnssl",
                          "signature_algorithms": [
                            {
                              "id": 1,
                              "name": "RSA",
                              "code": "rsa",
                              "category": "rsa",
                              "description": "国际标准 RSA 签名算法",
                              "encryption_strengths": [
                                {
                                  "id": 1,
                                  "name": "RSA-2048",
                                  "code": "rsa-2048",
                                  "category": "rsa",
                                  "description": "2048位 RSA 密钥，常规安全级别"
                                },
                                {
                                  "id": 2,
                                  "name": "RSA-3072",
                                  "code": "rsa-3072",
                                  "category": "rsa",
                                  "description": "3072位 RSA 密钥，中高安全级别"
                                },
                                {
                                  "id": 3,
                                  "name": "RSA-4096",
                                  "code": "rsa-4096",
                                  "category": "rsa",
                                  "description": "4096位 RSA 密钥，高安全级别（兼容较差）"
                                }
                              ]
                            }
                          ],
                          "hash_algorithms": [
                            {
                              "id": 1,
                              "name": "SHA-256",
                              "code": "sha256",
                              "category": "sha2",
                              "description": "256位安全哈希，兼容性好"
                            },
                            {
                              "id": 3,
                              "name": "SHA-512",
                              "code": "sha512",
                              "category": "sha2",
                              "description": "512位安全哈希，高安全场景"
                            },
                            {
                              "id": 2,
                              "name": "SHA-384",
                              "code": "sha384",
                              "category": "sha2",
                              "description": "384位安全哈希，安全性更高"
                            }
                          ],
                          "valid_years": [
                            {
                              "years": 1,
                              "months": 12,
                              "price": 15,
                              "price_source": "default",
                              "san_price": 0,
                              "wildcard_price": 0
                            }
                          ],
                          "price_source": "default",
                          "has_custom_price": false,
                          "base_price": 15,
                          "original_price": 15,
                          "retail_price": 180,
                          "san_price": 0,
                          "wildcard_price": 0,
                          "max_single_domains": 1,
                          "max_domains": 1,
                          "max_wildcards": 0
                        },
                        {
                          "product_name": "CNSSL DV IP SSL证书（V4）",
                          "product_code": "cnssl-dv-ipv4",
                          "product_type": "SSL 证书",
                          "product_type_code": "ssl",
                          "verification_type": "域名验证",
                          "verification_type_code": "dv",
                          "domain_type": "IPv4",
                          "domain_type_code": "ipv4",
                          "brand": "CNSSL",
                          "brand_code": "cnssl",
                          "signature_algorithms": [
                            {
                              "id": 1,
                              "name": "RSA",
                              "code": "rsa",
                              "category": "rsa",
                              "description": "国际标准 RSA 签名算法",
                              "encryption_strengths": [
                                {
                                  "id": 1,
                                  "name": "RSA-2048",
                                  "code": "rsa-2048",
                                  "category": "rsa",
                                  "description": "2048位 RSA 密钥，常规安全级别"
                                },
                                {
                                  "id": 2,
                                  "name": "RSA-3072",
                                  "code": "rsa-3072",
                                  "category": "rsa",
                                  "description": "3072位 RSA 密钥，中高安全级别"
                                },
                                {
                                  "id": 3,
                                  "name": "RSA-4096",
                                  "code": "rsa-4096",
                                  "category": "rsa",
                                  "description": "4096位 RSA 密钥，高安全级别（兼容较差）"
                                }
                              ]
                            }
                          ],
                          "hash_algorithms": [
                            {
                              "id": 1,
                              "name": "SHA-256",
                              "code": "sha256",
                              "category": "sha2",
                              "description": "256位安全哈希，兼容性好"
                            },
                            {
                              "id": 2,
                              "name": "SHA-384",
                              "code": "sha384",
                              "category": "sha2",
                              "description": "384位安全哈希，安全性更高"
                            },
                            {
                              "id": 3,
                              "name": "SHA-512",
                              "code": "sha512",
                              "category": "sha2",
                              "description": "512位安全哈希，高安全场景"
                            }
                          ],
                          "valid_years": [
                            {
                              "years": 1,
                              "months": 12,
                              "price": 20,
                              "price_source": "default",
                              "san_price": 0,
                              "wildcard_price": 0
                            }
                          ],
                          "price_source": "default",
                          "has_custom_price": false,
                          "base_price": 20,
                          "original_price": 20,
                          "retail_price": 180,
                          "san_price": 0,
                          "wildcard_price": 0,
                          "max_single_domains": 1,
                          "max_domains": 1,
                          "max_wildcards": 0
                        },
                        {
                          "product_name": "CNSSL DV 混合多域名 SSL证书",
                          "product_code": "cnssl-dv-multiple-mix",
                          "product_type": "SSL 证书",
                          "product_type_code": "ssl",
                          "verification_type": "域名验证",
                          "verification_type_code": "dv",
                          "domain_type": "多域名（混合）",
                          "domain_type_code": "multiple-mix",
                          "brand": "CNSSL",
                          "brand_code": "cnssl",
                          "signature_algorithms": [
                            {
                              "id": 1,
                              "name": "RSA",
                              "code": "rsa",
                              "category": "rsa",
                              "description": "国际标准 RSA 签名算法",
                              "encryption_strengths": [
                                {
                                  "id": 3,
                                  "name": "RSA-4096",
                                  "code": "rsa-4096",
                                  "category": "rsa",
                                  "description": "4096位 RSA 密钥，高安全级别（兼容较差）"
                                },
                                {
                                  "id": 2,
                                  "name": "RSA-3072",
                                  "code": "rsa-3072",
                                  "category": "rsa",
                                  "description": "3072位 RSA 密钥，中高安全级别"
                                },
                                {
                                  "id": 1,
                                  "name": "RSA-2048",
                                  "code": "rsa-2048",
                                  "category": "rsa",
                                  "description": "2048位 RSA 密钥，常规安全级别"
                                }
                              ]
                            }
                          ],
                          "hash_algorithms": [
                            {
                              "id": 1,
                              "name": "SHA-256",
                              "code": "sha256",
                              "category": "sha2",
                              "description": "256位安全哈希，兼容性好"
                            },
                            {
                              "id": 2,
                              "name": "SHA-384",
                              "code": "sha384",
                              "category": "sha2",
                              "description": "384位安全哈希，安全性更高"
                            },
                            {
                              "id": 3,
                              "name": "SHA-512",
                              "code": "sha512",
                              "category": "sha2",
                              "description": "512位安全哈希，高安全场景"
                            }
                          ],
                          "valid_years": [
                            {
                              "years": 1,
                              "months": 12,
                              "price": 45,
                              "price_source": "default",
                              "san_price": 15,
                              "wildcard_price": 130
                            }
                          ],
                          "price_source": "default",
                          "has_custom_price": false,
                          "base_price": 45,
                          "original_price": 45,
                          "retail_price": 480,
                          "san_price": 15,
                          "wildcard_price": 130,
                          "max_single_domains": 50,
                          "max_domains": 50,
                          "max_wildcards": 50
                        },
                        {
                          "product_name": "CNSSL DV 通配符SSL",
                          "product_code": "cnssl-dv-wildcard",
                          "product_type": "SSL 证书",
                          "product_type_code": "ssl",
                          "verification_type": "域名验证",
                          "verification_type_code": "dv",
                          "domain_type": "通配符",
                          "domain_type_code": "wildcard",
                          "brand": "CNSSL",
                          "brand_code": "cnssl",
                          "signature_algorithms": [
                            {
                              "id": 1,
                              "name": "RSA",
                              "code": "rsa",
                              "category": "rsa",
                              "description": "国际标准 RSA 签名算法",
                              "encryption_strengths": [
                                {
                                  "id": 3,
                                  "name": "RSA-4096",
                                  "code": "rsa-4096",
                                  "category": "rsa",
                                  "description": "4096位 RSA 密钥，高安全级别（兼容较差）"
                                },
                                {
                                  "id": 2,
                                  "name": "RSA-3072",
                                  "code": "rsa-3072",
                                  "category": "rsa",
                                  "description": "3072位 RSA 密钥，中高安全级别"
                                },
                                {
                                  "id": 1,
                                  "name": "RSA-2048",
                                  "code": "rsa-2048",
                                  "category": "rsa",
                                  "description": "2048位 RSA 密钥，常规安全级别"
                                }
                              ]
                            }
                          ],
                          "hash_algorithms": [
                            {
                              "id": 1,
                              "name": "SHA-256",
                              "code": "sha256",
                              "category": "sha2",
                              "description": "256位安全哈希，兼容性好"
                            },
                            {
                              "id": 2,
                              "name": "SHA-384",
                              "code": "sha384",
                              "category": "sha2",
                              "description": "384位安全哈希，安全性更高"
                            },
                            {
                              "id": 3,
                              "name": "SHA-512",
                              "code": "sha512",
                              "category": "sha2",
                              "description": "512位安全哈希，高安全场景"
                            }
                          ],
                          "valid_years": [
                            {
                              "years": 1,
                              "months": 12,
                              "price": 80,
                              "price_source": "default",
                              "san_price": 0,
                              "wildcard_price": 0
                            }
                          ],
                          "price_source": "default",
                          "has_custom_price": false,
                          "base_price": 130,
                          "original_price": 130,
                          "retail_price": 480,
                          "san_price": 0,
                          "wildcard_price": 0,
                          "max_single_domains": 1,
                          "max_domains": 1,
                          "max_wildcards": 0
                        },
                        {
                          "product_name": "Certum DV 单域名 SSL证书",
                          "product_code": "certum-dv-single",
                          "product_type": "SSL 证书",
                          "product_type_code": "ssl",
                          "verification_type": "域名验证",
                          "verification_type_code": "dv",
                          "domain_type": "单域名",
                          "domain_type_code": "single",
                          "brand": "Certum",
                          "brand_code": "certum",
                          "signature_algorithms": [
                            {
                              "id": 1,
                              "name": "RSA",
                              "code": "rsa",
                              "category": "rsa",
                              "description": "国际标准 RSA 签名算法",
                              "encryption_strengths": [
                                {
                                  "id": 1,
                                  "name": "RSA-2048",
                                  "code": "rsa-2048",
                                  "category": "rsa",
                                  "description": "2048位 RSA 密钥，常规安全级别"
                                },
                                {
                                  "id": 3,
                                  "name": "RSA-4096",
                                  "code": "rsa-4096",
                                  "category": "rsa",
                                  "description": "4096位 RSA 密钥，高安全级别（兼容较差）"
                                }
                              ]
                            },
                            {
                              "id": 2,
                              "name": "ECC",
                              "code": "ecc",
                              "category": "ecc",
                              "description": "椭圆曲线密码学，高效安全",
                              "encryption_strengths": [
                                {
                                  "id": 6,
                                  "name": "P-521",
                                  "code": "p-521",
                                  "category": "ecc",
                                  "description": "NIST P-521 曲线（secp521r1），最高安全"
                                },
                                {
                                  "id": 5,
                                  "name": "P-384",
                                  "code": "p-384",
                                  "category": "ecc",
                                  "description": "NIST P-384 曲线（secp384r1），高安全"
                                },
                                {
                                  "id": 4,
                                  "name": "P-256",
                                  "code": "p-256",
                                  "category": "ecc",
                                  "description": "NIST P-256 曲线（secp256r1），高效安全"
                                }
                              ]
                            }
                          ],
                          "hash_algorithms": [
                            {
                              "id": 1,
                              "name": "SHA-256",
                              "code": "sha256",
                              "category": "sha2",
                              "description": "256位安全哈希，兼容性好"
                            }
                          ],
                          "valid_years": [
                            {
                              "years": 1,
                              "months": 12,
                              "price": 16,
                              "price_source": "default",
                              "san_price": 0,
                              "wildcard_price": 0
                            }
                          ],
                          "price_source": "default",
                          "has_custom_price": false,
                          "base_price": 16,
                          "original_price": 16,
                          "retail_price": 45,
                          "san_price": 0,
                          "wildcard_price": 0,
                          "max_single_domains": 1,
                          "max_domains": 1,
                          "max_wildcards": 0
                        },
                        {
                          "product_name": "Certum DV IP SSL证书（V4）",
                          "product_code": "certum-dv-ipv4",
                          "product_type": "SSL 证书",
                          "product_type_code": "ssl",
                          "verification_type": "域名验证",
                          "verification_type_code": "dv",
                          "domain_type": "IPv4",
                          "domain_type_code": "ipv4",
                          "brand": "Certum",
                          "brand_code": "certum",
                          "signature_algorithms": [
                            {
                              "id": 1,
                              "name": "RSA",
                              "code": "rsa",
                              "category": "rsa",
                              "description": "国际标准 RSA 签名算法",
                              "encryption_strengths": [
                                {
                                  "id": 1,
                                  "name": "RSA-2048",
                                  "code": "rsa-2048",
                                  "category": "rsa",
                                  "description": "2048位 RSA 密钥，常规安全级别"
                                },
                                {
                                  "id": 3,
                                  "name": "RSA-4096",
                                  "code": "rsa-4096",
                                  "category": "rsa",
                                  "description": "4096位 RSA 密钥，高安全级别（兼容较差）"
                                }
                              ]
                            },
                            {
                              "id": 2,
                              "name": "ECC",
                              "code": "ecc",
                              "category": "ecc",
                              "description": "椭圆曲线密码学，高效安全",
                              "encryption_strengths": [
                                {
                                  "id": 4,
                                  "name": "P-256",
                                  "code": "p-256",
                                  "category": "ecc",
                                  "description": "NIST P-256 曲线（secp256r1），高效安全"
                                },
                                {
                                  "id": 5,
                                  "name": "P-384",
                                  "code": "p-384",
                                  "category": "ecc",
                                  "description": "NIST P-384 曲线（secp384r1），高安全"
                                },
                                {
                                  "id": 6,
                                  "name": "P-521",
                                  "code": "p-521",
                                  "category": "ecc",
                                  "description": "NIST P-521 曲线（secp521r1），最高安全"
                                }
                              ]
                            }
                          ],
                          "hash_algorithms": [
                            {
                              "id": 1,
                              "name": "SHA-256",
                              "code": "sha256",
                              "category": "sha2",
                              "description": "256位安全哈希，兼容性好"
                            }
                          ],
                          "valid_years": [
                            {
                              "years": 1,
                              "months": 12,
                              "price": 22,
                              "price_source": "default",
                              "san_price": 0,
                              "wildcard_price": 0
                            }
                          ],
                          "price_source": "default",
                          "has_custom_price": false,
                          "base_price": 22,
                          "original_price": 22,
                          "retail_price": 180,
                          "san_price": 0,
                          "wildcard_price": 0,
                          "max_single_domains": 1,
                          "max_domains": 1,
                          "max_wildcards": 0
                        },
                        {
                          "product_name": "Certum DV 混合多域名 SSL证书",
                          "product_code": "certum-dv-muliple-mix",
                          "product_type": "SSL 证书",
                          "product_type_code": "ssl",
                          "verification_type": "域名验证",
                          "verification_type_code": "dv",
                          "domain_type": "多域名（混合）",
                          "domain_type_code": "multiple-mix",
                          "brand": "Certum",
                          "brand_code": "certum",
                          "signature_algorithms": [
                            {
                              "id": 1,
                              "name": "RSA",
                              "code": "rsa",
                              "category": "rsa",
                              "description": "国际标准 RSA 签名算法",
                              "encryption_strengths": [
                                {
                                  "id": 1,
                                  "name": "RSA-2048",
                                  "code": "rsa-2048",
                                  "category": "rsa",
                                  "description": "2048位 RSA 密钥，常规安全级别"
                                },
                                {
                                  "id": 3,
                                  "name": "RSA-4096",
                                  "code": "rsa-4096",
                                  "category": "rsa",
                                  "description": "4096位 RSA 密钥，高安全级别（兼容较差）"
                                }
                              ]
                            },
                            {
                              "id": 2,
                              "name": "ECC",
                              "code": "ecc",
                              "category": "ecc",
                              "description": "椭圆曲线密码学，高效安全",
                              "encryption_strengths": [
                                {
                                  "id": 6,
                                  "name": "P-521",
                                  "code": "p-521",
                                  "category": "ecc",
                                  "description": "NIST P-521 曲线（secp521r1），最高安全"
                                },
                                {
                                  "id": 5,
                                  "name": "P-384",
                                  "code": "p-384",
                                  "category": "ecc",
                                  "description": "NIST P-384 曲线（secp384r1），高安全"
                                },
                                {
                                  "id": 4,
                                  "name": "P-256",
                                  "code": "p-256",
                                  "category": "ecc",
                                  "description": "NIST P-256 曲线（secp256r1），高效安全"
                                }
                              ]
                            }
                          ],
                          "hash_algorithms": [
                            {
                              "id": 1,
                              "name": "SHA-256",
                              "code": "sha256",
                              "category": "sha2",
                              "description": "256位安全哈希，兼容性好"
                            }
                          ],
                          "valid_years": [
                            {
                              "years": 1,
                              "months": 12,
                              "price": 48,
                              "price_source": "default",
                              "san_price": 16,
                              "wildcard_price": 136
                            }
                          ],
                          "price_source": "default",
                          "has_custom_price": false,
                          "base_price": 48,
                          "original_price": 48,
                          "retail_price": 180,
                          "san_price": 16,
                          "wildcard_price": 136,
                          "max_single_domains": 50,
                          "max_domains": 50,
                          "max_wildcards": 50
                        },
                        {
                          "product_name": "Certum DV 通配符 SSL证书",
                          "product_code": "certum-dv-wildcard",
                          "product_type": "SSL 证书",
                          "product_type_code": "ssl",
                          "verification_type": "域名验证",
                          "verification_type_code": "dv",
                          "domain_type": "通配符",
                          "domain_type_code": "wildcard",
                          "brand": "Certum",
                          "brand_code": "certum",
                          "signature_algorithms": [
                            {
                              "id": 1,
                              "name": "RSA",
                              "code": "rsa",
                              "category": "rsa",
                              "description": "国际标准 RSA 签名算法",
                              "encryption_strengths": [
                                {
                                  "id": 1,
                                  "name": "RSA-2048",
                                  "code": "rsa-2048",
                                  "category": "rsa",
                                  "description": "2048位 RSA 密钥，常规安全级别"
                                },
                                {
                                  "id": 3,
                                  "name": "RSA-4096",
                                  "code": "rsa-4096",
                                  "category": "rsa",
                                  "description": "4096位 RSA 密钥，高安全级别（兼容较差）"
                                }
                              ]
                            },
                            {
                              "id": 2,
                              "name": "ECC",
                              "code": "ecc",
                              "category": "ecc",
                              "description": "椭圆曲线密码学，高效安全",
                              "encryption_strengths": [
                                {
                                  "id": 6,
                                  "name": "P-521",
                                  "code": "p-521",
                                  "category": "ecc",
                                  "description": "NIST P-521 曲线（secp521r1），最高安全"
                                },
                                {
                                  "id": 5,
                                  "name": "P-384",
                                  "code": "p-384",
                                  "category": "ecc",
                                  "description": "NIST P-384 曲线（secp384r1），高安全"
                                },
                                {
                                  "id": 4,
                                  "name": "P-256",
                                  "code": "p-256",
                                  "category": "ecc",
                                  "description": "NIST P-256 曲线（secp256r1），高效安全"
                                }
                              ]
                            }
                          ],
                          "hash_algorithms": [
                            {
                              "id": 1,
                              "name": "SHA-256",
                              "code": "sha256",
                              "category": "sha2",
                              "description": "256位安全哈希，兼容性好"
                            }
                          ],
                          "valid_years": [
                            {
                              "years": 1,
                              "months": 12,
                              "price": 130,
                              "price_source": "default",
                              "san_price": 0,
                              "wildcard_price": 0
                            }
                          ],
                          "price_source": "default",
                          "has_custom_price": false,
                          "base_price": 130,
                          "original_price": 130,
                          "retail_price": 360,
                          "san_price": 0,
                          "wildcard_price": 0,
                          "max_single_domains": 1,
                          "max_domains": 1,
                          "max_wildcards": 0
                        },
                        {
                          "product_name": "Certum OV 单域名 SSL证书",
                          "product_code": "certum-ov-single",
                          "product_type": "SSL 证书",
                          "product_type_code": "ssl",
                          "verification_type": "组织验证",
                          "verification_type_code": "ov",
                          "domain_type": "单域名",
                          "domain_type_code": "single",
                          "brand": "Certum",
                          "brand_code": "certum",
                          "signature_algorithms": [
                            {
                              "id": 1,
                              "name": "RSA",
                              "code": "rsa",
                              "category": "rsa",
                              "description": "国际标准 RSA 签名算法",
                              "encryption_strengths": [
                                {
                                  "id": 1,
                                  "name": "RSA-2048",
                                  "code": "rsa-2048",
                                  "category": "rsa",
                                  "description": "2048位 RSA 密钥，常规安全级别"
                                },
                                {
                                  "id": 3,
                                  "name": "RSA-4096",
                                  "code": "rsa-4096",
                                  "category": "rsa",
                                  "description": "4096位 RSA 密钥，高安全级别（兼容较差）"
                                }
                              ]
                            },
                            {
                              "id": 2,
                              "name": "ECC",
                              "code": "ecc",
                              "category": "ecc",
                              "description": "椭圆曲线密码学，高效安全",
                              "encryption_strengths": [
                                {
                                  "id": 6,
                                  "name": "P-521",
                                  "code": "p-521",
                                  "category": "ecc",
                                  "description": "NIST P-521 曲线（secp521r1），最高安全"
                                },
                                {
                                  "id": 5,
                                  "name": "P-384",
                                  "code": "p-384",
                                  "category": "ecc",
                                  "description": "NIST P-384 曲线（secp384r1），高安全"
                                },
                                {
                                  "id": 4,
                                  "name": "P-256",
                                  "code": "p-256",
                                  "category": "ecc",
                                  "description": "NIST P-256 曲线（secp256r1），高效安全"
                                }
                              ]
                            }
                          ],
                          "hash_algorithms": [
                            {
                              "id": 1,
                              "name": "SHA-256",
                              "code": "sha256",
                              "category": "sha2",
                              "description": "256位安全哈希，兼容性好"
                            }
                          ],
                          "valid_years": [
                            {
                              "years": 1,
                              "months": 12,
                              "price": 298,
                              "price_source": "default",
                              "san_price": 0,
                              "wildcard_price": 0
                            }
                          ],
                          "price_source": "default",
                          "has_custom_price": false,
                          "base_price": 298,
                          "original_price": 298,
                          "retail_price": 680,
                          "san_price": 0,
                          "wildcard_price": 0,
                          "max_single_domains": 1,
                          "max_domains": 1,
                          "max_wildcards": 0
                        },
                        {
                          "product_name": "Certum OV 通配符 SSL证书",
                          "product_code": "certum-ov-wildcard",
                          "product_type": "SSL 证书",
                          "product_type_code": "ssl",
                          "verification_type": "组织验证",
                          "verification_type_code": "ov",
                          "domain_type": "通配符",
                          "domain_type_code": "wildcard",
                          "brand": "Certum",
                          "brand_code": "certum",
                          "signature_algorithms": [
                            {
                              "id": 1,
                              "name": "RSA",
                              "code": "rsa",
                              "category": "rsa",
                              "description": "国际标准 RSA 签名算法",
                              "encryption_strengths": [
                                {
                                  "id": 1,
                                  "name": "RSA-2048",
                                  "code": "rsa-2048",
                                  "category": "rsa",
                                  "description": "2048位 RSA 密钥，常规安全级别"
                                },
                                {
                                  "id": 3,
                                  "name": "RSA-4096",
                                  "code": "rsa-4096",
                                  "category": "rsa",
                                  "description": "4096位 RSA 密钥，高安全级别（兼容较差）"
                                }
                              ]
                            },
                            {
                              "id": 2,
                              "name": "ECC",
                              "code": "ecc",
                              "category": "ecc",
                              "description": "椭圆曲线密码学，高效安全",
                              "encryption_strengths": [
                                {
                                  "id": 4,
                                  "name": "P-256",
                                  "code": "p-256",
                                  "category": "ecc",
                                  "description": "NIST P-256 曲线（secp256r1），高效安全"
                                },
                                {
                                  "id": 5,
                                  "name": "P-384",
                                  "code": "p-384",
                                  "category": "ecc",
                                  "description": "NIST P-384 曲线（secp384r1），高安全"
                                },
                                {
                                  "id": 6,
                                  "name": "P-521",
                                  "code": "p-521",
                                  "category": "ecc",
                                  "description": "NIST P-521 曲线（secp521r1），最高安全"
                                }
                              ]
                            }
                          ],
                          "hash_algorithms": [
                            {
                              "id": 1,
                              "name": "SHA-256",
                              "code": "sha256",
                              "category": "sha2",
                              "description": "256位安全哈希，兼容性好"
                            }
                          ],
                          "valid_years": [
                            {
                              "years": 1,
                              "months": 12,
                              "price": 658,
                              "price_source": "default",
                              "san_price": 0,
                              "wildcard_price": 0
                            }
                          ],
                          "price_source": "default",
                          "has_custom_price": false,
                          "base_price": 658,
                          "original_price": 658,
                          "retail_price": 1280,
                          "san_price": 0,
                          "wildcard_price": 0,
                          "max_single_domains": 1,
                          "max_domains": 1,
                          "max_wildcards": 0
                        },
                        {
                          "product_name": "Certum OV 混合多域名 SSL证书",
                          "product_code": "certum-ov-multiple-mix",
                          "product_type": "SSL 证书",
                          "product_type_code": "ssl",
                          "verification_type": "组织验证",
                          "verification_type_code": "ov",
                          "domain_type": "多域名（混合）",
                          "domain_type_code": "multiple-mix",
                          "brand": "Certum",
                          "brand_code": "certum",
                          "signature_algorithms": [
                            {
                              "id": 1,
                              "name": "RSA",
                              "code": "rsa",
                              "category": "rsa",
                              "description": "国际标准 RSA 签名算法",
                              "encryption_strengths": [
                                {
                                  "id": 1,
                                  "name": "RSA-2048",
                                  "code": "rsa-2048",
                                  "category": "rsa",
                                  "description": "2048位 RSA 密钥，常规安全级别"
                                },
                                {
                                  "id": 3,
                                  "name": "RSA-4096",
                                  "code": "rsa-4096",
                                  "category": "rsa",
                                  "description": "4096位 RSA 密钥，高安全级别（兼容较差）"
                                }
                              ]
                            },
                            {
                              "id": 2,
                              "name": "ECC",
                              "code": "ecc",
                              "category": "ecc",
                              "description": "椭圆曲线密码学，高效安全",
                              "encryption_strengths": [
                                {
                                  "id": 6,
                                  "name": "P-521",
                                  "code": "p-521",
                                  "category": "ecc",
                                  "description": "NIST P-521 曲线（secp521r1），最高安全"
                                },
                                {
                                  "id": 5,
                                  "name": "P-384",
                                  "code": "p-384",
                                  "category": "ecc",
                                  "description": "NIST P-384 曲线（secp384r1），高安全"
                                },
                                {
                                  "id": 4,
                                  "name": "P-256",
                                  "code": "p-256",
                                  "category": "ecc",
                                  "description": "NIST P-256 曲线（secp256r1），高效安全"
                                }
                              ]
                            }
                          ],
                          "hash_algorithms": [
                            {
                              "id": 1,
                              "name": "SHA-256",
                              "code": "sha256",
                              "category": "sha2",
                              "description": "256位安全哈希，兼容性好"
                            }
                          ],
                          "valid_years": [
                            {
                              "years": 1,
                              "months": 12,
                              "price": 2108,
                              "price_source": "default",
                              "san_price": 238,
                              "wildcard_price": 528
                            }
                          ],
                          "price_source": "default",
                          "has_custom_price": false,
                          "base_price": 2108,
                          "original_price": 2108,
                          "retail_price": 4800,
                          "san_price": 238,
                          "wildcard_price": 528,
                          "max_single_domains": 50,
                          "max_domains": 50,
                          "max_wildcards": 50
                        },
                        {
                          "product_name": "Positive SSL DV 单域名（Sectigo）",
                          "product_code": "positive-dv-single-sectigo",
                          "product_type": "SSL 证书",
                          "product_type_code": "ssl",
                          "verification_type": "域名验证",
                          "verification_type_code": "dv",
                          "domain_type": "单域名",
                          "domain_type_code": "single",
                          "brand": "Positive SSL",
                          "brand_code": "positive",
                          "signature_algorithms": [
                            {
                              "id": 1,
                              "name": "RSA",
                              "code": "rsa",
                              "category": "rsa",
                              "description": "国际标准 RSA 签名算法",
                              "encryption_strengths": [
                                {
                                  "id": 1,
                                  "name": "RSA-2048",
                                  "code": "rsa-2048",
                                  "category": "rsa",
                                  "description": "2048位 RSA 密钥，常规安全级别"
                                },
                                {
                                  "id": 2,
                                  "name": "RSA-3072",
                                  "code": "rsa-3072",
                                  "category": "rsa",
                                  "description": "3072位 RSA 密钥，中高安全级别"
                                },
                                {
                                  "id": 3,
                                  "name": "RSA-4096",
                                  "code": "rsa-4096",
                                  "category": "rsa",
                                  "description": "4096位 RSA 密钥，高安全级别（兼容较差）"
                                }
                              ]
                            },
                            {
                              "id": 2,
                              "name": "ECC",
                              "code": "ecc",
                              "category": "ecc",
                              "description": "椭圆曲线密码学，高效安全",
                              "encryption_strengths": [
                                {
                                  "id": 6,
                                  "name": "P-521",
                                  "code": "p-521",
                                  "category": "ecc",
                                  "description": "NIST P-521 曲线（secp521r1），最高安全"
                                },
                                {
                                  "id": 5,
                                  "name": "P-384",
                                  "code": "p-384",
                                  "category": "ecc",
                                  "description": "NIST P-384 曲线（secp384r1），高安全"
                                },
                                {
                                  "id": 4,
                                  "name": "P-256",
                                  "code": "p-256",
                                  "category": "ecc",
                                  "description": "NIST P-256 曲线（secp256r1），高效安全"
                                }
                              ]
                            }
                          ],
                          "hash_algorithms": [
                            {
                              "id": 1,
                              "name": "SHA-256",
                              "code": "sha256",
                              "category": "sha2",
                              "description": "256位安全哈希，兼容性好"
                            },
                            {
                              "id": 2,
                              "name": "SHA-384",
                              "code": "sha384",
                              "category": "sha2",
                              "description": "384位安全哈希，安全性更高"
                            },
                            {
                              "id": 3,
                              "name": "SHA-512",
                              "code": "sha512",
                              "category": "sha2",
                              "description": "512位安全哈希，高安全场景"
                            }
                          ],
                          "valid_years": [
                            {
                              "years": 1,
                              "months": 12,
                              "price": 28,
                              "price_source": "default",
                              "san_price": 0,
                              "wildcard_price": 0
                            },
                            {
                              "years": 2,
                              "months": 24,
                              "price": 56,
                              "price_source": "default",
                              "san_price": 0,
                              "wildcard_price": 0
                            },
                            {
                              "years": 3,
                              "months": 36,
                              "price": 84,
                              "price_source": "default",
                              "san_price": 0,
                              "wildcard_price": 0
                            },
                            {
                              "years": 4,
                              "months": 48,
                              "price": 112,
                              "price_source": "default",
                              "san_price": 0,
                              "wildcard_price": 0
                            },
                            {
                              "years": 5,
                              "months": 60,
                              "price": 140,
                              "price_source": "default",
                              "san_price": 0,
                              "wildcard_price": 0
                            }
                          ],
                          "price_source": "default",
                          "has_custom_price": false,
                          "base_price": 38,
                          "original_price": 38,
                          "retail_price": 188,
                          "san_price": 0,
                          "wildcard_price": 0,
                          "max_single_domains": 1,
                          "max_domains": 1,
                          "max_wildcards": 0
                        },
                        {
                          "product_name": "Positive SSL DV 通配符（Sectigo）",
                          "product_code": "positive-dv-wildcard-sectigo",
                          "product_type": "SSL 证书",
                          "product_type_code": "ssl",
                          "verification_type": "域名验证",
                          "verification_type_code": "dv",
                          "domain_type": "通配符",
                          "domain_type_code": "wildcard",
                          "brand": "Positive SSL",
                          "brand_code": "positive",
                          "signature_algorithms": [
                            {
                              "id": 1,
                              "name": "RSA",
                              "code": "rsa",
                              "category": "rsa",
                              "description": "国际标准 RSA 签名算法",
                              "encryption_strengths": [
                                {
                                  "id": 1,
                                  "name": "RSA-2048",
                                  "code": "rsa-2048",
                                  "category": "rsa",
                                  "description": "2048位 RSA 密钥，常规安全级别"
                                },
                                {
                                  "id": 2,
                                  "name": "RSA-3072",
                                  "code": "rsa-3072",
                                  "category": "rsa",
                                  "description": "3072位 RSA 密钥，中高安全级别"
                                },
                                {
                                  "id": 3,
                                  "name": "RSA-4096",
                                  "code": "rsa-4096",
                                  "category": "rsa",
                                  "description": "4096位 RSA 密钥，高安全级别（兼容较差）"
                                }
                              ]
                            },
                            {
                              "id": 2,
                              "name": "ECC",
                              "code": "ecc",
                              "category": "ecc",
                              "description": "椭圆曲线密码学，高效安全",
                              "encryption_strengths": [
                                {
                                  "id": 6,
                                  "name": "P-521",
                                  "code": "p-521",
                                  "category": "ecc",
                                  "description": "NIST P-521 曲线（secp521r1），最高安全"
                                },
                                {
                                  "id": 5,
                                  "name": "P-384",
                                  "code": "p-384",
                                  "category": "ecc",
                                  "description": "NIST P-384 曲线（secp384r1），高安全"
                                },
                                {
                                  "id": 4,
                                  "name": "P-256",
                                  "code": "p-256",
                                  "category": "ecc",
                                  "description": "NIST P-256 曲线（secp256r1），高效安全"
                                }
                              ]
                            }
                          ],
                          "hash_algorithms": [
                            {
                              "id": 1,
                              "name": "SHA-256",
                              "code": "sha256",
                              "category": "sha2",
                              "description": "256位安全哈希，兼容性好"
                            },
                            {
                              "id": 2,
                              "name": "SHA-384",
                              "code": "sha384",
                              "category": "sha2",
                              "description": "384位安全哈希，安全性更高"
                            },
                            {
                              "id": 3,
                              "name": "SHA-512",
                              "code": "sha512",
                              "category": "sha2",
                              "description": "512位安全哈希，高安全场景"
                            }
                          ],
                          "valid_years": [
                            {
                              "years": 1,
                              "months": 12,
                              "price": 220,
                              "price_source": "default",
                              "san_price": 0,
                              "wildcard_price": 0
                            },
                            {
                              "years": 2,
                              "months": 24,
                              "price": 440,
                              "price_source": "default",
                              "san_price": 0,
                              "wildcard_price": 0
                            },
                            {
                              "years": 3,
                              "months": 36,
                              "price": 660,
                              "price_source": "default",
                              "san_price": 0,
                              "wildcard_price": 0
                            },
                            {
                              "years": 4,
                              "months": 48,
                              "price": 880,
                              "price_source": "default",
                              "san_price": 0,
                              "wildcard_price": 0
                            },
                            {
                              "years": 5,
                              "months": 60,
                              "price": 1100,
                              "price_source": "default",
                              "san_price": 0,
                              "wildcard_price": 0
                            }
                          ],
                          "price_source": "default",
                          "has_custom_price": false,
                          "base_price": 280,
                          "original_price": 280,
                          "retail_price": 880,
                          "san_price": 0,
                          "wildcard_price": 0,
                          "max_single_domains": 1,
                          "max_domains": 1,
                          "max_wildcards": 1
                        },
                        {
                          "product_name": "GoGetSSL DV 单域名 SSL证书（Sectigo）",
                          "product_code": "goget-dv-single-sectigo",
                          "product_type": "SSL 证书",
                          "product_type_code": "ssl",
                          "verification_type": "域名验证",
                          "verification_type_code": "dv",
                          "domain_type": "单域名",
                          "domain_type_code": "single",
                          "brand": "GoGetSSL",
                          "brand_code": "gogetssl",
                          "signature_algorithms": [
                            {
                              "id": 1,
                              "name": "RSA",
                              "code": "rsa",
                              "category": "rsa",
                              "description": "国际标准 RSA 签名算法",
                              "encryption_strengths": [
                                {
                                  "id": 1,
                                  "name": "RSA-2048",
                                  "code": "rsa-2048",
                                  "category": "rsa",
                                  "description": "2048位 RSA 密钥，常规安全级别"
                                },
                                {
                                  "id": 2,
                                  "name": "RSA-3072",
                                  "code": "rsa-3072",
                                  "category": "rsa",
                                  "description": "3072位 RSA 密钥，中高安全级别"
                                },
                                {
                                  "id": 3,
                                  "name": "RSA-4096",
                                  "code": "rsa-4096",
                                  "category": "rsa",
                                  "description": "4096位 RSA 密钥，高安全级别（兼容较差）"
                                }
                              ]
                            },
                            {
                              "id": 2,
                              "name": "ECC",
                              "code": "ecc",
                              "category": "ecc",
                              "description": "椭圆曲线密码学，高效安全",
                              "encryption_strengths": [
                                {
                                  "id": 5,
                                  "name": "P-384",
                                  "code": "p-384",
                                  "category": "ecc",
                                  "description": "NIST P-384 曲线（secp384r1），高安全"
                                },
                                {
                                  "id": 4,
                                  "name": "P-256",
                                  "code": "p-256",
                                  "category": "ecc",
                                  "description": "NIST P-256 曲线（secp256r1），高效安全"
                                },
                                {
                                  "id": 6,
                                  "name": "P-521",
                                  "code": "p-521",
                                  "category": "ecc",
                                  "description": "NIST P-521 曲线（secp521r1），最高安全"
                                }
                              ]
                            }
                          ],
                          "hash_algorithms": [
                            {
                              "id": 1,
                              "name": "SHA-256",
                              "code": "sha256",
                              "category": "sha2",
                              "description": "256位安全哈希，兼容性好"
                            },
                            {
                              "id": 2,
                              "name": "SHA-384",
                              "code": "sha384",
                              "category": "sha2",
                              "description": "384位安全哈希，安全性更高"
                            },
                            {
                              "id": 3,
                              "name": "SHA-512",
                              "code": "sha512",
                              "category": "sha2",
                              "description": "512位安全哈希，高安全场景"
                            }
                          ],
                          "valid_years": [
                            {
                              "years": 1,
                              "months": 12,
                              "price": 38,
                              "price_source": "default",
                              "san_price": 0,
                              "wildcard_price": 0
                            },
                            {
                              "years": 2,
                              "months": 24,
                              "price": 72,
                              "price_source": "default",
                              "san_price": 0,
                              "wildcard_price": 0
                            },
                            {
                              "years": 3,
                              "months": 36,
                              "price": 108,
                              "price_source": "default",
                              "san_price": 0,
                              "wildcard_price": 0
                            },
                            {
                              "years": 4,
                              "months": 48,
                              "price": 144,
                              "price_source": "default",
                              "san_price": 0,
                              "wildcard_price": 0
                            },
                            {
                              "years": 5,
                              "months": 60,
                              "price": 176,
                              "price_source": "default",
                              "san_price": 0,
                              "wildcard_price": 0
                            }
                          ],
                          "price_source": "default",
                          "has_custom_price": false,
                          "base_price": 38,
                          "original_price": 38,
                          "retail_price": 68,
                          "san_price": 0,
                          "wildcard_price": 0,
                          "max_single_domains": 1,
                          "max_domains": 1,
                          "max_wildcards": 0
                        },
                        {
                          "product_name": "GoGet DV SSL 混合多域名（Sectigo）",
                          "product_code": "goget-dv-mixed-sectigo",
                          "product_type": "SSL 证书",
                          "product_type_code": "ssl",
                          "verification_type": "域名验证",
                          "verification_type_code": "dv",
                          "domain_type": "多域名（混合）",
                          "domain_type_code": "multiple-mix",
                          "brand": "GoGetSSL",
                          "brand_code": "gogetssl",
                          "signature_algorithms": [
                            {
                              "id": 1,
                              "name": "RSA",
                              "code": "rsa",
                              "category": "rsa",
                              "description": "国际标准 RSA 签名算法",
                              "encryption_strengths": [
                                {
                                  "id": 1,
                                  "name": "RSA-2048",
                                  "code": "rsa-2048",
                                  "category": "rsa",
                                  "description": "2048位 RSA 密钥，常规安全级别"
                                },
                                {
                                  "id": 3,
                                  "name": "RSA-4096",
                                  "code": "rsa-4096",
                                  "category": "rsa",
                                  "description": "4096位 RSA 密钥，高安全级别（兼容较差）"
                                }
                              ]
                            },
                            {
                              "id": 2,
                              "name": "ECC",
                              "code": "ecc",
                              "category": "ecc",
                              "description": "椭圆曲线密码学，高效安全",
                              "encryption_strengths": [
                                {
                                  "id": 6,
                                  "name": "P-521",
                                  "code": "p-521",
                                  "category": "ecc",
                                  "description": "NIST P-521 曲线（secp521r1），最高安全"
                                },
                                {
                                  "id": 5,
                                  "name": "P-384",
                                  "code": "p-384",
                                  "category": "ecc",
                                  "description": "NIST P-384 曲线（secp384r1），高安全"
                                },
                                {
                                  "id": 4,
                                  "name": "P-256",
                                  "code": "p-256",
                                  "category": "ecc",
                                  "description": "NIST P-256 曲线（secp256r1），高效安全"
                                }
                              ]
                            }
                          ],
                          "hash_algorithms": [
                            {
                              "id": 1,
                              "name": "SHA-256",
                              "code": "sha256",
                              "category": "sha2",
                              "description": "256位安全哈希，兼容性好"
                            },
                            {
                              "id": 2,
                              "name": "SHA-384",
                              "code": "sha384",
                              "category": "sha2",
                              "description": "384位安全哈希，安全性更高"
                            },
                            {
                              "id": 3,
                              "name": "SHA-512",
                              "code": "sha512",
                              "category": "sha2",
                              "description": "512位安全哈希，高安全场景"
                            }
                          ],
                          "valid_years": [
                            {
                              "years": 1,
                              "months": 12,
                              "price": 114,
                              "price_source": "default",
                              "san_price": 38,
                              "wildcard_price": 208
                            },
                            {
                              "years": 2,
                              "months": 24,
                              "price": 228,
                              "price_source": "default",
                              "san_price": 38,
                              "wildcard_price": 208
                            },
                            {
                              "years": 3,
                              "months": 36,
                              "price": 342,
                              "price_source": "default",
                              "san_price": 38,
                              "wildcard_price": 208
                            },
                            {
                              "years": 4,
                              "months": 48,
                              "price": 456,
                              "price_source": "default",
                              "san_price": 38,
                              "wildcard_price": 208
                            },
                            {
                              "years": 5,
                              "months": 60,
                              "price": 570,
                              "price_source": "default",
                              "san_price": 38,
                              "wildcard_price": 208
                            }
                          ],
                          "price_source": "default",
                          "has_custom_price": false,
                          "base_price": 114,
                          "original_price": 114,
                          "retail_price": 0,
                          "san_price": 38,
                          "wildcard_price": 208,
                          "max_single_domains": 50,
                          "max_domains": 50,
                          "max_wildcards": 50
                        },
                        {
                          "product_name": "GoGetSSL DV 通配符 SSL证书（Sectigo）",
                          "product_code": "goget-dv-wildcard",
                          "product_type": "SSL 证书",
                          "product_type_code": "ssl",
                          "verification_type": "域名验证",
                          "verification_type_code": "dv",
                          "domain_type": "通配符",
                          "domain_type_code": "wildcard",
                          "brand": "GoGetSSL",
                          "brand_code": "gogetssl",
                          "signature_algorithms": [
                            {
                              "id": 2,
                              "name": "ECC",
                              "code": "ecc",
                              "category": "ecc",
                              "description": "椭圆曲线密码学，高效安全",
                              "encryption_strengths": [
                                {
                                  "id": 4,
                                  "name": "P-256",
                                  "code": "p-256",
                                  "category": "ecc",
                                  "description": "NIST P-256 曲线（secp256r1），高效安全"
                                },
                                {
                                  "id": 5,
                                  "name": "P-384",
                                  "code": "p-384",
                                  "category": "ecc",
                                  "description": "NIST P-384 曲线（secp384r1），高安全"
                                },
                                {
                                  "id": 6,
                                  "name": "P-521",
                                  "code": "p-521",
                                  "category": "ecc",
                                  "description": "NIST P-521 曲线（secp521r1），最高安全"
                                }
                              ]
                            },
                            {
                              "id": 1,
                              "name": "RSA",
                              "code": "rsa",
                              "category": "rsa",
                              "description": "国际标准 RSA 签名算法",
                              "encryption_strengths": [
                                {
                                  "id": 1,
                                  "name": "RSA-2048",
                                  "code": "rsa-2048",
                                  "category": "rsa",
                                  "description": "2048位 RSA 密钥，常规安全级别"
                                },
                                {
                                  "id": 2,
                                  "name": "RSA-3072",
                                  "code": "rsa-3072",
                                  "category": "rsa",
                                  "description": "3072位 RSA 密钥，中高安全级别"
                                },
                                {
                                  "id": 3,
                                  "name": "RSA-4096",
                                  "code": "rsa-4096",
                                  "category": "rsa",
                                  "description": "4096位 RSA 密钥，高安全级别（兼容较差）"
                                }
                              ]
                            }
                          ],
                          "hash_algorithms": [
                            {
                              "id": 1,
                              "name": "SHA-256",
                              "code": "sha256",
                              "category": "sha2",
                              "description": "256位安全哈希，兼容性好"
                            },
                            {
                              "id": 2,
                              "name": "SHA-384",
                              "code": "sha384",
                              "category": "sha2",
                              "description": "384位安全哈希，安全性更高"
                            },
                            {
                              "id": 3,
                              "name": "SHA-512",
                              "code": "sha512",
                              "category": "sha2",
                              "description": "512位安全哈希，高安全场景"
                            }
                          ],
                          "valid_years": [
                            {
                              "years": 1,
                              "months": 12,
                              "price": 208,
                              "price_source": "default",
                              "san_price": 0,
                              "wildcard_price": 0
                            },
                            {
                              "years": 2,
                              "months": 24,
                              "price": 408,
                              "price_source": "default",
                              "san_price": 0,
                              "wildcard_price": 0
                            },
                            {
                              "years": 3,
                              "months": 36,
                              "price": 600,
                              "price_source": "default",
                              "san_price": 0,
                              "wildcard_price": 0
                            },
                            {
                              "years": 4,
                              "months": 48,
                              "price": 798,
                              "price_source": "default",
                              "san_price": 0,
                              "wildcard_price": 0
                            },
                            {
                              "years": 5,
                              "months": 60,
                              "price": 998,
                              "price_source": "default",
                              "san_price": 0,
                              "wildcard_price": 0
                            }
                          ],
                          "price_source": "default",
                          "has_custom_price": false,
                          "base_price": 208,
                          "original_price": 208,
                          "retail_price": 480,
                          "san_price": 0,
                          "wildcard_price": 0,
                          "max_single_domains": 1,
                          "max_domains": 1,
                          "max_wildcards": 0
                        },
                        {
                          "product_name": "GoGetSSL OV 单域名 SSL证书（Digicert）",
                          "product_code": "goget-ov-single",
                          "product_type": "SSL 证书",
                          "product_type_code": "ssl",
                          "verification_type": "组织验证",
                          "verification_type_code": "ov",
                          "domain_type": "单域名",
                          "domain_type_code": "single",
                          "brand": "GoGetSSL",
                          "brand_code": "gogetssl",
                          "signature_algorithms": [
                            {
                              "id": 1,
                              "name": "RSA",
                              "code": "rsa",
                              "category": "rsa",
                              "description": "国际标准 RSA 签名算法",
                              "encryption_strengths": [
                                {
                                  "id": 1,
                                  "name": "RSA-2048",
                                  "code": "rsa-2048",
                                  "category": "rsa",
                                  "description": "2048位 RSA 密钥，常规安全级别"
                                },
                                {
                                  "id": 2,
                                  "name": "RSA-3072",
                                  "code": "rsa-3072",
                                  "category": "rsa",
                                  "description": "3072位 RSA 密钥，中高安全级别"
                                },
                                {
                                  "id": 3,
                                  "name": "RSA-4096",
                                  "code": "rsa-4096",
                                  "category": "rsa",
                                  "description": "4096位 RSA 密钥，高安全级别（兼容较差）"
                                }
                              ]
                            },
                            {
                              "id": 2,
                              "name": "ECC",
                              "code": "ecc",
                              "category": "ecc",
                              "description": "椭圆曲线密码学，高效安全",
                              "encryption_strengths": [
                                {
                                  "id": 6,
                                  "name": "P-521",
                                  "code": "p-521",
                                  "category": "ecc",
                                  "description": "NIST P-521 曲线（secp521r1），最高安全"
                                },
                                {
                                  "id": 5,
                                  "name": "P-384",
                                  "code": "p-384",
                                  "category": "ecc",
                                  "description": "NIST P-384 曲线（secp384r1），高安全"
                                },
                                {
                                  "id": 4,
                                  "name": "P-256",
                                  "code": "p-256",
                                  "category": "ecc",
                                  "description": "NIST P-256 曲线（secp256r1），高效安全"
                                }
                              ]
                            }
                          ],
                          "hash_algorithms": [
                            {
                              "id": 1,
                              "name": "SHA-256",
                              "code": "sha256",
                              "category": "sha2",
                              "description": "256位安全哈希，兼容性好"
                            },
                            {
                              "id": 2,
                              "name": "SHA-384",
                              "code": "sha384",
                              "category": "sha2",
                              "description": "384位安全哈希，安全性更高"
                            }
                          ],
                          "valid_years": [
                            {
                              "years": 1,
                              "months": 12,
                              "price": 268,
                              "price_source": "default",
                              "san_price": 0,
                              "wildcard_price": 0
                            },
                            {
                              "years": 2,
                              "months": 24,
                              "price": 520,
                              "price_source": "default",
                              "san_price": 0,
                              "wildcard_price": 0
                            },
                            {
                              "years": 3,
                              "months": 36,
                              "price": 788,
                              "price_source": "default",
                              "san_price": 0,
                              "wildcard_price": 0
                            }
                          ],
                          "price_source": "default",
                          "has_custom_price": false,
                          "base_price": 268,
                          "original_price": 268,
                          "retail_price": 668,
                          "san_price": 0,
                          "wildcard_price": 0,
                          "max_single_domains": 1,
                          "max_domains": 1,
                          "max_wildcards": 0
                        },
                        {
                          "product_name": "GoGetSSL OV 通配符 SSL证书（Digicert）",
                          "product_code": "goget-ov-wildcard-digicert",
                          "product_type": "SSL 证书",
                          "product_type_code": "ssl",
                          "verification_type": "组织验证",
                          "verification_type_code": "ov",
                          "domain_type": "通配符",
                          "domain_type_code": "wildcard",
                          "brand": "GoGetSSL",
                          "brand_code": "gogetssl",
                          "signature_algorithms": [
                            {
                              "id": 1,
                              "name": "RSA",
                              "code": "rsa",
                              "category": "rsa",
                              "description": "国际标准 RSA 签名算法",
                              "encryption_strengths": [
                                {
                                  "id": 3,
                                  "name": "RSA-4096",
                                  "code": "rsa-4096",
                                  "category": "rsa",
                                  "description": "4096位 RSA 密钥，高安全级别（兼容较差）"
                                },
                                {
                                  "id": 2,
                                  "name": "RSA-3072",
                                  "code": "rsa-3072",
                                  "category": "rsa",
                                  "description": "3072位 RSA 密钥，中高安全级别"
                                },
                                {
                                  "id": 1,
                                  "name": "RSA-2048",
                                  "code": "rsa-2048",
                                  "category": "rsa",
                                  "description": "2048位 RSA 密钥，常规安全级别"
                                }
                              ]
                            },
                            {
                              "id": 2,
                              "name": "ECC",
                              "code": "ecc",
                              "category": "ecc",
                              "description": "椭圆曲线密码学，高效安全",
                              "encryption_strengths": [
                                {
                                  "id": 4,
                                  "name": "P-256",
                                  "code": "p-256",
                                  "category": "ecc",
                                  "description": "NIST P-256 曲线（secp256r1），高效安全"
                                },
                                {
                                  "id": 5,
                                  "name": "P-384",
                                  "code": "p-384",
                                  "category": "ecc",
                                  "description": "NIST P-384 曲线（secp384r1），高安全"
                                },
                                {
                                  "id": 6,
                                  "name": "P-521",
                                  "code": "p-521",
                                  "category": "ecc",
                                  "description": "NIST P-521 曲线（secp521r1），最高安全"
                                }
                              ]
                            }
                          ],
                          "hash_algorithms": [
                            {
                              "id": 1,
                              "name": "SHA-256",
                              "code": "sha256",
                              "category": "sha2",
                              "description": "256位安全哈希，兼容性好"
                            },
                            {
                              "id": 3,
                              "name": "SHA-512",
                              "code": "sha512",
                              "category": "sha2",
                              "description": "512位安全哈希，高安全场景"
                            },
                            {
                              "id": 2,
                              "name": "SHA-384",
                              "code": "sha384",
                              "category": "sha2",
                              "description": "384位安全哈希，安全性更高"
                            }
                          ],
                          "valid_years": [
                            {
                              "years": 1,
                              "months": 12,
                              "price": 998,
                              "price_source": "default",
                              "san_price": 0,
                              "wildcard_price": 0
                            },
                            {
                              "years": 2,
                              "months": 24,
                              "price": 1888,
                              "price_source": "default",
                              "san_price": 0,
                              "wildcard_price": 0
                            },
                            {
                              "years": 3,
                              "months": 36,
                              "price": 2688,
                              "price_source": "default",
                              "san_price": 0,
                              "wildcard_price": 0
                            }
                          ],
                          "price_source": "default",
                          "has_custom_price": false,
                          "base_price": 998,
                          "original_price": 998,
                          "retail_price": 1690,
                          "san_price": 0,
                          "wildcard_price": 0,
                          "max_single_domains": 1,
                          "max_domains": 1,
                          "max_wildcards": 0
                        }
                      ]
                    }
                  }
                }
              }
            },
            "headers": {}
          }
        },
        "security": []
      }
    },
    "/partner/CreateOrder/": {
      "post": {
        "summary": "提交订单申请证书",
        "deprecated": false,
        "description": "company_info 也兼容使用 company 对象或同名顶层字段传入，但推荐统一使用 company_info。\n\n`company_info` 也兼容使用 `company` 对象或同名顶层字段传入，但推荐统一使用 `company_info`。\n\n| 参数 | 类型 | 必填 | 说明 |\n| --- | --- | --- | --- |\n| `company_name` | string | 是 | 公司全称。使用自定义 CSR 时，CSR 中的组织名称需与该值一致。 |\n| `country_code` | string | 是 | 国家/地区两位代码，如 `CN`、`US`、`GB`。 |\n| `contact_first` | string | 是 | 联系人姓。 |\n| `contact_last` | string | 是 | 联系人名。 |\n| `email` | string | 是 | 联系人邮箱。 |\n| `registration_no` | string | 否 | 公司注册号或营业执照编号。也兼容 `registration_number`。 |\n| `country_name` | string | 否 | 国家/地区名称。 |\n| `province_pinyin` | string | 否 | 省/州拼音或英文名称。也兼容 `province`。 |\n| `city_pinyin` | string | 否 | 城市拼音或英文名称。也兼容 `city`。 |\n| `address` | string | 否 | 公司详细地址。 |\n| `postal_code` | string | 否 | 邮政编码。 |\n| `phone` | string | 否 | 公司或联系人电话。 |\n| `contact_title` | string | 否 | 联系人职位。 |\n| `id_number` | string | 否 | 联系人证件编号。 |\n\n## 域名类型规则\n\n| 产品域名类型 | 主域名 / 附加域名要求 |\n| --- | --- |\n| `single` | 仅支持一个普通单域名，不能传 `san_domains` 和 `wildcard_domains`。 |\n| `wildcard` | 主域名必须是 `*.example.com` 格式，不能传额外域名。 |\n| `multiple-single` | 主域名和 `san_domains` 必须是普通单域名，不支持通配符。 |\n| `multiple-wildcard` | 主域名和 `wildcard_domains` 必须是通配符域名。 |\n| `multiple-mix` | 支持普通单域名和通配符域名混合。 |\n| `ipv4` | 主域名字段填写 IPv4 地址，不能传额外域名。 |\n| `ipv6` | 主域名字段填写 IPv6 地址，不能传额外域名。 |\n\n",
        "tags": [],
        "parameters": [],
        "requestBody": {
          "content": {
            "application/x-www-form-urlencoded": {
              "schema": {
                "type": "object",
                "properties": {
                  "apikey": {
                    "description": "API 密钥。推荐传 app_id:api_secret，也支持通过 X-API-Key 或 Authorization: Bearer {apikey} 传入。",
                    "example": "fb8feabde38fb3aaf35fa7d061ae6237c0924850d3ed068505b3d7a34fe58b5f",
                    "type": "string"
                  },
                  "product_code": {
                    "description": "产品代码，可通过“获取产品信息接口”获取。与 product_id 二选一",
                    "example": "cnssl-dv-single",
                    "type": "string"
                  },
                  "product_id": {
                    "description": "产品 ID。与 product_code 二选一，建议使用product_code",
                    "example": "",
                    "type": "string"
                  },
                  "domain": {
                    "description": "主域名。也兼容 main_domain。",
                    "example": "everyonetrust.cn",
                    "type": "string"
                  },
                  "company_id": {
                    "type": "integer",
                    "description": "已保存的企业信息 ID。传入时优先使用该企业信息。OV / EV 产品，与 company_info 二选一",
                    "example": ""
                  },
                  "company_info": {
                    "type": "object",
                    "description": "直接传入企业信息，不会写入企业信息库，会随证书订单保存。OV / EV 产品，与 company_id 二选一",
                    "example": {}
                  },
                  "san_domains": {
                    "type": "array",
                    "items": {
                      "type": "string"
                    },
                    "description": "附加单域名列表。多域名单域名 / 多域名混合产品需要额外单域名时",
                    "example": ""
                  },
                  "wildcard_domains": {
                    "type": "array",
                    "items": {
                      "type": "string"
                    },
                    "description": "附加通配符域名列表。也兼容 wc_domains。多通配符 / 多域名混合产品需要额外通配符时",
                    "example": ""
                  },
                  "custom_csr": {
                    "description": "PEM 格式 CSR。传入后接口会校验 CN、SAN、组织信息和算法。使用自定义 CSR 时",
                    "example": "",
                    "type": "string"
                  },
                  "months": {
                    "type": "integer",
                    "description": "购买时长，单位月。优先级高于 years。",
                    "example": 12
                  },
                  "years": {
                    "type": "integer",
                    "description": "购买年限。未传 months 时使用。",
                    "example": ""
                  },
                  "signature_algorithm": {
                    "description": "签名算法，如 rsa、ecc、sm2。也兼容 sig_algos 数组。",
                    "example": "rsa",
                    "type": "string"
                  },
                  "key_spec": {
                    "description": "密钥规格，如 rsa-2048、p-256。也兼容 key_specs 数组。",
                    "example": "rsa-2048",
                    "type": "string"
                  },
                  "hash_algorithm": {
                    "description": "哈希算法，如 sha256、sha384。也兼容 hash_algos 数组。",
                    "example": "sha256",
                    "type": "string"
                  },
                  "verification_method": {
                    "description": "域名验证方式，如 dns、file、email-admin。也兼容 verif_methods 数组。",
                    "example": "dns",
                    "type": "string"
                  },
                  "payment_method": {
                    "description": "支付方式：balance 余额支付，credit 受信额度支付。不能混合支付。",
                    "example": "credit",
                    "type": "string"
                  },
                  "coupon_type": {
                    "description": "优惠类型：coupon 或 code。",
                    "example": "",
                    "type": "string"
                  },
                  "coupon_id": {
                    "description": "优惠券 ID。",
                    "example": "",
                    "type": "string"
                  },
                  "coupon_code": {
                    "description": "优惠码。",
                    "example": "",
                    "type": "string"
                  }
                },
                "required": [
                  "apikey",
                  "domain"
                ]
              },
              "example": {
                "apikey": "fb8feabde38fb3aaf35fa7d061ae6237c0924850d3ed068505b3d7a34fe58b5f",
                "product_code": "cnssl-dv-single",
                "product_id": "",
                "domain": "everyonetrust.cn",
                "company_id": "",
                "company_info": {},
                "san_domains": "",
                "wildcard_domains": "",
                "custom_csr": "",
                "months": 12,
                "years": "",
                "signature_algorithm": "rsa",
                "key_spec": "rsa-2048",
                "hash_algorithm": "sha256",
                "verification_method": "dns",
                "payment_method": "credit",
                "coupon_type": "",
                "coupon_id": "",
                "coupon_code": ""
              }
            }
          },
          "required": true
        },
        "responses": {
          "200": {
            "description": "",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "code": {
                      "type": "integer",
                      "description": "响应代码，200表示成功"
                    },
                    "message": {
                      "type": "string",
                      "description": "响应信息"
                    },
                    "data": {
                      "type": "object",
                      "properties": {
                        "order_no": {
                          "type": "string",
                          "description": "订单号，请务必保存，后续流程需要使用"
                        },
                        "total_amount": {
                          "type": "integer",
                          "description": "订单原始应付金额。"
                        },
                        "discount_amount": {
                          "type": "integer",
                          "description": "优惠金额。"
                        },
                        "payable_amount": {
                          "type": "integer",
                          "description": "实际扣款金额。"
                        },
                        "unit_price": {
                          "type": "integer",
                          "description": "当前产品基础价格。"
                        },
                        "san_price": {
                          "type": "integer",
                          "description": "额外单域名单价。"
                        },
                        "wildcard_price": {
                          "type": "integer",
                          "description": "额外通配符单价"
                        },
                        "extra_san_count": {
                          "type": "integer",
                          "description": "计费的额外单域名数量。"
                        },
                        "extra_wc_count": {
                          "type": "integer",
                          "description": "计费的额外通配符数量。"
                        },
                        "installments_count": {
                          "type": "integer",
                          "description": "根据品牌许可天数拆分出的证书期数。"
                        },
                        "total_domains": {
                          "type": "integer",
                          "description": "本订单域名总数。"
                        },
                        "years": {
                          "type": "integer",
                          "description": "购买年限。"
                        },
                        "months": {
                          "type": "integer",
                          "description": "购买月数。"
                        },
                        "payment_method": {
                          "type": "string",
                          "description": "实际扣款方式。"
                        },
                        "deduct_amount": {
                          "type": "integer",
                          "description": "扣款金额。"
                        },
                        "is_custom_csr": {
                          "type": "boolean",
                          "description": "是否使用了自定义 CSR。"
                        }
                      },
                      "required": [
                        "order_no",
                        "total_amount",
                        "discount_amount",
                        "payable_amount",
                        "unit_price",
                        "san_price",
                        "wildcard_price",
                        "extra_san_count",
                        "extra_wc_count",
                        "installments_count",
                        "total_domains",
                        "years",
                        "months",
                        "payment_method",
                        "deduct_amount",
                        "is_custom_csr"
                      ],
                      "description": "订单信息"
                    }
                  },
                  "required": [
                    "code",
                    "message",
                    "data"
                  ]
                },
                "example": {
                  "code": 200,
                  "message": "订单创建成功",
                  "data": {
                    "order_no": "CERT202607131014104055",
                    "total_amount": 15,
                    "discount_amount": 0,
                    "payable_amount": 15,
                    "unit_price": 15,
                    "san_price": 0,
                    "wildcard_price": 0,
                    "extra_san_count": 0,
                    "extra_wc_count": 0,
                    "installments_count": 2,
                    "total_domains": 1,
                    "years": 1,
                    "months": 12,
                    "payment_method": "credit",
                    "deduct_amount": 15,
                    "is_custom_csr": false
                  }
                }
              }
            },
            "headers": {}
          }
        },
        "security": []
      }
    },
    "/partner/ApplySign/": {
      "post": {
        "summary": "申请证书签发",
        "deprecated": false,
        "description": "",
        "tags": [],
        "parameters": [],
        "requestBody": {
          "content": {
            "application/x-www-form-urlencoded": {
              "schema": {
                "type": "object",
                "properties": {
                  "apikey": {
                    "example": "fb8feabde38fb3aaf35fa7d061ae6237c0924850d3ed068505b3d7a34fe58b5f",
                    "type": "string"
                  },
                  "order_no": {
                    "example": "CERT202607131751519877",
                    "type": "string"
                  }
                },
                "required": [
                  "apikey",
                  "order_no"
                ]
              },
              "example": {
                "apikey": "fb8feabde38fb3aaf35fa7d061ae6237c0924850d3ed068505b3d7a34fe58b5f",
                "order_no": "CERT202607131751519877"
              }
            }
          },
          "required": true
        },
        "responses": {
          "200": {
            "description": "",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "code": {
                      "type": "integer",
                      "description": "业务状态码，200 表示成功。"
                    },
                    "message": {
                      "type": "string",
                      "description": "响应消息。"
                    },
                    "data": {
                      "type": "object",
                      "properties": {
                        "order_no": {
                          "type": "string",
                          "description": "订单号。"
                        },
                        "cert_status": {
                          "type": "integer",
                          "description": "本地证书状态，2 表示正在签发 / 等待完成验证。"
                        },
                        "verification_method": {
                          "type": "string",
                          "description": "当前验证方式，常见值：dns、file、email。"
                        },
                        "dns_records": {
                          "type": "array",
                          "items": {
                            "type": "object",
                            "properties": {
                              "domain": {
                                "type": "string",
                                "description": "需要验证的域名。"
                              },
                              "record_type": {
                                "type": "string",
                                "description": "DNS 记录类型，通常为 TXT 或 CNAME。"
                              },
                              "label": {
                                "type": "string",
                                "description": "主机记录。返回相对主机记录，适合直接填写到对应域名的 DNS 服务商。"
                              },
                              "value": {
                                "type": "string",
                                "description": "记录值。"
                              },
                              "type": {
                                "type": "string",
                                "description": "域名类型：main 主域名、san 附加单域名、wildcard 通配符域名。"
                              }
                            },
                            "required": [
                              "domain",
                              "record_type",
                              "label",
                              "value",
                              "type"
                            ]
                          },
                          "description": "DNS 验证记录。"
                        },
                        "http_records": {
                          "type": "array",
                          "items": {
                            "type": "object",
                            "properties": {
                              "domain": {
                                "type": "string",
                                "description": "需要验证的域名。"
                              },
                              "type": {
                                "type": "string",
                                "description": "固定为 file。"
                              },
                              "path": {
                                "type": "string",
                                "description": "文件验证 URL 或路径。"
                              },
                              "content": {
                                "type": "string",
                                "description": "文件内容。"
                              }
                            },
                            "required": [
                              "domain",
                              "type",
                              "path",
                              "content"
                            ]
                          },
                          "description": "文件验证记录。"
                        },
                        "email_records": {
                          "type": "array",
                          "items": {
                            "type": "object",
                            "properties": {
                              "domain": {
                                "type": "string",
                                "description": "需要验证的域名。"
                              },
                              "email": {
                                "type": "string",
                                "description": "验证邮箱。"
                              },
                              "type": {
                                "type": "string",
                                "description": "域名类型：main、san、wildcard。（注意：绝大部分服务商通配符已经不再支持邮箱验证）"
                              }
                            },
                            "required": [
                              "domain",
                              "email",
                              "type"
                            ]
                          },
                          "description": "邮箱验证信息。"
                        },
                        "request_id": {
                          "type": "string",
                          "description": "签发请求 ID，用于排查问题。"
                        }
                      },
                      "required": [
                        "order_no",
                        "cert_status",
                        "verification_method",
                        "dns_records",
                        "http_records",
                        "email_records",
                        "request_id"
                      ]
                    }
                  },
                  "required": [
                    "code",
                    "message",
                    "data"
                  ]
                },
                "example": {
                  "code": 200,
                  "message": "证书申请已提交，请按返回的验证记录完成域名验证",
                  "data": {
                    "order_no": "CERT202607131014104055",
                    "cert_status": 2,
                    "verification_method": "dns",
                    "dns_records": [
                      {
                        "domain": "www.everyonetrust.cn",
                        "record_type": "TXT",
                        "label": "_certum.www",
                        "value": "7c00f8deb20bb49ad948016ae252b7aa0c5e82472d0f897456b1e60164aff9a",
                        "type": "san"
                      },
                      {
                        "domain": "everyonetrust.cn",
                        "record_type": "TXT",
                        "label": "_certum",
                        "value": "7c00f8deb20bb49ad948016ae252b7aa0c5e82472d0f897456b1e60164aff9a",
                        "type": "main"
                      }
                    ],
                    "http_records": [],
                    "email_records": [],
                    "request_id": "SIG-202607131611014496-B9FB4E"
                  }
                }
              }
            },
            "headers": {}
          }
        },
        "security": []
      }
    },
    "/partner/GetRecord/": {
      "post": {
        "summary": "获取证书验证信息",
        "deprecated": false,
        "description": "",
        "tags": [],
        "parameters": [],
        "requestBody": {
          "content": {
            "application/x-www-form-urlencoded": {
              "schema": {
                "type": "object",
                "properties": {
                  "apikey": {
                    "description": "API 密钥。推荐传 app_id:api_secret，也支持通过 X-API-Key 或 Authorization: Bearer {apikey} 传入。",
                    "example": "fb8feabde38fb3aaf35fa7d061ae6237c0924850d3ed068505b3d7a34fe58b5f",
                    "type": "string"
                  },
                  "order_no": {
                    "description": "创建订单接口返回的订单号。也兼容 order_number。",
                    "example": "CERT202607131751519877",
                    "type": "string"
                  }
                },
                "required": [
                  "apikey",
                  "order_no"
                ]
              },
              "example": {
                "apikey": "fb8feabde38fb3aaf35fa7d061ae6237c0924850d3ed068505b3d7a34fe58b5f",
                "order_no": "CERT202607131751519877"
              }
            }
          },
          "required": true
        },
        "responses": {
          "200": {
            "description": "",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "code": {
                      "type": "integer",
                      "description": "业务状态码，200 表示成功。"
                    },
                    "message": {
                      "type": "string",
                      "description": "响应消息。"
                    },
                    "data": {
                      "type": "object",
                      "properties": {
                        "order_no": {
                          "type": "string",
                          "description": "订单号。"
                        },
                        "cert_status": {
                          "type": "integer",
                          "description": "本地证书状态。"
                        },
                        "verification_method": {
                          "type": "string",
                          "description": "当前验证方式，常见值：dns、file、email。"
                        },
                        "main_domain": {
                          "type": "string",
                          "description": "主域名。"
                        },
                        "sans_domains": {
                          "type": "array",
                          "items": {
                            "type": "string"
                          },
                          "description": "附加单域名列表。"
                        },
                        "wildcard_domains": {
                          "type": "array",
                          "items": {
                            "type": "string"
                          },
                          "description": "附加通配符域名列表。"
                        },
                        "all_domains": {
                          "type": "array",
                          "items": {
                            "type": "string"
                          },
                          "description": "本证书需要验证的全部域名。"
                        },
                        "all_domains_count": {
                          "type": "integer",
                          "description": "需要验证的域名数量。"
                        },
                        "dns_records": {
                          "type": "array",
                          "items": {
                            "type": "object",
                            "properties": {
                              "domain": {
                                "type": "string",
                                "description": "需要验证的域名。"
                              },
                              "type": {
                                "type": "string",
                                "description": "DNS 记录类型，通常为 TXT 或 CNAME。"
                              },
                              "label": {
                                "type": "string",
                                "description": "主机记录。返回相对主机记录，适合直接填写到对应域名的 DNS 服务商。"
                              },
                              "record_type": {
                                "type": "string",
                                "description": "记录值。"
                              },
                              "value": {
                                "type": "string",
                                "description": "域名类型：main 主域名、san 附加单域名、wildcard 通配符域名。"
                              }
                            },
                            "required": [
                              "domain",
                              "type",
                              "label",
                              "record_type",
                              "value"
                            ]
                          },
                          "description": "DNS 验证记录。"
                        },
                        "http_records": {
                          "type": "array",
                          "items": {
                            "type": "object",
                            "properties": {
                              "domain": {
                                "type": "string",
                                "description": "需要验证的域名。"
                              },
                              "type": {
                                "type": "string",
                                "description": "固定为 file。"
                              },
                              "path": {
                                "type": "string",
                                "description": "文件验证 URL 或路径。"
                              },
                              "content\t": {
                                "type": "string",
                                "description": "文件内容。"
                              }
                            },
                            "required": [
                              "domain",
                              "type",
                              "path",
                              "content\t"
                            ]
                          },
                          "description": "文件验证记录。"
                        },
                        "email_records": {
                          "type": "array",
                          "items": {
                            "type": "object",
                            "properties": {
                              "domain": {
                                "type": "string",
                                "description": "需要验证的域名。"
                              },
                              "email": {
                                "type": "string",
                                "description": "验证邮箱。"
                              },
                              "type\t": {
                                "type": "string",
                                "description": "域名类型：main、san、wildcard。"
                              }
                            },
                            "required": [
                              "domain",
                              "email",
                              "type\t"
                            ]
                          },
                          "description": "邮箱验证信息。"
                        },
                        "fetched_at": {
                          "type": "string",
                          "description": "验证信息获取时间，ISO 8601 格式。"
                        }
                      },
                      "required": [
                        "order_no",
                        "cert_status",
                        "verification_method",
                        "main_domain",
                        "sans_domains",
                        "wildcard_domains",
                        "all_domains",
                        "all_domains_count",
                        "dns_records",
                        "http_records",
                        "email_records",
                        "fetched_at"
                      ]
                    }
                  },
                  "required": [
                    "code",
                    "message",
                    "data"
                  ]
                },
                "example": {
                  "code": 200,
                  "message": "获取验证信息成功",
                  "data": {
                    "order_no": "CERT202607131751519877",
                    "cert_status": 2,
                    "verification_method": "dns",
                    "main_domain": "everyonetrust.cn",
                    "sans_domains": [],
                    "wildcard_domains": [],
                    "all_domains": [
                      "everyonetrust.cn"
                    ],
                    "all_domains_count": 1,
                    "dns_records": [
                      {
                        "domain": "everyonetrust.cn",
                        "type": "main",
                        "label": "_certum",
                        "record_type": "TXT",
                        "value": "15908341e845a1c56ddd350fb63efed12647771a281f2b3759ba8c5575d3db0",
                        "hint": "请在 DNS 管理面板中添加此 TXT 记录"
                      },
                      {
                        "domain": "www.everyonetrust.cn",
                        "type": "",
                        "label": "_certum.www",
                        "record_type": "TXT",
                        "value": "15908341e845a1c56ddd350fb63efed12647771a281f2b3759ba8c5575d3db0",
                        "hint": "请在 DNS 管理面板中添加此 TXT 记录"
                      }
                    ],
                    "http_records": [],
                    "email_records": [],
                    "fetched_at": "2026-07-13T17:53:12+08:00"
                  }
                }
              }
            },
            "headers": {}
          }
        },
        "security": []
      }
    },
    "/partner/ChangeVertificationMethod/": {
      "post": {
        "summary": "更改验证方式",
        "deprecated": false,
        "description": "`method` 推荐直接传产品支持的验证方式代码，例如：\n\n| method | 说明 |\n| --- | --- |\n| `dns` | DNS TXT 验证。 |\n| `cname` | CNAME 验证，需产品支持。 |\n| `file` | 文件验证。 |\n| `email-admin` | 管理员邮箱验证：admin / administrator。 |\n| `email-postmaster` | 管理员邮箱验证：postmaster。 |\n| `email-webmaster` | 管理员邮箱验证：webmaster。 |\n| `email-hostmaster` | 管理员邮箱验证：hostmaster。 |\n| `dcv` | DCV 验证，需产品支持。 |",
        "tags": [],
        "parameters": [],
        "requestBody": {
          "content": {
            "application/x-www-form-urlencoded": {
              "schema": {
                "type": "object",
                "properties": {
                  "apikey": {
                    "description": "API 密钥。推荐传 app_id:api_secret，也支持通过 X-API-Key 或 Authorization: Bearer {apikey} 传入。",
                    "example": "fb8feabde38fb3aaf35fa7d061ae6237c0924850d3ed068505b3d7a34fe58b5f",
                    "type": "string"
                  },
                  "order_no": {
                    "description": "创建订单接口返回的订单号。也兼容 order_number。",
                    "example": "CERT202607131751519877",
                    "type": "string"
                  },
                  "method": {
                    "description": "新验证方式。也兼容 verification_method、verif_method。",
                    "example": "file",
                    "type": "string"
                  },
                  "email_suffix": {
                    "description": "当 method 传 email 时必填，可选：admin、postmaster、webmaster、hostmaster。",
                    "example": "",
                    "type": "string"
                  }
                }
              },
              "example": {
                "apikey": "fb8feabde38fb3aaf35fa7d061ae6237c0924850d3ed068505b3d7a34fe58b5f",
                "order_no": "CERT202607131751519877",
                "method": "file",
                "email_suffix": ""
              }
            }
          },
          "required": true
        },
        "responses": {
          "200": {
            "description": "",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "code": {
                      "type": "integer",
                      "description": "业务状态码，200 表示成功。"
                    },
                    "message": {
                      "type": "string",
                      "description": "响应消息。"
                    },
                    "data": {
                      "type": "object",
                      "properties": {
                        "order_no": {
                          "type": "string",
                          "description": "订单号。"
                        },
                        "cert_status": {
                          "type": "integer",
                          "description": "本地证书状态，切换成功时通常为 2。"
                        },
                        "verification_method": {
                          "type": "string",
                          "description": "切换后的验证方式代码。"
                        },
                        "dns_records": {
                          "type": "array",
                          "items": {
                            "type": "object",
                            "properties": {
                              "domain": {
                                "type": "string",
                                "description": "需要验证的域名。"
                              },
                              "type": {
                                "type": "string",
                                "description": "域名类型：main、san、wildcard。"
                              },
                              "record_type": {
                                "type": "string",
                                "description": "DNS 记录类型，通常为 TXT 或 CNAME。"
                              },
                              "label": {
                                "type": "string",
                                "description": "主机记录。"
                              },
                              "value": {
                                "type": "string",
                                "description": "记录值。"
                              }
                            },
                            "required": [
                              "domain",
                              "type",
                              "record_type",
                              "label",
                              "value"
                            ]
                          },
                          "description": "DNS 验证记录。"
                        },
                        "http_records": {
                          "type": "array",
                          "items": {
                            "type": "object",
                            "properties": {
                              "domain": {
                                "type": "string",
                                "description": "需要验证的域名。"
                              },
                              "type": {
                                "type": "string",
                                "description": "域名类型：main、san、wildcard。"
                              },
                              "record_type": {
                                "type": "string",
                                "description": "固定为 FILE。"
                              },
                              "label": {
                                "type": "string",
                                "description": "文件名。"
                              },
                              "path": {
                                "type": "string",
                                "description": "文件验证 URL 或路径。"
                              },
                              "content": {
                                "type": "string",
                                "description": "文件内容。"
                              },
                              "link": {
                                "type": "string",
                                "description": "上游返回的原始链接。"
                              }
                            },
                            "required": [
                              "domain",
                              "type",
                              "record_type",
                              "label",
                              "path",
                              "content",
                              "link"
                            ]
                          },
                          "description": "文件验证记录。"
                        },
                        "email_records": {
                          "type": "array",
                          "items": {
                            "type": "object",
                            "properties": {
                              "domain": {
                                "type": "string",
                                "description": "需要验证的域名。"
                              },
                              "type": {
                                "type": "string",
                                "description": "域名类型：main、san、wildcard。"
                              },
                              "email": {
                                "type": "string",
                                "description": "验证邮箱。"
                              }
                            },
                            "required": [
                              "domain",
                              "type",
                              "email"
                            ]
                          },
                          "description": "邮箱验证信息。"
                        },
                        "request_id": {
                          "type": "string",
                          "description": "请求 ID，用于排查问题。"
                        }
                      },
                      "required": [
                        "order_no",
                        "cert_status",
                        "verification_method",
                        "dns_records",
                        "http_records",
                        "email_records",
                        "request_id"
                      ]
                    }
                  },
                  "required": [
                    "code",
                    "message",
                    "data"
                  ]
                },
                "example": {
                  "code": 200,
                  "message": "验证方式已切换为「文件验证」",
                  "data": {
                    "order_no": "CERT202607131751519877",
                    "cert_status": 2,
                    "verification_method": "file",
                    "dns_records": [],
                    "http_records": [
                      {
                        "domain": "www.everyonetrust.cn",
                        "type": "san",
                        "record_type": "FILE",
                        "label": "certum.txt",
                        "path": "http://www.everyonetrust.cn/.well-known/pki-validation/certum.txt",
                        "content": "2cadb1399ca3387fa2776cb233a53eae366efaf234099bcda0900364f841f6b-certum.pl",
                        "link": "//www.everyonetrust.cn/.well-known/pki-validation/certum.txt"
                      },
                      {
                        "domain": "everyonetrust.cn",
                        "type": "main",
                        "record_type": "FILE",
                        "label": "certum.txt",
                        "path": "http://everyonetrust.cn/.well-known/pki-validation/certum.txt",
                        "content": "2cadb1399ca3387fa2776cb233a53eae366efaf234099bcda0900364f841f6b-certum.pl",
                        "link": "//everyonetrust.cn/.well-known/pki-validation/certum.txt"
                      }
                    ],
                    "email_records": [],
                    "request_id": "SIG-202607131921247366-FE10E6"
                  }
                }
              }
            },
            "headers": {}
          }
        },
        "security": []
      }
    },
    "/partner/CancelOrder/": {
      "post": {
        "summary": "取消订单",
        "deprecated": false,
        "description": "",
        "tags": [],
        "parameters": [],
        "requestBody": {
          "content": {
            "application/x-www-form-urlencoded": {
              "schema": {
                "type": "object",
                "properties": {
                  "apikey": {
                    "description": "API 密钥。推荐传 app_id:api_secret，也支持通过 X-API-Key 或 Authorization: Bearer {apikey} 传入。",
                    "example": "fb8feabde38fb3aaf35fa7d061ae6237c0924850d3ed068505b3d7a34fe58b5f",
                    "type": "string"
                  },
                  "order_no": {
                    "description": "创建订单接口返回的订单号。也兼容 order_number。",
                    "example": "CERT202607131751519877",
                    "type": "string"
                  },
                  "reason": {
                    "description": "取消/退款原因。",
                    "example": "",
                    "type": "string"
                  }
                },
                "required": [
                  "apikey",
                  "order_no"
                ]
              },
              "example": {
                "apikey": "fb8feabde38fb3aaf35fa7d061ae6237c0924850d3ed068505b3d7a34fe58b5f",
                "order_no": "CERT202607131751519877",
                "reason": ""
              }
            }
          },
          "required": true
        },
        "responses": {
          "200": {
            "description": "",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {}
                },
                "example": {
                  "code": 200,
                  "message": "上游订单已取消，本地订单已自动退款",
                  "data": {
                    "order_no": "CERT202607131751519877",
                    "refund_id": 12,
                    "refund_amount": 15,
                    "refund_to": "credit",
                    "refund_order_no": "REFUND202607132019496471",
                    "refund_mode": "direct",
                    "refund_status": 3,
                    "upstream_cancel": {
                      "success": true,
                      "provider": "CNSSL",
                      "message": "取消订单成功",
                      "upstream_code": "1",
                      "skipped": false
                    }
                  }
                }
              }
            },
            "headers": {}
          }
        },
        "security": []
      }
    },
    "/partner/GetCertificateStatus/": {
      "post": {
        "summary": "获取订单状态",
        "deprecated": false,
        "description": "## 频率限制\n\n同一合作商账号下，单个订单 3 分钟内只能获取 1 次签发状态。重复请求会返回 `429`，并在 `data.retry_after` 中返回剩余等待秒数。\n",
        "tags": [],
        "parameters": [],
        "requestBody": {
          "content": {
            "application/x-www-form-urlencoded": {
              "schema": {
                "type": "object",
                "properties": {
                  "apikey": {
                    "description": "API 密钥。推荐传 app_id:api_secret，也支持通过 X-API-Key 或 Authorization: Bearer {apikey} 传入。",
                    "example": "fb8feabde38fb3aaf35fa7d061ae6237c0924850d3ed068505b3d7a34fe58b5f",
                    "type": "string"
                  },
                  "order_no": {
                    "description": "创建订单接口返回的订单号。也兼容 order_number。",
                    "example": "CERT202607131751519877",
                    "type": "string"
                  }
                },
                "required": [
                  "apikey",
                  "order_no"
                ]
              },
              "example": {
                "apikey": "fb8feabde38fb3aaf35fa7d061ae6237c0924850d3ed068505b3d7a34fe58b5f",
                "order_no": "CERT202607131751519877"
              }
            }
          },
          "required": true
        },
        "responses": {
          "200": {
            "description": "",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "code": {
                      "type": "integer",
                      "description": "业务状态码，200 表示成功。"
                    },
                    "message": {
                      "type": "string",
                      "description": "响应消息。"
                    },
                    "data": {
                      "type": "object",
                      "properties": {
                        "order_no": {
                          "type": "string",
                          "description": "订单号。"
                        },
                        "order_status": {
                          "type": "integer",
                          "description": "本地订单状态。"
                        },
                        "order_status_label": {
                          "type": "string",
                          "description": "本地订单状态名称。"
                        },
                        "cert_id": {
                          "type": "string",
                          "description": "证书 ID。"
                        },
                        "cert_status": {
                          "type": "integer",
                          "description": "本地证书状态。",
                          "nullable": true
                        },
                        "cert_status_label": {
                          "type": "string",
                          "description": "本地证书状态名称。"
                        },
                        "ca_status": {
                          "type": "integer",
                          "description": "上游 CA 状态码。仅请求上游后返回。",
                          "nullable": true
                        },
                        "ca_status_text": {
                          "type": "null",
                          "description": "上游 CA 状态文本。"
                        },
                        "all_dcv_verified": {
                          "type": "boolean",
                          "description": "域名验证是否全部通过。"
                        },
                        "domain_statuses": {
                          "type": "array",
                          "items": {
                            "type": "object",
                            "properties": {
                              "domain": {
                                "type": "string",
                                "description": "域名。"
                              },
                              "method": {
                                "type": "string",
                                "description": "验证方式。"
                              },
                              "verified": {
                                "type": "boolean",
                                "description": "是否已通过验证。"
                              }
                            },
                            "required": [
                              "domain",
                              "method",
                              "verified"
                            ]
                          },
                          "description": "域名验证状态列表。"
                        },
                        "serial_number": {
                          "type": "string",
                          "description": "证书序列号。签发成功后返回。",
                          "nullable": true
                        },
                        "start_date": {
                          "type": "string",
                          "description": "证书有效期开始时间。",
                          "nullable": true
                        },
                        "end_date": {
                          "type": "string",
                          "description": "证书有效期结束时间。",
                          "nullable": true
                        },
                        "request_id": {
                          "type": "string",
                          "description": "请求 ID，用于排查上游查询问题。",
                          "nullable": true
                        },
                        "cert_downloaded": {
                          "type": "boolean",
                          "description": "本次查询是否已下载并写入证书内容。"
                        },
                        "source": {
                          "type": "string",
                          "description": "ca 表示本次请求了上游，local 表示直接返回本地状态。"
                        },
                        "checked_at": {
                          "type": "string",
                          "description": "本次接口返回时间。"
                        },
                        "cooldown_seconds": {
                          "type": "integer",
                          "description": "查询冷却时间，固定为 180 秒。"
                        }
                      },
                      "required": [
                        "order_no",
                        "order_status",
                        "order_status_label",
                        "cert_id",
                        "cert_status",
                        "cert_status_label",
                        "ca_status",
                        "ca_status_text",
                        "all_dcv_verified",
                        "domain_statuses",
                        "serial_number",
                        "start_date",
                        "end_date",
                        "request_id",
                        "cert_downloaded",
                        "source",
                        "checked_at",
                        "cooldown_seconds"
                      ]
                    }
                  },
                  "required": [
                    "code",
                    "message",
                    "data"
                  ]
                },
                "example": {
                  "code": 200,
                  "message": "证书已吊销或已退款",
                  "data": {
                    "order_no": "CERT202607131751519877",
                    "order_status": 4,
                    "order_status_label": "已退款",
                    "cert_id": "8517301a-52ce-4753-9668-48456afcd0a3",
                    "cert_status": 5,
                    "cert_status_label": "已吊销/已退款",
                    "ca_status": null,
                    "ca_status_text": null,
                    "all_dcv_verified": false,
                    "domain_statuses": [
                      {
                        "domain": "www.everyonetrust.cn",
                        "method": "file",
                        "verified": false
                      },
                      {
                        "domain": "everyonetrust.cn",
                        "method": "file",
                        "verified": false
                      }
                    ],
                    "serial_number": null,
                    "start_date": null,
                    "end_date": null,
                    "request_id": null,
                    "cert_downloaded": false,
                    "source": "local",
                    "checked_at": "2026-07-14T15:32:29+08:00",
                    "cooldown_seconds": 180
                  }
                }
              }
            },
            "headers": {}
          }
        },
        "security": []
      }
    },
    "/partner/DownloadCertificate/": {
      "post": {
        "summary": "下载证书",
        "deprecated": false,
        "description": "合作商可通过本接口按订单号下载已签发证书的部署材料。接口会返回证书链、叶子证书、中间证书、私钥、CSR、指纹、序列号、域名和有效期等必要信息。\n\n::: warning 安全提醒\n响应中包含 `private_key` / `key` 私钥字段，请只在可信服务端调用并妥善保存，不要在前端页面、日志或第三方系统中明文暴露。\n:::\n",
        "tags": [],
        "parameters": [],
        "requestBody": {
          "content": {
            "application/x-www-form-urlencoded": {
              "schema": {
                "type": "object",
                "properties": {
                  "apikey": {
                    "description": "API 密钥。推荐传 app_id:api_secret，也支持通过 X-API-Key 或 Authorization: Bearer {apikey} 传入。",
                    "example": "fb8feabde38fb3aaf35fa7d061ae6237c0924850d3ed068505b3d7a34fe58b5f",
                    "type": "string"
                  },
                  "order_no": {
                    "description": "创建订单接口返回的订单号。也兼容 order_number。",
                    "example": "CERT202605261436404798",
                    "type": "string"
                  },
                  "cert_id": {
                    "description": "指定证书 ID。订单存在多期证书时可用于精确下载。也兼容 certificate_id。",
                    "example": "",
                    "type": "string"
                  },
                  "installment_no": {
                    "description": "指定证书期数。未传时默认返回该订单中最早一张已签发证书。",
                    "example": "",
                    "type": "string"
                  }
                },
                "required": [
                  "apikey",
                  "order_no"
                ]
              },
              "example": {
                "apikey": "fb8feabde38fb3aaf35fa7d061ae6237c0924850d3ed068505b3d7a34fe58b5f",
                "order_no": "CERT202605261436404798",
                "cert_id": "",
                "installment_no": ""
              }
            }
          },
          "required": true
        },
        "responses": {
          "200": {
            "description": "",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "code": {
                      "type": "integer",
                      "description": "业务状态码，200 表示成功。"
                    },
                    "message": {
                      "type": "string",
                      "description": "响应消息。"
                    },
                    "data": {
                      "type": "object",
                      "properties": {
                        "order_no": {
                          "type": "string",
                          "description": "订单号。"
                        },
                        "order_status": {
                          "type": "integer",
                          "description": "本地订单状态。"
                        },
                        "order_status_label": {
                          "type": "string",
                          "description": "本地订单状态。"
                        },
                        "cert_id": {
                          "type": "string",
                          "description": "证书 ID。"
                        },
                        "cert_status": {
                          "type": "integer",
                          "description": "本地证书状态，下载成功时为 1。"
                        },
                        "cert_status_label": {
                          "type": "string",
                          "description": "本地证书状态"
                        },
                        "installment_no": {
                          "type": "integer",
                          "description": "当前证书期数。"
                        },
                        "installments_count": {
                          "type": "integer",
                          "description": "订单总期数。（预计）"
                        },
                        "product_name": {
                          "type": "string",
                          "description": "产品名称。"
                        },
                        "brand_name": {
                          "type": "string",
                          "description": "品牌名称。"
                        },
                        "main_domain": {
                          "type": "string",
                          "description": "主域名。"
                        },
                        "sans_domains": {
                          "type": "array",
                          "items": {
                            "type": "string"
                          },
                          "description": "附加单域名。"
                        },
                        "wildcard_domains": {
                          "type": "array",
                          "items": {
                            "type": "string"
                          },
                          "description": "附加通配符域名。"
                        },
                        "domains": {
                          "type": "array",
                          "items": {
                            "type": "string"
                          },
                          "description": "证书包含的全部域名。"
                        },
                        "years": {
                          "type": "integer"
                        },
                        "signature_algorithm": {
                          "type": "string",
                          "description": "签名算法。"
                        },
                        "hash_algorithm": {
                          "type": "string",
                          "description": "哈希算法。"
                        },
                        "key_spec": {
                          "type": "string",
                          "description": "密钥规格。"
                        },
                        "verification_method": {
                          "type": "string"
                        },
                        "serial_number": {
                          "type": "string",
                          "description": "证书序列号。"
                        },
                        "fingerprint_sha256": {
                          "type": "string",
                          "description": "证书 SHA-256 指纹。"
                        },
                        "issued_at": {
                          "type": "string",
                          "description": "签发时间。",
                          "nullable": true
                        },
                        "start_date": {
                          "type": "string",
                          "description": "有效期开始时间。",
                          "nullable": true
                        },
                        "end_date": {
                          "type": "string",
                          "description": "有效期结束时间。",
                          "nullable": true
                        },
                        "valid_from": {
                          "type": "string",
                          "description": "有效期开始日期。",
                          "nullable": true
                        },
                        "valid_to": {
                          "type": "string",
                          "description": "有效期结束日期。",
                          "nullable": true
                        },
                        "certificate": {
                          "type": "object",
                          "properties": {
                            "certificate_chain": {
                              "type": "string",
                              "description": "完整证书链 PEM。"
                            },
                            "certificate_leaf": {
                              "type": "string",
                              "description": "叶子证书 PEM。"
                            },
                            "intermediate_certificate": {
                              "type": "string",
                              "description": "中间证书 PEM。"
                            },
                            "private_key": {
                              "type": "string",
                              "description": "私钥 PEM。"
                            },
                            "csr": {
                              "type": "string",
                              "description": "CSR PEM。"
                            },
                            "crt": {
                              "type": "string",
                              "description": "certificate_chain 的部署别名。"
                            },
                            "key": {
                              "type": "string",
                              "description": "private_key 的部署别名。"
                            },
                            "ca_bundle": {
                              "type": "string",
                              "description": "intermediate_certificate 的部署别名。"
                            }
                          },
                          "required": [
                            "certificate_chain",
                            "certificate_leaf",
                            "intermediate_certificate",
                            "private_key",
                            "csr",
                            "crt",
                            "key",
                            "ca_bundle"
                          ]
                        },
                        "has_certificate": {
                          "type": "boolean",
                          "description": "是否包含证书内容。"
                        },
                        "has_private_key": {
                          "type": "boolean",
                          "description": "是否包含私钥。"
                        },
                        "downloaded_at": {
                          "type": "string",
                          "description": "本次下载时间。"
                        }
                      },
                      "required": [
                        "order_no",
                        "order_status",
                        "order_status_label",
                        "cert_id",
                        "cert_status",
                        "cert_status_label",
                        "installment_no",
                        "installments_count",
                        "product_name",
                        "brand_name",
                        "main_domain",
                        "sans_domains",
                        "wildcard_domains",
                        "domains",
                        "years",
                        "signature_algorithm",
                        "hash_algorithm",
                        "key_spec",
                        "verification_method",
                        "serial_number",
                        "fingerprint_sha256",
                        "issued_at",
                        "start_date",
                        "end_date",
                        "valid_from",
                        "valid_to",
                        "certificate",
                        "has_certificate",
                        "has_private_key",
                        "downloaded_at"
                      ]
                    }
                  },
                  "required": [
                    "code",
                    "message",
                    "data"
                  ]
                },
                "example": {
                  "code": 200,
                  "message": "获取证书信息成功",
                  "data": {
                    "order_no": "CERT202605261436404798",
                    "order_status": 2,
                    "order_status_label": "已完成",
                    "cert_id": "2f1bcf2b-de1c-49ed-92b1-f14006b6684c",
                    "cert_status": 1,
                    "cert_status_label": "签发成功",
                    "installment_no": 1,
                    "installments_count": 2,
                    "product_name": "Certum DV 单域名 SSL证书",
                    "brand_name": "Certum",
                    "main_domain": "everyonetrust.com",
                    "sans_domains": [],
                    "wildcard_domains": [],
                    "domains": [
                      "everyonetrust.com"
                    ],
                    "years": 1,
                    "signature_algorithm": "ecc",
                    "hash_algorithm": "sha256",
                    "key_spec": "p-256",
                    "verification_method": "txt",
                    "serial_number": "",
                    "fingerprint_sha256": "D5131BD3F8315CA69B0F0183AE2FBCF60366D1A107BAF52DFACEEF62D890803A",
                    "issued_at": "2026-05-26 14:39:21",
                    "start_date": "2026-05-26 14:39:21",
                    "end_date": "2026-12-11 14:39:20",
                    "valid_from": "2026-05-26",
                    "valid_to": "2026-12-11",
                    "certificate": {
                      "certificate_chain": "-----BEGIN CERTIFICATE-----\nMIIEozCCBCmgAwIBAgIQYe26X4obvLPwYIlbpL1sPzAKBggqhkjOPQQDAzBSMQsw\nCQYDVQQGEwJ-----------------------dLDRniL16aOA964u7Ka4NjHHkpR+64I8u+HhNAL8mpbqh3\nPFxElVRHZ+cJTpanuINfb5x82GVuNpEIBKMRkcQ21/cghMAUHkfKoQHooMHRwdnp\nU4O/1fsDEmjlVyDo0lyO1b4uapwlVqU0zpWdpcvuTTP5gkDZ\n-----END CERTIFICATE-----\n",
                      "certificate_leaf": "-----BEGIN CERTIFICATE-----\nMIIEozCCBCmgAwIBAgIQYe26X4obvLPwYIlbpL1sPzAKBggqhkjOPQQDAzBSMQsw\nCQYDVQQGEwJQTDEhMB8GA1UECgwYQXNzZWNvIERhdGEgU3lzdGVtcyBTLkEuMSAw\nHgYDVQQDDBdDZXJ0dW0gRFYgV-------------------------oZIzj0EAwMDaAAwZQIwapktZ83CUT4rPwNJ\nnY5SKRl1UEn3YHV8HLO8epHJ/QLgxhg6uEweyGnXcwW2kk0wAjEAsx3pTv3pJLMU\n2Y5a/3gFsyCt4UnFHX9be8FWUyt6Udfd2jKD+WBcjGIJdOYEKdAh\n-----END CERTIFICATE-----\n",
                      "intermediate_certificate": "-----BEGIN CERTIFICATE-----\nMIIDTTCCAtOgAwI-----------------64u7Ka4NjHHkpR+64I8u+HhNAL8mpbqh3\nPFxElVRHZ+cJTpanuINfb5x82GVuNpEIBKMRkcQ21/cghMAUHkfKoQHooMHRwdnp\nU4O/1fsDEmjlVyDo0lyO1b4uapwlVqU0zpWdpcvuTTP5gkDZ\n-----END CERTIFICATE-----\n",
                      "private_key": "-----BEGIN PRIVATE KEY-----\nMIGHAgEA.................e\n-----END PRIVATE KEY-----\n",
                      "csr": "-----BEGIN CERTIFICATE REQUEST-----\nMIIBLzCB1QIBADBzMRswGQYDVQQDDBJ2NC5pbWcuY2RuLmlod3guY24xCzAJBgNV\nBAYTAkNOMREwDwYDVQQIDAh---------------------5tqedQ==\n-----END CERTIFICATE REQUEST-----\n",
                      "crt": "-----BEGIN CERTIFICATE-----\nMIIEozCCBCmgAwIBAgIQ---------------------iL16aOA964u7Ka4NjHHkpR+64I8u+HhNAL8mpbqh3\nPFxElVRHZ+cJTpanuINfb5x82GVuNpEIBKMRkcQ21/cghMAUHkfKoQHooMHRwdnp\nU4O/1fsDEmjlVyDo0lyO1b4uapwlVqU0zpWdpcvuTTP5gkDZ\n-----END CERTIFICATE-----\n",
                      "key": "-----BEGIN PRIVATE KEY-----\nMI...................vwe\n-----END PRIVATE KEY-----\n",
                      "ca_bundle": "-----BEGIN CERTIFICATE-----\nMIIDTTC----------------+cJTpanuINfb5x82GVuNpEIBKMRkcQ21/cghMAUHkfKoQHooMHRwdnp\nU4O/1fsDEmjlVyDo0lyO1b4uapwlVqU0zpWdpcvuTTP5gkDZ\n-----END CERTIFICATE-----\n"
                    },
                    "has_certificate": true,
                    "has_private_key": true,
                    "downloaded_at": "2026-07-14T15:57:21+08:00"
                  }
                }
              }
            },
            "headers": {}
          }
        },
        "security": []
      }
    }
  },
  "components": {
    "schemas": {},
    "responses": {},
    "securitySchemes": {}
  },
  "servers": [],
  "security": []
}