1. 静态住宅
985Proxy API 接口文档
  • 概述
  • 更新日志
  • 动态住宅
    • 国家/城市列表
      GET
    • 提取代理
      GET
  • 静态住宅
    • 业务列表
      POST
    • 库存查询
      POST
    • 计算价格
      POST
    • 购买下单
      POST
    • 续费下单
      POST
    • 订单结果
      POST
    • 订单列表
      POST
    • IP 列表
      POST
    • IP 详情
      POST
    • 更改代理账密
      POST
    • 可更换 IP 列表
      POST
    • 更换 IP
      POST
  1. 静态住宅

订单结果

沙箱环境
https://sandbox-open-api.985proxy.com
沙箱环境
https://sandbox-open-api.985proxy.com
POST
/res_static/order_result

请求参数

Header 参数

Body 参数application/json必填

示例
{
    "order_no": "7f35dbc5-349d-4da6-bba7-76825c3765c8"
}

请求示例代码

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://sandbox-open-api.985proxy.com/res_static/order_result' \
--header 'apikey: ' \
--header 'Content-Type: application/json' \
--data-raw '{
    "order_no": "7f35dbc5-349d-4da6-bba7-76825c3765c8"
}'

返回响应

🟢200成功
application/json
Body

示例
{
    "code": 0,
    "msg": "success",
    "data": {
        "order_no": "7f35dbc5-349d-4da6-bba7-76825c3765c8",
        "order_type": "1",
        "promo_code": null,
        "promo_info": null,
        "pay_type": "balance",
        "node_count": 1,
        "success_node_count": 0,
        "fail_node_count": 0,
        "total_price": 5,
        "ip_price": 5,
        "bandwidth_price": 0,
        "discount_price": 0,
        "pay_price": 5,
        "paid_price": 0,
        "refund_price": 0,
        "order_time": "2026-02-02 10:35:58",
        "start_time": null,
        "end_time": null,
        "status": "1",
        "nodes": [
            {
                "purpose_web": null,
                "static_proxy_type": "shared",
                "country_code": "AR",
                "country_name": "Argentina",
                "country_name_cn": "阿根廷",
                "country": "AR",
                "city_name": "Buenos Aires",
                "city_name_cn": "布宜诺斯艾利斯",
                "city": "Buenos Aires",
                "buy_time_period": 30,
                "bandwidth": null,
                "proxy_id": "20260202103558475426385",
                "ip": null,
                "port": null,
                "username": null,
                "password": null,
                "expire_time": null,
                "release_time": null,
                "time_period": null,
                "total_price": 5,
                "ip_price": 5,
                "bandwidth_price": 0,
                "discount_price": 0,
                "pay_price": 5,
                "paid_price": 0,
                "per_bandwidth_price": null,
                "per_ip_price": 5,
                "is_refund": "2",
                "refund_time": null,
                "start_time": null,
                "end_time": null,
                "errors": null,
                "status": "1"
            }
        ]
    }
}
修改于 2026-03-20 12:22:01
上一页
续费下单
下一页
订单列表
Built with