更新代理配置
测试中PUT
/v1/scraper/proxy请求参数
Body 参数application/json
scraperId
string
必需
code
string
必需
示例
{
"scraperId": "xxx",
"code": "LG"
}
示例代码
返回响应
成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
code
integer
必需
msg
string
必需
data
object
必需
scraperId
string
必需
code
string
必需
updateAt
string
必需
示例
{
"code": 0,
"msg": "",
"data": {
"scraperId": "jw6bbom4mztcmgsuw",
"code": "TT",
"updateAt": "2024-11-01 16:48:40"
}
}
最后修改时间: 3 个月前