replace ip
POST
/api/static_direct_proxy/replace_ip请求参数
Body Params application/json
id
integer
required
record id to refund
change_location
boolean
required
change location or not
country_code
string | null
required
new location code
Example
{
"id": 1,
"change_location": true,
"country_code": "US"
}
示例代码
Responses
result(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
Data Schema
meta_message
string
required
success or other error msg
meta_status
integer
required
1 for success, negative for error
old_ip
string
required
new_ip
string
required
Example
{
"meta_message": "string",
"meta_status": 0,
"old_ip": "string",
"new_ip": "string"
}
Last modified: 7 个月前