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