获取延保表单店铺、机型初始数据
<h5>简要描述</h5>
<ul>
<li>请求示例:<a href="http://cn1.vantruecam.com/server/fourG/ShopProductWarrantyConfig/getShopProductWarrantyConfig?type=2">http://cn1.vantruecam.com/server/fourG/ShopProductWarrantyConfig/getShopProductWarrantyConfig?type=2</a></li>
</ul>
<h5>请求URL</h5>
<ul>
<li><code>http://cn1.vantruecam.com/server/fourG/ShopProductWarrantyConfig/getShopProductWarrantyConfig</code> </li>
</ul>
<h5>请求方式</h5>
<ul>
<li>get</li>
</ul>
<h5>Header</h5>
<table>
<thead>
<tr>
<th style="text-align: left;">字段名</th>
<th style="text-align: left;">示例值</th>
<th>必选</th>
<th>类型</th>
<th>说明</th>
</tr>
</thead>
<tbody>
<tr>
<td style="text-align: left;">token</td>
<td style="text-align: left;">eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJhcHBBY2NvdW50IjoiMDA4NjE1OTcyOTUxODM1IiwiaWQiOiIxOCIsImV4cCI6MTcyNDQ2OTYzNX0.1hZY0myBP0rrvliEbA_Uyk5_UMJNWxdyouxfTQcZLf4</td>
<td>是</td>
<td>string</td>
<td>无</td>
</tr>
</tbody>
</table>
<h5>请求Query参数</h5>
<table>
<thead>
<tr>
<th style="text-align: left;">参数名</th>
<th style="text-align: left;">示例值</th>
<th>必选</th>
<th>类型</th>
<th>说明</th>
</tr>
</thead>
<tbody>
<tr>
<td style="text-align: left;">type</td>
<td style="text-align: left;">2</td>
<td>是</td>
<td>string</td>
<td>选项类别(1:店铺选项 2:机型)</td>
</tr>
</tbody>
</table>
<h5>成功返回示例</h5>
<pre><code>{
"status": 200,
"message": "成功",
"data": [
{
"id": 24,
"model": "1",
"buyResoure": "Amazon.us",
"type": "2",
"sort": "50"
},
{
"id": 25,
"model": "1",
"buyResoure": "Amazon.ca",
"type": "2",
"sort": "49"
}
]
}
</code></pre>
<h5>失败返回示例</h5>
<pre><code>{
"status": 20000,
"message": "系統错误",
"data": []
}
</code></pre>