获取业务详情
开发中GET
/v1/order/get-info最后修改时间: 2 个月前
:::caution
当前仅支持按量套餐,其他产品类型暂不支持,可联系客服咨询
:::
请求参数
Query 参数
trade_no
string
业务编号
secret
string
业务密钥
示例代码
返回响应
成功(200)
失败(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
code
integer
必需
msg
string
必需
data
object
必需
auth_password
string
必需
auth_username
string
必需
base_ip_quantity
integer
必需
surplus_ip_quantity
integer
必需
white_ip
string
必需
示例
{
"code": 200,
"msg": "OK",
"data": {
"auth_password": "mQmDbwOJ",
"auth_username": "15826xxxxxx",
"base_ip_quantity": 300,
"surplus_ip_quantity": 289,
"white_ip": "8.8.8.8"
}
}
最后修改时间: 2 个月前