gong-project

系统生成的默认项目


Add

<h5>简要描述</h5> <ul> <li>无</li> </ul> <h5>请求URL</h5> <ul> <li><code>{{server}}/link/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": "in amet", "url": "quis dolor", "content": "consectetur incididunt in consequat ut", "image": "9999", "category": 0 } </code></pre> <h5>成功返回示例</h5> <pre><code>{ "code": 200, "message": "Success", "data": { "id": 40, "create_time": "2022-03-14T13:27:51", "update_time": "2022-03-14T13:27:51", "update_user": "gongtest", "title": "in amet", "content": "consectetur incididunt in consequat ut", "image": "", "url": "quis dolor", "category": 0 } } </code></pre> <h5>失败返回示例</h5> <pre><code>{ "code": 422, "message": "Bad Request Entity Format", "data": [ { "loc": [ "body", "image" ], "msg": "image address invalid", "type": "value_error" } ] } </code></pre>

页面列表

ITEM_HTML