菜单

关闭所有店铺

快捷便利的批量操作

基本信息

· 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": "客户端错误,请检查配置!"
}
上一个
关闭店铺
下一个
删除店铺
最近修改: 2026-02-25Powered by