ShadowsocksR WebApi对接
功能:SSRController
注意
获取节点信息
Path Parameters
Name
Type
Description
Headers
Name
Type
Description
{
"status": "success",
"code": 200,
"data": {
"id": 2,
"method": "aes-256-cfb",
"protocol": "origin",
"obfs": "plain",
"obfs_param": "",
"is_udp": 1,
"speed_limit": 6555555,
"client_limit": 1,
"single": 0,
"port": 1080, // 只在单端口模式使用
"passwd": "", // 只在单端口模式使用
"push_port": 8081
},
"message": "获取节点信息成功"
}获取用户列表
Path Parameters
Name
Type
Description
Headers
Name
Type
Description
最后更新于