文档
测试

使用技能列表

POST
http://localhost:3000/api/web/skill/getSkillList

请求参数

参数名
类型
描述
必填
pageSize
string
必填
page
string
必填

说明 / 示例

成功返回: ```json { "code": 200, "msg": "使用技能查询成功!", "data": { "list": [ { "id": 2, "title": "zxc", "content": "asd", "createDate": "2021-04-23" }, { "id": 3, "title": "skill11", "content": "skill11", "createDate": "2021-04-23" } ] }, "total": 2, "totalPage": 1 } ```