获取拼团商品小程序二维码
<p>欢迎使用ShowDoc!<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;">goodsId</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">string</td>
<td>商品id</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> {
"version": "1.0",
"modular":"pgoods",
"requestname":"queryPGoodsMiniAppLogo",
"param": {
"authKey": "0",
"userKey": "0",
"timeStamp": "3423452353454",
"secretKey": "加密后的秘钥串" ,
"uuid": "java的uuid",
"dtype": "2",
"goodsId": "1",
"custId":"234"
}
}</code></pre>
<p><strong>返回参数说明</strong>
若成功的话,返回图片二进制流,自行接收
若不成功,返回HTTP状态码204,根据WAP商品地址和用户邀请码自行生成普通二维码代替</p>
<p><strong>备注</strong> </p>
<ul>
<li>更多返回错误代码请看首页的错误代码描述</li>
</ul>
<p>欢迎使用ShowDoc!欢迎使用ShowDoc!</p>