提交反馈
<p>[TOC]</p>
<h5>请求URL:</h5>
<p>-<code>https://qlzfbox46.djtest.cn/houseapp/trialOrderManagement/provideFeedback</code></p>
<h5>请求方式:</h5>
<ul>
<li>POST</li>
</ul>
<h3>请求参数</h3>
<table>
<thead>
<tr>
<th>参数</th>
<th>类型</th>
<th>含义</th>
</tr>
</thead>
<tbody>
<tr>
<td>trialOrderListId</td>
<td>String</td>
<td>试单id</td>
</tr>
<tr>
<td>questionNumber</td>
<td>Number</td>
<td>问题编号</td>
</tr>
<tr>
<td>answerValue</td>
<td>Number</td>
<td>回答数值</td>
</tr>
</tbody>
</table>
<h3>参数示例</h3>
<pre><code class="language-json">{
&quot;trialOrderListId&quot;:&quot;qwe&quot;,
&quot;chooses&quot;:[
{
&quot;questionNumber&quot;:1,
&quot;answerValue&quot;:1
},
{
&quot;questionNumber&quot;:2,
&quot;answerValue&quot;:3
}
]
}</code></pre>
<h3>返回值</h3>
<p>返回值示例:</p>
<pre><code class="language-json">{
&quot;count&quot;: 1,
&quot;data&quot;: true,
&quot;message&quot;: &quot;成功&quot;,
&quot;status&quot;: 0
}</code></pre>
<h3>返回值参数说明</h3>
<table>
<thead>
<tr>
<th>参数</th>
<th>类型</th>
<th>含义</th>
</tr>
</thead>
<tbody>
<tr>
<td>count</td>
<td>number</td>
<td>1</td>
</tr>
<tr>
<td>data</td>
<td>boolean</td>
<td>true</td>
</tr>
<tr>
<td>message</td>
<td>string</td>
<td>成功</td>
</tr>
<tr>
<td>status</td>
<td>number</td>
<td>0</td>
</tr>
</tbody>
</table>
<h3>流程图</h3>
<p><img src="https://www.showdoc.com.cn/server/api/attachment/visitFile?sign=272771acfb0824e01a18d38777fb0f1e&amp;file=file.png" alt="" /></p>
<h3>备注</h3>
<p>在这里添加备注信息</p>