获取用户淘宝联盟信息
<p><strong>简要描述:</strong> </p>
<ul>
<li>获取用户淘宝联盟信息</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>{
"modular": "readTbk",
"param": {
"userKey": "6A41AF1669AD4FB6E0530100007F01C0",
"secretKey": "F1ACF1AE0D0360BF6AB24DD0EAB73E1C",
"dtype": 5,
"authKey": "0",
"uuid": "e3ae47ff-6c88-4285-9564-b2b265c512b8",
"timeStamp": "1507511462632",
"custId": "D78AEA3418834147BE226395B0309642"
},
"requestname": "queryUserTbkInfo",
"version": "3.0"
}
</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;">relationId</td>
<td style="text-align: left;">String</td>
<td>渠道id</td>
</tr>
</tbody>
</table>
<p><strong>返回示例</strong></p>
<pre><code>{
"result": {"relationId": "2212977292"},
"resultcode": "0",
"resultdesc": "success"
}
{
"result": {},
"resultcode": "0",
"resultdesc": "success"
}</code></pre>
<p><strong>备注</strong> </p>
<ul>
<li>更多返回错误代码请看首页的错误代码描述</li>
</ul>