新增小红书cookie
POST
/api/pools/xhs请求参数
Body 参数application/json
cookie
string
必需
快手首页请求头cookie值
mobile
string
必需
配置文件中的管理员账号
示例
{
"mobile": "",
"cookie": ""
}
示例代码
返回响应
成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
code
integer
必需
msg
string
必需
data
null
必需
示例
{
"code": 0,
"msg": "string",
"data": null
}
修改于 22 天前