留言信息数据
<p>[TOC]</p>
<h5>简要描述</h5>
<ul>
<li>获取留言信息数据(位置:pages/writecontent/writecontent.js)</li>
</ul>
<h5>请求URL</h5>
<ul>
<li><code>http://localhost:8090/wxf/content/getMessage.php</code></li>
</ul>
<h5>请求方式</h5>
<ul>
<li>GET</li>
</ul>
<h5>返回示例</h5>
<pre><code> async getContent(){
let getMessageData=await request('/wxf/content/getMessage.php');
this.setData({
messages:getMessageData,
})
},</code></pre>
<h5>返回参数说明</h5>
<p><img src="https://www.showdoc.com.cn/server/api/attachment/visitFile?sign=2a7e5e312fe11d9c8495dc12b4f67255&amp;file=file.png" alt="" /></p>