package
Version:
v0.0.0-...-90fe38c
Opens a new window with list of versions in this module.
Published: Oct 26, 2023
License: GPL-2.0
Opens a new window with license information.
Imports: 6
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
@Summary 文章详情
@Produce json
@Param id query int true "文章 id"
@Success 200 {object} data.Article "成功"
@Router /api/article/info [post]
@Summary 文章列表
@Produce json
@Param page query int false "页码"
@Param category query int false "分类"
@Param timeline query int false "时间轴"
@Param search query string false "搜索"
@Success 200 {object} listResult "成功"
@Router /api/article/list [post]
Source Files
¶
Click to show internal directories.
Click to hide internal directories.