get_order_authGET /v1/get-order-auth| 参数名 | 类型 | 必填 | 说明 |
|---|---|---|---|
| secret_id | string | 是 | 用户ID |
| secret_key | string | 是 | 用户密钥 |
| 参数名 | 类型 | 说明 |
|---|---|---|
| orderid | string | 订单号 |
| auth_method | string | 鉴权方式:1-用户名密码/IP白名单, 2-IP白名单 |
| username | string | 代理用户名 |
| password | string | 代理密码 |
| whitelist | string[] | 白名单列表 |
{
"code": 0,
"message": "",
"data": {
"orderid": "1468896755651930",
"auth_method": "1",
"username": "tIMf11w9L",
"password": "bb40H89m",
"whitelist": ["123.123.123.123", "123.123.123.124", "123.123.123.125"],
},
}