用户取消淘宝授权
<p><strong>简要描述:</strong> </p>
<ul>
<li>
<p>用户取消淘宝授权</p>
<p>作者:丁晓明</p>
</li>
</ul>
<p><strong>请求URL:</strong> </p>
<ul>
<li><code>/xtwl_write_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>客户ID</td>
</tr>
<tr>
<td style="text-align: left;">userKey</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">string</td>
<td>用户id</td>
</tr>
</tbody>
</table>
<p><strong>请求示例</strong></p>
<pre><code>
{
"version": "1.0",
"modular": "wuseraccount",
"requestname": "deleteTbk",
"param": {
"secretKey": "370C86583CC0A64F33F0F21A87655622",
"authKey": "64EB5942B6A47EBCE053C208A8C0C129",
"userKey": "1",
"custId": "1",
"timeStamp": "1522048655660",
"uuid": "b46dfabe-519e-4a7d-9563-0f5f409bed79",
"dtype": 2
}
}</code></pre>
<p><strong>返回示例</strong> </p>
<pre><code>{
"result": "",
"resultcode": "0",
"resultdesc": "已取消授权"
}</code></pre>
<p><strong>备注</strong> </p>
<ul>
<li>更多返回错误代码请看首页的错误代码描述</li>
</ul>