文档
测试

获取问题中心分页列表(page)

GET
/problem/page

接口描述

获取问题中心分页列表

请求参数

参数名
类型
描述
必填
current
int
当前页,默认1
必填
size
int
每页大小,默认10
必填
title
string
标题
可选

响应参数

参数名
类型
描述
必填
data
list
数据列表
必填
pid
string
id
必填
title
string
标题
必填
content
string
内容
必填
tag
string
标签(多个","分隔)
必填
createdate
date
创建时间
必填