获取分红日工资站内信
<p><strong>请求方法名:</strong> </p>
<ul>
<li>GetRebateMessage</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;FID&quot;: 301230,
&quot;FCompanyID&quot;: 0,
&quot;FAccountID&quot;: 58745,
&quot;FTitle&quot;: &quot;契约分红签订通知&quot;,
&quot;FContent&quot;: &quot;下级已同意与您的契约分红签约!&quot;,
&quot;FCreateTime&quot;: &quot;/Date(1522655610000)/&quot;,
&quot;FType&quot;: 4,
&quot;FIsRead&quot;: false,
&quot;FCreateId&quot;: null,
&quot;FParentId&quot;: null,
&quot;FAccount&quot;: &quot;m12346&quot;,
&quot;FLevel&quot;: 0,
&quot;FLevelName&quot;: null
},
{
&quot;FID&quot;: 301238,
&quot;FCompanyID&quot;: 0,
&quot;FAccountID&quot;: 58745,
&quot;FTitle&quot;: &quot;契约日工资签订通知&quot;,
&quot;FContent&quot;: &quot;下级已同意与您的契约日工资签约!&quot;,
&quot;FCreateTime&quot;: &quot;/Date(1522658105000)/&quot;,
&quot;FType&quot;: 5,
&quot;FIsRead&quot;: false,
&quot;FCreateId&quot;: null,
&quot;FParentId&quot;: null,
&quot;FAccount&quot;: &quot;m12346&quot;,
&quot;FLevel&quot;: 0,
&quot;FLevelName&quot;: null
}
],
&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;">FTitle</td>
<td>信息标题</td>
</tr>
<tr>
<td style="text-align: left;">FContent</td>
<td>信息内容</td>
</tr>
<tr>
<td style="text-align: left;">FIsRead</td>
<td>是否已读标识</td>
</tr>
<tr>
<td style="text-align: left;">FType</td>
<td>消息类型 (4: 分红, 5: 日工资)</td>
</tr>
</tbody>
</table>