2.8 更换ip
点击如下按钮,就完成了ip更换

也可通过API, 发送一个HTTP POST请求,非GET请求, 更换IP
例子: 用shell执行如下命令更换ip,空的body。当然,你也可以用其它语言(java,php,python等)实现
# 本地
curl -X POST "http://127.0.0.1:22999/api/refresh_sessions/24000" -H "accept: application/json# Describe your paths here"
# 内网
curl -X POST "http://192.168.0.*:22999/api/refresh_sessions/24000" -H "accept: application/json# Describe your paths here"
# 公网
curl -X POST "http://公网IP:22999/api/refresh_sessions/24000" -H "accept: application/json# Describe your paths here"
本文介绍了一种通过发送HTTP POST请求来更换IP的方法。用户可以通过API接口使用各种编程语言(如Shell、Java、PHP或Python等)调用来实现更换操作。文中提供了针对本地、内网及公网环境的具体curl命令实例。
4424

被折叠的 条评论
为什么被折叠?



