快捷便利的批量操作
基本信息
· Path: /cleanupEnvs
· Method: Get
请求参数
| 字段 | 类型 | 是否必需 | 示例值 | 说明 |
|---|---|---|---|---|
| method | string | 是 | "cleanupEnvs" |
接口名称 |
返回值
| 字段 | 类型 | 示例值(成功 / 失败) | 说明 |
|---|---|---|---|
| code | int | 200 / 401 |
200 表示成功,401表示失败 |
| msg | string | "success" / "请重试" |
返回提示信息 |
成功返回示例
json
{
"method": "cleanupEnvs",
"response": {
"code": 200,
"msg": "success"
}
}
失败返回示例
json
{
"method": "cleanupEnvs",
"code": 401,
"msg": "客户端错误,请检查配置!"
}