查询是否可以修改售后退款申请(2.5)
<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_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;">orderId</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": "refund",
"param": {
"authKey": "0",
"dtype": "7",
"secretKey": "A0F407B699A85B2669A3C31F0271CF94",
"timeStamp": "1546908719649",
"userKey": "66BB81A681417838E05390F91FACAB09",
"uuid": "e2c00625dca348b7a61eec2334142f93",
"orderId": "EEF471E48B364355AE8EF059387A3DEB"
},
"requestname": "queryIsCanUpdate",
"version": "2.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;">status</td>
<td style="text-align: left;">String</td>
<td>是否可以修改申请(1是0否)</td>
</tr>
</tbody>
</table>
<p><strong>返回示例</strong></p>
<pre><code>{
"result": {
"status": "1"
},
"resultcode": "0",
"resultdesc": "success"
}</code></pre>
<p><strong>备注</strong> </p>
<ul>
<li>更多返回错误代码请看首页的错误代码描述</li>
</ul>