1. 删除店铺

DELETE:http://api.xdua.com/shop/{shop_id}

只有root才可以删除店铺 默认店铺不能删除。

字段名 字段位置 字段类型 字段说明 举例 可选
apiv head string API版本,默认是1.0.0 1.0.0 可选
Authorization head string 客户端保存的鉴权token,通过登陆获取的 Authorization字符串 必选
shop_id path string 店铺的id 8位的大小写字母数字 必须

返回数据

成功返回

{
    "error": 0,
    "reason": "Success",
    "result": {},
}

失败返回

{    
    "error": >0,
    "reason": "失败原因"
    "result": {调试用的资料},
}

results matching ""

    No results matching ""