动态住宅代理

查看认证账户流量

post
/api/open/flow_proxy_account_use_record
请求体
start_timestring可选

开始时间(时间戳)

Example: 1656518400
end_timestring可选

结束时间(时间戳)

Example: 1656604800
idtext必填

认证账户id

Example: 28670
is_hourstring可选

查询小时还是查询天

Example: true
响应
post
/api/open/flow_proxy_account_use_record

查看白名单ip访问流量

post
/api/open/white_ip_use_record
请求体
start_timestring必填

开始时间

Example: 2023-03-01
end_timestring必填

结束时间

Example: 2023-03-31
iptext可选

ip

Example: 127.0.0.1
is_hourstring可选

查询小时还是查询天

Example: true
响应
post
/api/open/white_ip_use_record

流量预警设置

post
/api/open/flow_warning_set
请求体
phonetext必填

通知手机号

Example: 18888888888
flow_upper_limittext必填

日预警值(M)

Example: 101
operatetext必填

是否自停:0=否,1=是

Example: 1
statustext必填

是否开启:0=否,1=是

Example: 1
响应
post
/api/open/flow_warning_set

查看主账户流量使用

post
/api/open/flow_use_record
请求体
start_timetext可选

开始时间(时间戳)

Example: 1653321600
end_timetext可选

结束时间(时间戳)

Example: 1653321600
响应
post
/api/open/flow_use_record

获取剩余流量

post
/api/open/flow_left
请求体
响应
post
/api/open/flow_left

最后更新于