- 咸鱼api
- 机器人api
- wechatAgents_go_api
- xy_bot
- 朋友
- 群组
- 登录
- 工具
- 红包
- 用户
- 消息
设置代理
SaltedFishApi
SaltedFishApi
POST
https://api.frz.fan/SetProxy
Tool
请求参数
Header 参数
appid
string
必需
Body 参数application/json
Proxy
object
可选
ProxyIp
string
代理的id
ProxyPassword
string
用户名
ProxyUser
string
密码
Wxid
string
必需
示例
{
"Proxy": {
"ProxyIp": "string",
"ProxyPassword": "string",
"ProxyUser": "string"
},
"Wxid": "string"
}
返回响应
🟢200成功
application/json
Body
Code
integer
可选
Data
string
可选
Message
string
可选
Success
boolean
可选
示例
{
"Code": 0,
"Data": "string",
"Message": "string",
"Success": true
}
修改于 2025-04-02 13:37:41