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/renew

请求参数

Header 参数

Body 参数application/json必填

示例
{
    "pay_type": "balance",
    "static_proxy_type": "shared",
    "time_period": 30,
    "renew_data": [
        "20260131031328528643901",
        "20260129075929507820439"
    ]
}

请求示例代码

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/renew' \
--header 'apikey: ' \
--header 'Content-Type: application/json' \
--data-raw '{
    "pay_type": "balance",
    "static_proxy_type": "shared",
    "time_period": 30,
    "renew_data": [
        "20260131031328528643901",
        "20260129075929507820439"
    ]
}'

返回响应

🟢200成功
application/json
Body

示例
{
    "code": 0,
    "msg": "success",
    "data": {
        "order_no": "7f35dbc5-349d-4da6-bba7-76825c3765c8",
        "cost": {
            "ip_count": 1,
            "time_period": 30,
            "total_price": 5,
            "ip_price": 5,
            "bandwidth_price": 0,
            "discount_price": 0,
            "other_discount_price": 0,
            "promo_discount_price": 0,
            "pay_price": 5
        }
    }
}
修改于 2026-02-02 10:42:57
上一页
购买下单
下一页
订单结果
Built with