结算周期查询
<p><strong>简要描述:</strong> </p>
<ul>
<li>结算周期新增</li>
</ul>
<p><strong>接口URL:</strong> </p>
<ul>
<li><code>com.ipaynow.settlement.api.oa.SettleCycleConfigForOaApi</code></li>
</ul>
<p><strong>方法:</strong> </p>
<ul>
<li><code>getByMchIdAndBeginDate</code></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;">mchId</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">String</td>
<td>商户号</td>
</tr>
<tr>
<td style="text-align: left;">beginDate</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">Date</td>
<td>生效时间(yyyy-MM-dd HH:mm:ss) 零点00:00:00</td>
</tr>
</tbody>
</table>
<p><strong>返回示例</strong></p>
<ul>
<li>
<p>ServiceResponse </p>
<p><strong>返回参数说明</strong> </p>
</li>
<li>ServiceResponse.CODE_SUCCESS.equals(serviceResponse.getCode()) && CollectionUtils.isNotEmpty(serviceResponse.getListResult()) 为重复配置,其他信息失败,失败信息 serviceResponse.getMessage()</li>
</ul>