分享记录
<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_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;">type</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">string</td>
<td>1分享至城市圈,2分享至微信好友,3分享至微信朋友圈,4分享至QQ好友,5分享至QQ空间</td>
</tr>
<tr>
<td style="text-align: left;">shareType</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">string</td>
<td>分享类别:1外卖店铺,2团购店铺,3团购商品,4拼团海报,5拼团商品,6同城砍价海报,7砍价团商品</td>
</tr>
<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>
</tbody>
</table>
<p><strong>请求示例</strong></p>
<pre><code>{
"modular": "wuseraccount",
"param": {
"timeStamp": "120052914051517",
"authKey": "0",
"shareType": "1",
"secretKey": "0D84C12E0C72FCFD58045BC219A94F70",
"custId": "EFAD2C1757EA418BABA8D58D49B9DDFB",
"dtype": "8",
"type": "2",
"uuid": "a2a2349a-dec9-4464-8e47-5ff962d03335",
"userKey": "62C80401EB036F24E0538C06030A8EF1"
},
"requestname": "addShareData",
"source": "1",
"version": "4.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>
</tbody>
</table>
<p><strong>返回示例</strong></p>
<pre><code> {
"result": "",
"resultcode": "0",
"resultdesc": "success"
}
</code></pre>
<p><strong>备注</strong> </p>
<ul>
<li>更多返回错误代码请看首页的错误代码描述</li>
</ul>