EveryoneTrust SSL
文档中心主站点
文档中心主站点
    • 获取用户账户信息
      POST
    • 获取产品列表
      POST
    • 提交订单申请证书
      POST
    • 申请证书签发
      POST
    • 获取证书验证信息
      POST
    • 更改验证方式
      POST
    • 取消订单
      POST
    • 获取订单状态
      POST
    • 下载证书
      POST

      获取产品列表

      POST
      https://shop.ywxmz.com/partner/GetUserProduct/
      最后修改时间:2026-07-14 09:11:03

      请求参数

      Body 参数application/x-www-form-urlencoded必填

      返回响应

      🟢200成功
      application/json
      Bodyapplication/json

      请求示例请求示例
      Shell
      JavaScript
      Java
      Swift
      curl --location 'https://shop.ywxmz.com/partner/GetUserProduct/' \
      --data-urlencode 'apikey=fb8feabde38fb3aaf35fa7d061ae6237c0924850d3ed068505b3d7a34fe58b5f' \
      --data-urlencode 'domain_type=' \
      --data-urlencode 'brand_code=' \
      --data-urlencode 'verification_type=' \
      --data-urlencode 'product_name=' \
      --data-urlencode 'product_code=' \
      --data-urlencode 'page=' \
      --data-urlencode 'limit='
      响应示例响应示例
      {
          "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": "18628172019",
                  "bound_email": "xz@mail.ihwx.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 证书",
                
      修改于 2026-07-14 09:11:03
      上一页
      获取用户账户信息
      下一页
      提交订单申请证书
      Built with