小程序


web/小程序打赏接口

<p><strong>简要描述:</strong> </p> <ul> <li>web/小程序打赏接口</li> </ul> <p><strong>请求URL:</strong> </p> <ul> <li><code>http://106.15.251.200:8686/legal/order/reward</code></li> </ul> <p><strong>请求方式:</strong></p> <ul> <li>POST </li> </ul> <p><strong>参数:</strong> </p> <pre><code>{ "questionId":"7", //问题ID "price":"10", //打赏金额 "type":1, //1:web端,2:小程序 "code":"", //小程序code  "backUserId":33, //后台用户ID     "conversationId":384 //对话ID }</code></pre> <p><strong>返回示例</strong></p> <pre><code>以下只是web端返回示例 { "status": "1", "msg": "success", "data": { "flag": true, "qrcode": "https://legal-my.oss-cn-shanghai.aliyuncs.com/WeCahtImgs/bb2a4736-2465-4afc-8736-2cc5179f83a5.png" } }</code></pre> <p><strong>返回参数说明</strong> </p> <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;">status</td> <td style="text-align: left;">int</td> <td>状态id, 1:成功 0:失败</td> </tr> <tr> <td style="text-align: left;">msg</td> <td style="text-align: left;">String</td> <td>信息</td> </tr> <tr> <td style="text-align: left;">data</td> <td style="text-align: left;">Object</td> <td></td> </tr> </tbody> </table> <p><strong>备注</strong> </p> <ul> <li>更多返回错误代码请看首页的错误代码描述</li> </ul> <p>欢迎使用ShowDoc!</p>

页面列表

ITEM_HTML