简要描述:
请求URL:
https://api.chuangcache.com/domain/stop
请求方式:
请求参数:
参数名 | 必选 | 类型 | 说明 |
---|---|---|---|
access_token | 是 | string | 密钥 |
domain | 是 | string | 域名 |
请求示例
curl -i -X POST https://api.chuangcache.com/domain/stop -H "Accept: application/json" -H "Content-Type: application/json; charset=utf-8" -d '{"access_token": "ACCESS_TOKEN", "domain": "www.test.com"}'
响应示例
{
"status": 1,
"info": "操作成功",
"data": true
}
返回参数说明
参数名 | 类型 | 说明 |
---|---|---|
status | int | 接口返回码 [ 0(操作失败)、1(操作成功)] |
info | string | 接口返回信息 [ 操作失败 / 操作成功 ] |
data | bool | true |