分享页面

品牌列表

<p><strong>简要描述:</strong> </p> <ul> <li><p>本接口用于查询品牌列表。接口请求地址</p> <p><strong>输入示例</strong></p> </li></ul> <p><a href="https://www.qg.net/api/common/brandlist">https://www.qg.net/api/common/brandlist</a></p> <p> <strong>返回示例</strong><br>JSON格式</p> <pre><code> { &quot;RequestId&quot;:&#39;423369C7-AD6F-3GT6-NMJ7-E2RG5N6HG7D3&#39;, &quot;Code&quot;: 200, &quot;Data&quot;: { &quot;1&quot;:{ &quot;Id&quot;: &quot;&#39;100&quot;, &quot;Other_name&quot;:&quot;阿里云&quot; }, } } </code></pre><p> <strong>返回参数说明</strong> </p> <table> <thead> <tr> <th style="text-align:left">参数名</th> <th style="text-align:left">类型</th> <th>说明</th> </tr> </thead> <tbody> <tr> <td style="text-align:left">RequestId</td> <td style="text-align:left">string</td> <td>请求编号</td> </tr> <tr> <td style="text-align:left">Code</td> <td style="text-align:left">integer</td> <td>状态码</td> </tr> <tr> <td style="text-align:left">Id</td> <td style="text-align:left">integer</td> <td>品牌编号</td> </tr> <tr> <td style="text-align:left">Other_name</td> <td style="text-align:left">string</td> <td>品牌名称</td> </tr> </tbody> </table> <p> <strong>备注</strong> </p> <ul> <li>更多返回错误代码请看公共API栏目下的<a href="https://www.qg.net/doc/251.html" title="公共错误代码">公共错误代码</a>文档描述</li></ul>
本文导读