站内短信--发件箱列表--分页
<p><strong>请求方法名:</strong> </p>
<ul>
<li><code>GetMessageOutboxList</code></li>
</ul>
<p><strong>请求参数:</strong> </p>
<ul>
<li><code>{&quot;PageIndex&quot;:&quot;1&quot;,&quot;PageSize&quot;:&quot;100&quot;}</code></li>
</ul>
<p><strong>请求方式:</strong></p>
<ul>
<li>GET/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>
</tr>
</thead>
<tbody>
<tr>
<td style="text-align: left;">PageIndex</td>
<td style="text-align: left;">string</td>
<td style="text-align: left;">页码</td>
</tr>
<tr>
<td style="text-align: left;">PageSize</td>
<td style="text-align: left;">string</td>
<td style="text-align: left;">页容量</td>
</tr>
</tbody>
</table>
<p><strong>返回示例</strong></p>
<pre><code>{
&quot;Status&quot;: true,
&quot;Info&quot;: &quot;查询成功&quot;,
&quot;Data&quot;: {
&quot;PageIndex&quot;: 1,
&quot;PageSize&quot;: 100,
&quot;Total&quot;: 24,
&quot;Data&quot;: [
{
&quot;FID&quot;: 328366,
&quot;FAccountID&quot;: 49190,
&quot;FCompanyID&quot;: 44231,
&quot;FParentId&quot;: 0,
&quot;FCreateId&quot;: 49190,
&quot;FAccount&quot;: null,
&quot;FContent&quot;: &quot;123456&quot;,
&quot;FCreateTime&quot;: &quot;2018-01-01 20:53:50&quot;,
&quot;FIsRead&quot;: false,
&quot;FTitle&quot;: &quot;123456&quot;,
&quot;FType&quot;: 1,
&quot;FLevel&quot;: 1,
&quot;FLevelName&quot;: &quot;dd33,jwen1517,testli,xxmu5597,test852,Www1,E2e,ma123,Wee,Ghh&quot;
},
{
&quot;FID&quot;: 328366,
&quot;FAccountID&quot;: 49190,
&quot;FCompanyID&quot;: 44231,
&quot;FParentId&quot;: 0,
&quot;FCreateId&quot;: 49190,
&quot;FAccount&quot;: null,
&quot;FContent&quot;: &quot;123456&quot;,
&quot;FCreateTime&quot;: &quot;2018-01-01 20:53:50&quot;,
&quot;FIsRead&quot;: false,
&quot;FTitle&quot;: &quot;123456&quot;,
&quot;FType&quot;: 1,
&quot;FLevel&quot;: 1,
&quot;FLevelName&quot;: &quot;dd33,jwen1517,testli,xxmu5597,test852,Www1,E2e,ma123,Wee,Ghh&quot;
},
{
&quot;FID&quot;: 328366,
&quot;FAccountID&quot;: 49190,
&quot;FCompanyID&quot;: 44231,
&quot;FParentId&quot;: 0,
&quot;FCreateId&quot;: 49190,
&quot;FAccount&quot;: null,
&quot;FContent&quot;: &quot;123456&quot;,
&quot;FCreateTime&quot;: &quot;2018-01-01 20:53:50&quot;,
&quot;FIsRead&quot;: false,
&quot;FTitle&quot;: &quot;123456&quot;,
&quot;FType&quot;: 1,
&quot;FLevel&quot;: 1,
&quot;FLevelName&quot;: &quot;dd33,jwen1517,testli,xxmu5597,test852,Www1,E2e,ma123,Wee,Ghh&quot;
},
{
&quot;FID&quot;: 328366,
&quot;FAccountID&quot;: 49190,
&quot;FCompanyID&quot;: 44231,
&quot;FParentId&quot;: 0,
&quot;FCreateId&quot;: 49190,
&quot;FAccount&quot;: null,
&quot;FContent&quot;: &quot;123456&quot;,
&quot;FCreateTime&quot;: &quot;2018-01-01 20:53:50&quot;,
&quot;FIsRead&quot;: false,
&quot;FTitle&quot;: &quot;123456&quot;,
&quot;FType&quot;: 1,
&quot;FLevel&quot;: 1,
&quot;FLevelName&quot;: &quot;dd33,jwen1517,testli,xxmu5597,test852,Www1,E2e,ma123,Wee,Ghh&quot;
},
{
&quot;FID&quot;: 328366,
&quot;FAccountID&quot;: 49190,
&quot;FCompanyID&quot;: 44231,
&quot;FParentId&quot;: 0,
&quot;FCreateId&quot;: 49190,
&quot;FAccount&quot;: null,
&quot;FContent&quot;: &quot;123456&quot;,
&quot;FCreateTime&quot;: &quot;2018-01-01 20:53:50&quot;,
&quot;FIsRead&quot;: false,
&quot;FTitle&quot;: &quot;123456&quot;,
&quot;FType&quot;: 1,
&quot;FLevel&quot;: 1,
&quot;FLevelName&quot;: &quot;dd33,jwen1517,testli,xxmu5597,test852,Www1,E2e,ma123,Wee,Ghh&quot;
},
{
&quot;FID&quot;: 328366,
&quot;FAccountID&quot;: 49190,
&quot;FCompanyID&quot;: 44231,
&quot;FParentId&quot;: 0,
&quot;FCreateId&quot;: 49190,
&quot;FAccount&quot;: null,
&quot;FContent&quot;: &quot;123456&quot;,
&quot;FCreateTime&quot;: &quot;2018-01-01 20:53:50&quot;,
&quot;FIsRead&quot;: false,
&quot;FTitle&quot;: &quot;123456&quot;,
&quot;FType&quot;: 1,
&quot;FLevel&quot;: 1,
&quot;FLevelName&quot;: &quot;dd33,jwen1517,testli,xxmu5597,test852,Www1,E2e,ma123,Wee,Ghh&quot;
}
]
},
&quot;Code&quot;: 0
}
</code></pre>