查询产品信息
<h5>简要描述</h5>
<ul>
<li>客服系统查询SCTT产品信息</li>
</ul>
<h5>请求URL</h5>
<ul>
<li><code>https://admin-dev.sctt.net/api/im/productinfo</code></li>
<li><code>https://service.sctt.net/api/im/productinfo</code></li>
</ul>
<h5>Headers</h5>
<pre><code> {
&quot;token&quot;: &quot;SCTT后台跳转到客服系统时传的参数&quot;
}</code></pre>
<h5>请求方式</h5>
<ul>
<li>POST </li>
</ul>
<h5>请求示例</h5>
<pre><code> {
&quot;productcode&quot;: 6230406337
}</code></pre>
<h5>参数</h5>
<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;">productcode</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">bigint</td>
<td>产品编号</td>
</tr>
</tbody>
</table>
<h5>返回示例</h5>
<pre><code> {
&quot;code&quot;: 0,
&quot;msg&quot;: &quot;ok&quot;,
&quot;data&quot;: {
&quot;productinfo&quot;: {
&quot;productname&quot;: &quot;布里斯班 龙柏考拉保护区观光游轮(入园门票+往返船票)&quot;,
&quot;language&quot;: 2
}
}
}</code></pre>
<h5>返回参数说明</h5>
<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;">productname</td>
<td style="text-align: left;">string</td>
<td>产品名称(对应语言的名称)</td>
</tr>
<tr>
<td style="text-align: left;">language</td>
<td style="text-align: left;">int</td>
<td>产品对应的语系代码,如果包含多种语系只返回一种(优先级:中文-英文-繁体-韩文-其他语言待定),直接返回SCTT对应的语系数字类型值即可</td>
</tr>
</tbody>
</table>
<h5>备注</h5>
<ul>
<li>更多描述</li>
</ul>