订单(已发货)客服确认退货
<p><strong>简要描述:</strong> </p>
<ul>
<li>订单(已发货)客服确认退单</li>
</ul>
<p><strong>请求URL:</strong></p>
<ul>
<li><code>http://moa.58lz.com:803/api/OGBAPP/sellord?mode=FADECHECK&amp;client_secret=*******</code></li>
</ul>
<p><strong>请求方式:</strong></p>
<ul>
<li>POST </li>
</ul>
<p><strong>请求示例</strong></p>
<pre><code>{
&quot;order_type&quot;: &quot;normal&quot;,
&quot;order_number&quot;: &quot;2511051835178790&quot;,
&quot;ordergoods_id&quot;: 456,
&quot;checkname&quot;: &quot;翟学会&quot;,
&quot;checkmark&quot;: &quot;测试&quot;
} </code></pre>
<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;">order_type</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">string</td>
<td>订单类型</td>
</tr>
<tr>
<td style="text-align: left;">order_number</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">string</td>
<td>订单号</td>
</tr>
<tr>
<td style="text-align: left;">ordergoods_id</td>
<td style="text-align: left;">否</td>
<td style="text-align: left;">string</td>
<td>订单明细行号</td>
</tr>
<tr>
<td style="text-align: left;">checkname</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">string</td>
<td>确认人名称</td>
</tr>
<tr>
<td style="text-align: left;">checkmark</td>
<td style="text-align: left;">否</td>
<td style="text-align: left;">string</td>
<td>备注</td>
</tr>
</tbody>
</table>
<p><strong>返回示例</strong></p>
<pre><code>
{
&quot;revcode&quot;: 0,
&quot;revmsg&quot;: &quot;ok&quot;
}
**返回参数说明**
|参数名|类型|说明|
|:----- |:-----|
|revcode |int |0成功,非0失败原因编码 |
|revmsg |string |返回提示词 |</code></pre>