车享宝


用户评价

<h2>车享宝后台接口变动</h2> <h4>接口</h4> <ul> <li><code>https://admin-test-api.uncar.top/maEvent/list</code></li> </ul> <h4>返回值</h4> <ul> <li>返回值新增 : <code>userAppraise</code> 用户评价</li> </ul> <h2>车享宝app新增接口</h2> <h3>1</h3> <h5>简要描述</h5> <ul> <li>用户填写评价</li> </ul> <h5>请求URL</h5> <ul> <li><code>https://app-test-api.uncar.top/application/appraise</code></li> </ul> <h5>请求方式</h5> <ul> <li>POST </li> </ul> <h5>参数</h5> <table> <thead> <tr> <th style="text-align: left;">参数名</th> <th style="text-align: left;">必选</th> <th style="text-align: left;">类型</th> <th>说明</th> </tr> </thead> <tbody> <tr> <td style="text-align: left;">eventId</td> <td style="text-align: left;">是</td> <td style="text-align: left;">int</td> <td>eventId</td> </tr> <tr> <td style="text-align: left;">satisfied</td> <td style="text-align: left;">是</td> <td style="text-align: left;">int</td> <td>星级 例: 1 2 3 4 5</td> </tr> <tr> <td style="text-align: left;">appraise</td> <td style="text-align: left;">是</td> <td style="text-align: left;">string</td> <td>评价</td> </tr> </tbody> </table> <h5>返回示例</h5> <pre><code>{ &amp;quot;code&amp;quot;: 200, &amp;quot;message&amp;quot;: &amp;quot;success&amp;quot; }</code></pre> <h3>2</h3> <h5>简要描述</h5> <ul> <li>评价详情</li> </ul> <h5>请求URL</h5> <ul> <li><code>https://app-test-api.uncar.top/application/appraise/detail</code></li> </ul> <h5>请求方式</h5> <ul> <li>GET </li> </ul> <h5>参数</h5> <table> <thead> <tr> <th style="text-align: left;">参数名</th> <th style="text-align: left;">必选</th> <th style="text-align: left;">类型</th> <th>说明</th> </tr> </thead> <tbody> <tr> <td style="text-align: left;">eventId</td> <td style="text-align: left;">是</td> <td style="text-align: left;">int</td> <td>eventId</td> </tr> </tbody> </table> <h5>返回示例</h5> <pre><code>{     &amp;quot;code&amp;quot;: 200,     &amp;quot;data&amp;quot;: {         &amp;quot;id&amp;quot;: 2,         &amp;quot;userId&amp;quot;: 170,         &amp;quot;eventId&amp;quot;: 26,         &amp;quot;headImg&amp;quot;: &amp;quot;https://chexiangbao.oss-cn-chengdu.aliyuncs.com/headImg/1602664301976-28948827-c6de-4d6d.jpg&amp;quot;, //用户头像         &amp;quot;nickName&amp;quot;: &amp;quot;test&amp;quot;, //用户昵称         &amp;quot;userAppraise&amp;quot;: &amp;quot;好评&amp;quot;, //用户评价         &amp;quot;userSatisfied&amp;quot;: 5, //评价星级         &amp;quot;createTime&amp;quot;: &amp;quot;2023-03-10T08:20:07.000+0000&amp;quot;     },     &amp;quot;message&amp;quot;: &amp;quot;success&amp;quot; }</code></pre>

页面列表

ITEM_HTML