点击收件箱的一条短信后将信息的状态变成已读
<p><strong>请求方法名:</strong> </p>
<ul>
<li><code>UpdateMessageIsRead</code></li>
</ul>
<p><strong>请求参数:</strong> </p>
<ul>
<li><code>{&quot;Id&quot;:&quot;269121_0或者1&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>
<th style="text-align: left;">注释</th>
</tr>
</thead>
<tbody>
<tr>
<td style="text-align: left;">Id</td>
<td style="text-align: left;">string</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">短信ID,多条短信用‘,’隔开,0:普通短信,1:充值、提款、系统消息(FType=9取1,其它取0)</td>
</tr>
</tbody>
</table>
<p><strong>返回示例</strong></p>
<pre><code>{
&quot;Status&quot;: true,
&quot;Info&quot;: &quot;修改成功&quot;,
&quot;Data&quot;: null,
&quot;Code&quot;: 0
}
</code></pre>