Api提取代理请求
请求路径
/api/open/app/proxy/draw/api/v2
请求参数
参数 | 二级参数 | 类型 | 必填 | 说明 |
---|---|---|---|---|
appUsername | - | string | 是 | 渠道商主账号 |
proxyType | - | uint16 | 是 | 代理类型 104=动态国外 105=动态国内 |
num | - | int | 否 | 提取ip数量 可选 默认1 |
addressCode | - | string | 否 | 地址代码 可选 取值 areaCode countryCode stateCode cityCode 四种之一 |
protocol | - | string | 否 | 协议 可选 默认socks5 取值 socks5 http 之一 |
returnType | - | string | 否 | 数据格式 可选 默认txt 取值 txt json 之一 |
delimiter | - | int | 否 | 分隔符 可选 只有数据格式是txt的时候生效 默认1 (1=\r\n 2=/br 3=\r 4=\n 5=\t) |
maxFlowLimit | - | int | 否 | 最大流量限制 可选 大于0的时候生效 |
productNo | - | string | 是 | 产品编号 |
返回数据
参数 | 二级参数 | 类型 | 必填 | 说明 |
---|---|---|---|---|
list | - | array | 是 | |
- | proxyUrl | string | 是 | 提取代理Api地址 |