简要描述:
- 冻结Anchor
请求URL:
http://www.ubiboat.com/v1/anchor/disable
请求方式:
- POST
请求类型:
- applicaiton/json
参数:
参数名 | 必选 | 类型 | 说明 |
---|---|---|---|
anchorId | 是 | string | Anchor唯一ID |
注意事项:
- 发送请求时需在Head中添加在平台申请的key (opens new window) key名称小写
请求示例:
{
"anchorId": "123456"
}
返回示例
{"msg":"success","status":1}
返回参数说明
1成功 其他失败