简要描述:

  • 编辑白名单

请求域名:

  • http://yunzshop.com

请求URL:

DELETE/admin/system/setWhiteList

参数:

参数名 是否必须 类型 说明
id int 白名单id

返回示例:

正确时返回:

{
	result: 1,
	msg: "成功",
	data: []
}

错误时返回:

{
  "result": 0,
  "msg": "删除失败",
  "data": []
}

备注:

  • 更多返回错误代码请看首页的错误代码描述