淘宝选品库列表(3.0)
<p><strong>简要描述:</strong> </p>
<ul>
<li>淘宝选品库列表(3.0)</li>
</ul>
<p><strong>作者:</strong> </p>
<ul>
<li>梁志杰</li>
</ul>
<p><strong>请求URL:</strong> </p>
<ul>
<li><code>/xtwl_read_interface/cmd</code></li>
</ul>
<p><strong>请求方式:</strong></p>
<ul>
<li>POST </li>
</ul>
<p><strong>参数:</strong> </p>
<table>
<thead>
<tr>
<th style="text-align: left;">参数名</th>
<th style="text-align: left;">必选</th>
<th style="text-align: left;">类型</th>
<th>说明</th>
</tr>
</thead>
<tbody>
<tr>
<td style="text-align: left;">custId</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">String</td>
<td>custId</td>
</tr>
</tbody>
</table>
<p><strong>请求示例</strong></p>
<pre><code>{
"version": "3.0",
"modular":"readTbk",
"requestname":"queryTbkFavorites",
"param": {
"authKey": "1",
"userKey": "5AF123419E987C07E053C208A8C003F3",
"timeStamp": "3423452353454",
"secretKey": "49C368B946B004DAEC6A5C944EA93BA5" ,
"uuid": "PJH568B946B004DAEC6A5C944EJTRBA5",
"dtype": "2",
"custId":"EFAD2C1757EA418BABA8D58D49B9DDFB"
}
}
</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;">favorites_id</td>
<td style="text-align: left;">String</td>
<td>选品库id</td>
</tr>
<tr>
<td style="text-align: left;">favorites_title</td>
<td style="text-align: left;">String</td>
<td>选品组名称</td>
</tr>
<tr>
<td style="text-align: left;">type</td>
<td style="text-align: left;">String</td>
<td>选品库类型,1:普通类型,2高佣金类型</td>
</tr>
</tbody>
</table>
<p><strong>返回示例</strong></p>
<pre><code>{
"result": {
"count": 1,
"list": [ {
"favorites_id": "19584994",
"favorites_title": "精选",
"type": "1"
}]
},
"resultcode": "0",
"resultdesc": "success"
}</code></pre>
<p><strong>备注</strong> </p>
<ul>
<li>更多返回错误代码请看首页的错误代码描述</li>
</ul>