扣款失败的进行重新扣款
<p><strong>简要描述:</strong> </p>
<ul>
<li>扣款失败的进行重新扣款</li>
<li>分摊管理-》分摊列表-》查看</li>
</ul>
<p><strong>请求URL:</strong> </p>
<ul>
<li><code>/ma/order/pay/again</code></li>
</ul>
<p><strong>请求方式:</strong></p>
<ul>
<li>get </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;">publicityId</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">int</td>
<td>期数id</td>
</tr>
<tr>
<td style="text-align: left;">maOrderId</td>
<td style="text-align: left;">否</td>
<td style="text-align: left;">int</td>
<td>扣款订单id(/maPublicity/maorder 接口中返回的 id ) 不传时表示重新扣除整期失败的,传时表示扣除其中一个失败的订单</td>
</tr>
</tbody>
</table>
<p><img src="https://www.showdoc.com.cn/server/api/attachment/visitfile/sign/bfb0c3e8035541f750e3d2f306b9f4da" alt="" /></p>
<p><strong>返回示例</strong></p>
<pre><code>{
"code": 200,
"message": "success"
}
</code></pre>
<pre><code>{
"code": 500,
"message": "没有权限"
}
</code></pre>
<p><strong>备注</strong> </p>
<ul>
<li>更多返回错误代码请看首页的错误代码描述</li>
</ul>
<p>欢迎使用ShowDoc!</p>