查商品佣金(3.5)
<p><strong>简要描述:</strong> </p>
<ul>
<li>查商品佣金(3.5)</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;">num_iid</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">String</td>
<td>商品id</td>
</tr>
<tr>
<td style="text-align: left;">ip</td>
<td style="text-align: left;">否</td>
<td style="text-align: left;">String</td>
<td>ip地址,影响邮费获取,如果不传或者传入不准确,邮费无法精准提供。示例值11.22.33.43</td>
</tr>
</tbody>
</table>
<p><strong>请求示例</strong></p>
<pre><code>{
"modular": "readTbk",
"param": {
"timeStamp": "1562913631025",
"authKey": "0",
"secretKey": "1E648888A33F55FD7B56E08EC68E2572",
"custId": "EFAD2C1757EA418BABA8D58D49B9DDFB",
"dtype": "5",
"uuid": "ff3c88eb-5c47-4c9e-bfcd-eb64f7963d1f",
"userKey": "8CAF99E7F5301BE1E053161EA8C0D3B1",
"numIid":"598186505335"
},
"requestname": "queryTbkReturnPrice",
"source": "3",
"version": "3.5"
}
</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;">returnPrice</td>
<td style="text-align: left;">String</td>
<td>返还佣金</td>
</tr>
</tbody>
</table>
<p><strong>返回示例</strong></p>
<pre><code>{
"result": {
"returnPrice": "1.05"
},
"resultcode": "0",
"resultdesc": "success"
}</code></pre>
<p><strong>备注</strong> </p>
<ul>
<li>更多返回错误代码请看首页的错误代码描述</li>
</ul>