获取分红期数信息
<p><strong>请求方法名:</strong></p>
<ul>
<li>GetCommissionPeriod </li>
</ul>
<p><strong>请求参数样例:</strong> </p>
<ul>
<li><code>null</code></li>
</ul>
<p><strong>请求方式:</strong></p>
<ul>
<li>
<p>GET/POST </p>
<p><strong>返回示例</strong></p>
<pre><code>{
&quot;Status&quot;: true,
&quot;Info&quot;: &quot;&quot;,
&quot;Data&quot;: [
{
&quot;PeriodID&quot;: 100,
&quot;PeriodName&quot;: &quot;aaa&quot;
},
{
&quot;PeriodID&quot;: 99,
&quot;PeriodName&quot;: &quot;10月份&quot;
}
],
&quot;Code&quot;: 0
}</code></pre>
</li>
</ul>
<p><strong>返回参数</strong></p>
<ul>
<li>用户表,储存用户信息</li>
</ul>
<table>
<thead>
<tr>
<th style="text-align: left;">字段</th>
<th>注释</th>
</tr>
</thead>
<tbody>
<tr>
<td style="text-align: left;">PeriodID</td>
<td>期数ID</td>
</tr>
<tr>
<td style="text-align: left;">PeriodName</td>
<td>期数名称</td>
</tr>
</tbody>
</table>