LanTongSystem-接口文档

澜通云系统服务接口说明


会员意见反馈提交

<p>[TOC]</p> <h5>简要描述</h5> <ul> <li>会员意见反馈提交</li> <li>测试环境:<a href="http://119.8.54.173">http://119.8.54.173</a></li> <li>生产环境:<a href="https://ms.lantoncloud.com">https://ms.lantoncloud.com</a></li> </ul> <h5>请求URL</h5> <ul> <li>/lantong-system/MemberFeedback/save</li> </ul> <h5>请求方式</h5> <ul> <li>requestMethod: 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;">memberId</td> <td style="text-align: left;">会员id</td> <td style="text-align: left;">是</td> <td>string</td> </tr> <tr> <td style="text-align: left;">problemDescription</td> <td style="text-align: left;">问题描述</td> <td style="text-align: left;">是</td> <td>string</td> </tr> <tr> <td style="text-align: left;">imageOne</td> <td style="text-align: left;">描述图片1</td> <td style="text-align: left;">否</td> <td>string</td> </tr> <tr> <td style="text-align: left;">imageTwo</td> <td style="text-align: left;">描述图片2</td> <td style="text-align: left;">否</td> <td>string</td> </tr> <tr> <td style="text-align: left;">imageThree</td> <td style="text-align: left;">描述图片3</td> <td style="text-align: left;">否</td> <td>string</td> </tr> <tr> <td style="text-align: left;">mobile</td> <td style="text-align: left;">手机号</td> <td style="text-align: left;">是</td> <td>string</td> </tr> </tbody> </table> <h5>请求示例</h5> <pre><code class="language-java">{ &amp;quot;mobile&amp;quot;: &amp;quot;+86 13786969559&amp;quot;, &amp;quot;imageThree&amp;quot;: &amp;quot;null&amp;quot;, &amp;quot;imageOne&amp;quot;: &amp;quot;null&amp;quot;, &amp;quot;imageTwo&amp;quot;: &amp;quot;null&amp;quot;, &amp;quot;memberId&amp;quot;: &amp;quot;1622798643029450754&amp;quot;, &amp;quot;problemDescription&amp;quot;: &amp;quot;加油&amp;quot; }</code></pre> <h5>返回示例</h5> <pre><code>{ &amp;quot;code&amp;quot;: 200, &amp;quot;success&amp;quot;: true, &amp;quot;data&amp;quot;: {}, &amp;quot;msg&amp;quot;: &amp;quot;操作成功&amp;quot; }</code></pre> <h5>返回参数说明</h5> <table> <thead> <tr> <th style="text-align: left;">参数名</th> <th style="text-align: left;">说明</th> <th>类型</th> </tr> </thead> <tbody> <tr> <td style="text-align: left;">code</td> <td style="text-align: left;">状态码</td> <td>integer(int32)</td> </tr> <tr> <td style="text-align: left;">data</td> <td style="text-align: left;">承载数据</td> <td>object</td> </tr> <tr> <td style="text-align: left;">msg</td> <td style="text-align: left;">返回消息</td> <td>string</td> </tr> <tr> <td style="text-align: left;">success</td> <td style="text-align: left;">是否成功</td> <td>boolean</td> </tr> </tbody> </table> <h5>code码说明</h5> <table> <thead> <tr> <th style="text-align: left;">code</th> <th style="text-align: left;">说明</th> </tr> </thead> <tbody> <tr> <td style="text-align: left;">200</td> <td style="text-align: left;">成功</td> </tr> <tr> <td style="text-align: left;">500</td> <td style="text-align: left;">加载失败</td> </tr> </tbody> </table>

页面列表

ITEM_HTML