匹配品牌id
<p><strong>简要描述:</strong> </p>
<ul>
<li>匹配品牌id</li>
</ul>
<p><strong>请求URL:</strong> </p>
<ul>
<li><code>http://gytest.gaoyong666.com/gylm/search/v1/matchBrandid</code></li>
</ul>
<p><strong>请求方式:</strong></p>
<ul>
<li>
<p>GET</p>
<p><strong>返回内容</strong>
成功</p>
<pre><code>
{
"code": 200,
"message": "SUCCESS",
"time": 1544607515,
"data": {
"matchBrand": "[?|&](id|item_id)=[0-9]+",
"matchUrl": "url.contains(\"taobao.com\") || url.contains(\"tmall.com\") || url.contains(\"tmall.hk\")",
"url": [
"taobao.com",
"tmall.com",
"tmall.hk"
]
}
}</code></pre>
</li>
</ul>
<pre><code>
**备注**
- code 为200时,也会有一种数据为空的时候</code></pre>