gong-project

系统生成的默认项目


Add

<h5>简要描述</h5> <ul> <li>无</li> </ul> <h5>请求URL</h5> <ul> <li><code>{{server}}/interest/add</code> </li> </ul> <h5>请求方式</h5> <ul> <li>post</li> </ul> <h5>Header</h5> <table> <thead> <tr> <th style="text-align: left;">header</th> <th style="text-align: left;">必选</th> <th>类型</th> <th>说明</th> </tr> </thead> <tbody> <tr> <td style="text-align: left;">Authorization</td> <td style="text-align: left;">是</td> <td>string</td> <td>JWT token</td> </tr> </tbody> </table> <h5>请求参数示例</h5> <pre><code>{ "title": "金属催化的亲电试剂偶联化学1", "content": "Over the past few years, our group has been working on the development of reductive coupling of two different electrophiles", "image": "http:\/\/106.54.189.213:6001\/static\/c1e7cd68931211ec9595517d0b6f9701.png" } </code></pre> <h5>成功返回示例</h5> <pre><code>{ "code": 200, "message": "Success", "data": { "id": 5, "create_time": "2022-03-14T13:27:51", "update_time": "2022-03-14T13:27:51", "update_user": "gongtest", "title": "金属催化的亲电试剂偶联化学1", "content": "Over the past few years, our group has been working on the development of reductive coupling of two different electrophiles", "image": "http:\/\/106.54.189.213:6001\/static\/c1e7cd68931211ec9595517d0b6f9701.png" } } </code></pre>

页面列表

ITEM_HTML