简要描述:

  • 用户登录接口

请求域名:

  • http://xx.com

请求URL:

POST/route=goods.category.deleted-category

传参数说明:

参数名 类型 说明
id int 分类id

备注:

返回示例:

正确时返回:

{
	result: 1,
	msg: "删除分类成功",
	data: []
}