删除用户发票抬头
简要描述
- 删除用户发票抬头
请求URL
{{domian}}/shop/userInvoiceHeader/{id}
请求方式
- Delete
http请求header
- Content-Type:application/json
- charset:utf-8 `
- Authorization : Bearer {{access_token}}
请求参数
请求示例
{{domian}}/shop/userInvoiceHeader/1
返回示例
成功:
{
"code": 0, "msg": null, "data": true }
失败:
{
"code": 401,
"msg": "error",
"data": "Full authentication is required to access this resource"
}
返回参数说明
参数名 | 类型 | 说明 | 示例 |
---|---|---|---|
code | int | 返回状态码 | 0:成功 401:鉴权失败 |
msg | String | 状态描述 | |
data | String | 返回数据 | true |